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

khindenburg at macports.org khindenburg at macports.org
Mon Feb 15 06:52:27 PST 2016


Revision: 145735
          https://trac.macports.org/changeset/145735
Author:   khindenburg at macports.org
Date:     2016-02-15 06:52:27 -0800 (Mon, 15 Feb 2016)
Log Message:
-----------
LyX: move python26 to legacy

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

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2016-02-15 14:35:07 UTC (rev 145734)
+++ trunk/dports/aqua/LyX/Portfile	2016-02-15 14:52:27 UTC (rev 145735)
@@ -48,19 +48,15 @@
                     --enable-optimization=-Os --disable-concept-checks \
                     --with-version-suffix=-${branch}
 
-variant python26 conflicts python27 description {Use python26} {
-    depends_build-append    port:python26
-    configure.python        ${prefix}/bin/python2.6
-}
+# To be removed after Feb 2017
+variant python26 requires python27 description {Legacy compatibility variant} {}
 
-variant python27 conflicts python26 description {Use python27} {
+variant python27 description {Use python27} {
     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
-if {![variant_isset python26] && ![variant_isset python27]} {
-    default_variants +python27
-}
+default_variants +python27
 
 variant debug description {Build with debugging information} {
     configure.args-append   --enable-debug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160215/e4a0e98d/attachment.html>


More information about the macports-changes mailing list