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

larryv at macports.org larryv at macports.org
Sun Jan 4 13:59:06 PST 2015


Revision: 130991
          https://trac.macports.org/changeset/130991
Author:   larryv at macports.org
Date:     2015-01-04 13:59:06 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
rubber: Use Python 2.7 always

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

Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile	2015-01-04 21:50:01 UTC (rev 130990)
+++ trunk/dports/tex/rubber/Portfile	2015-01-04 21:59:06 UTC (rev 130991)
@@ -4,7 +4,7 @@
 
 name            rubber
 version         1.1
-revision        7
+revision        8
 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
@@ -25,26 +25,14 @@
 homepage        http://launchpad.net/rubber/
 master_sites    http://launchpad.net/rubber/trunk/${branch}/+download/
 checksums       md5 8087cdb498f51f91c2427c7d0b253189
+depends_lib     port:python27
 depends_run     bin:latex:texlive
 
 configure.args  --mandir=${destroot}${prefix}/share/man \
-                --infodir=${destroot}${prefix}/share/info
+                --infodir=${destroot}${prefix}/share/info \
+                --python=${prefix}/bin/python2.7
 destroot.args   prefix=${destroot}${prefix}
 
-# 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 python27 description {Use python 2.7} {
-        depends_lib-append      port:python27
-        configure.args-append   --python=${prefix}/bin/python2.7
-}
-
-if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
-        default_variants +python27
-}
-
 livecheck.type  regex
 livecheck.url   http://launchpad.net/rubber/+download
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/11131685/attachment.html>


More information about the macports-changes mailing list