[130996] trunk/dports/x11/xorg-libxcb/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 4 16:11:22 PST 2015


Revision: 130996
          https://trac.macports.org/changeset/130996
Author:   larryv at macports.org
Date:     2015-01-04 16:11:22 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
xorg-libxcb: Retire +python{25,26,31,32,33} (#46397)

Modified Paths:
--------------
    trunk/dports/x11/xorg-libxcb/Portfile

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2015-01-05 00:11:19 UTC (rev 130995)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2015-01-05 00:11:22 UTC (rev 130996)
@@ -4,6 +4,7 @@
 
 name		xorg-libxcb
 version		1.11
+revision	1
 categories	x11 devel
 license		X11
 maintainers	jeremyhu openmaintainer
@@ -47,37 +48,19 @@
         DOXYGEN="${prefix}/bin/doxygen"
 }
 
-variant python25 conflicts python26 python27 python31 python32 python33 python34 description {Use python 2.5} {
-    depends_run-append      port:python25
-    configure.python        ${prefix}/bin/python2.5
-}
+# TODO: Remove after 2016-01-04.
+variant python25 requires python27 description {Legacy variant} {}
+variant python26 requires python27 description {Legacy variant} {}
+variant python31 requires python34 description {Legacy variant} {}
+variant python32 requires python34 description {Legacy variant} {}
+variant python33 requires python34 description {Legacy variant} {}
 
-variant python26 conflicts python25 python27 python31 python32 python33 python34 description {Use python 2.6} {
-    depends_run-append      port:python26
-    configure.python        ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python25 python26 python31 python32 python33 python34 description {Use python 2.7} {
+variant python27 conflicts python34 description {Use python 2.7} {
     depends_run-append      port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
-variant python31 conflicts python25 python26 python27 python32 python33 python34 description {Use python 3.1} {
-    depends_run-append      port:python31
-    configure.python        ${prefix}/bin/python3.1
-}
-
-variant python32 conflicts python25 python26 python27 python31 python33 python34 description {Use python 3.2} {
-    depends_run-append      port:python32
-    configure.python        ${prefix}/bin/python3.2
-}
-
-variant python33 conflicts python25 python26 python27 python31 python32 python34 description {Use python 3.3} {
-    depends_run-append      port:python33
-    configure.python        ${prefix}/bin/python3.3
-}
-
-variant python34 conflicts python25 python26 python27 python31 python32 python33 description {Use python 3.4} {
+variant python34 conflicts python27 description {Use python 3.4} {
     depends_run-append      port:python34
     configure.python        ${prefix}/bin/python3.4
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/582cb1d3/attachment-0001.html>


More information about the macports-changes mailing list