[130983] trunk/dports/tex/rubber/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 4 13:49:44 PST 2015


Revision: 130983
          https://trac.macports.org/changeset/130983
Author:   larryv at macports.org
Date:     2015-01-04 13:49:44 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
rubber: Replace `+python{24,25,26}` with `+python27`

Modified Paths:
--------------
    trunk/dports/tex/rubber/Portfile

Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile	2015-01-04 21:17:31 UTC (rev 130982)
+++ trunk/dports/tex/rubber/Portfile	2015-01-04 21:49:44 UTC (rev 130983)
@@ -4,7 +4,7 @@
 
 name            rubber
 version         1.1
-revision        6
+revision        7
 set branch      [join [lrange [split ${version} .] 0 1] .]
 patchfiles      patch-ab patch-ac patch-src_util.py.diff patch-spaces_in_path.diff
 categories      tex print
@@ -31,22 +31,12 @@
                 --infodir=${destroot}${prefix}/share/info
 destroot.args   prefix=${destroot}${prefix}
 
-variant python24 conflicts python25 python26 python27 description {Use python 2.4} {
-        depends_lib-append      port:python24
-        configure.args-append   --python=${prefix}/bin/python2.4
-}
+# TODO: Remove after 2016-01-04.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
+variant python26 requires python27 description {Legacy variant} {}
 
-variant python25 conflicts python24 python26 python27 description {Use python 2.5} {
-        depends_lib-append      port:python25
-        configure.args-append   --python=${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python24 python25 python27 description {Use python 2.6} {
-        depends_lib-append      port:python26
-        configure.args-append   --python=${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python24 python25 python26 description {Use python 2.7} {
+variant python27 description {Use python 2.7} {
         depends_lib-append      port:python27
         configure.args-append   --python=${prefix}/bin/python2.7
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/e9db527b/attachment.html>


More information about the macports-changes mailing list