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

khindenburg at macports.org khindenburg at macports.org
Sun Dec 27 11:18:12 PST 2015


Revision: 143926
          https://trac.macports.org/changeset/143926
Author:   khindenburg at macports.org
Date:     2015-12-27 11:18:12 -0800 (Sun, 27 Dec 2015)
Log Message:
-----------
lyx: remove legacy +python25

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2015-12-27 19:13:26 UTC (rev 143925)
+++ trunk/dports/aqua/LyX/Portfile	2015-12-27 19:18:12 UTC (rev 143926)
@@ -48,9 +48,6 @@
                     --enable-optimization=-Os --disable-concept-checks \
                     --with-version-suffix=-${branch}
 
-# TODO: Remove after 2015-12-26.
-variant python25 requires python27 description {Legacy variant} {}
-
 variant python26 conflicts python27 description {Use python26} {
     depends_build-append    port:python26
     configure.python        ${prefix}/bin/python2.6
@@ -61,7 +58,7 @@
     configure.python        ${prefix}/bin/python2.7
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
+if {![variant_isset python26] && ![variant_isset python27]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151227/08aac52a/attachment.html>


More information about the macports-changes mailing list