[130998] trunk/dports/x11/xorg-xcb-proto/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 4 16:11:26 PST 2015
Revision: 130998
https://trac.macports.org/changeset/130998
Author: larryv at macports.org
Date: 2015-01-04 16:11:26 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
xorg-xcb-proto: Retire +python{25,26,31,32,33} (#46397)
Modified Paths:
--------------
trunk/dports/x11/xorg-xcb-proto/Portfile
Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile 2015-01-05 00:11:24 UTC (rev 130997)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile 2015-01-05 00:11:26 UTC (rev 130998)
@@ -4,6 +4,7 @@
name xorg-xcb-proto
version 1.11
+revision 1
categories x11 devel
license X11
maintainers jeremyhu openmaintainer
@@ -22,37 +23,19 @@
depends_run port:libxml2
-variant python25 conflicts python26 python27 python31 python32 python33 python34 description {Use python 2.5} {
- depends_lib-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_lib-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_lib-append port:python27
configure.python ${prefix}/bin/python2.7
}
-variant python31 conflicts python25 python26 python27 python32 python33 python34 description {Use python 3.1} {
- depends_lib-append port:python31
- configure.python ${prefix}/bin/python3.1
-}
-
-variant python32 conflicts python25 python26 python27 python31 python33 python34 description {Use python 3.2} {
- depends_lib-append port:python32
- configure.python ${prefix}/bin/python3.2
-}
-
-variant python33 conflicts python25 python26 python27 python31 python32 python34 description {Use python 3.3} {
- depends_lib-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_lib-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/fdf667b6/attachment.html>
More information about the macports-changes
mailing list