[130103] trunk/dports/aqua/LyX/Portfile

larryv at macports.org larryv at macports.org
Fri Dec 26 19:29:44 PST 2014


Revision: 130103
          https://trac.macports.org/changeset/130103
Author:   larryv at macports.org
Date:     2014-12-26 19:29:44 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
LyX: Retire Python 2.5 variant

Modified Paths:
--------------
    trunk/dports/aqua/LyX/Portfile

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2014-12-27 03:24:51 UTC (rev 130102)
+++ trunk/dports/aqua/LyX/Portfile	2014-12-27 03:29:44 UTC (rev 130103)
@@ -7,6 +7,7 @@
 name                LyX
 conflicts           LyX1
 version             2.1.2
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          aqua
 license             GPL-2+
@@ -47,17 +48,15 @@
                     --enable-optimization=-Os --disable-concept-checks \
                     --with-version-suffix=-${branch}
 
-variant python25 conflicts python26 python27 description {Use python25} {
-    depends_build-append    port:python25
-    configure.python        ${prefix}/bin/python2.5
-}
+# TODO: Remove after 2015-12-26.
+variant python25 requires python27 description {Legacy variant} {}
 
-variant python26 conflicts python25 python27 description {Use python26} {
+variant python26 conflicts python27 description {Use python26} {
     depends_build-append    port:python26
     configure.python        ${prefix}/bin/python2.6
 }
 
-variant python27 conflicts python25 python26 description {Use python27} {
+variant python27 conflicts python26 description {Use python27} {
     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/f10a8418/attachment.html>


More information about the macports-changes mailing list