[136540] trunk/dports/irc/xchat2/Portfile

larryv at macports.org larryv at macports.org
Wed May 20 21:42:54 PDT 2015


Revision: 136540
          https://trac.macports.org/changeset/136540
Author:   larryv at macports.org
Date:     2015-05-20 21:42:54 -0700 (Wed, 20 May 2015)
Log Message:
-----------
xchat2: Deprecate old Python variants (#47691)

Modified Paths:
--------------
    trunk/dports/irc/xchat2/Portfile

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:52 UTC (rev 136539)
+++ trunk/dports/irc/xchat2/Portfile	2015-05-21 04:42:54 UTC (rev 136540)
@@ -5,7 +5,7 @@
 
 name                xchat2
 version             2.8.8
-revision            9
+revision            10
 set branch [join [lrange [split ${version} .] 0 1] .]
 categories          irc
 platforms           darwin
@@ -65,20 +65,12 @@
     configure.args-append   --disable-xlib
 }
 
-variant python25 description {Enable Python 2.5 plugin} conflicts python26 python27 {
-    configure.args-replace  --disable-python --enable-python
-    depends_lib-append      port:python25
-    configure.env           pythonpath="${prefix}/bin/python2.5"
-}
+# TODO: Remove after 2016-05-21.
+variant python25 description {Legacy variant} requires python27 {}
+variant python26 description {Legacy variant} requires python27 {}
 
-variant python26 description {Enable Python 2.6 plugin} conflicts python25 python27 {
+variant python27 description {Enable Python 2.7 plugin} {
     configure.args-replace  --disable-python --enable-python
-    depends_lib-append      port:python26
-    configure.env           pythonpath="${prefix}/bin/python2.6"
-}
-
-variant python27 description {Enable Python 2.7 plugin} conflicts python25 python26 {
-    configure.args-replace  --disable-python --enable-python
     depends_lib-append      port:python27
     configure.env           pythonpath="${prefix}/bin/python2.7"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150520/db57133e/attachment.html>


More information about the macports-changes mailing list