[130995] trunk/dports/x11/xorg-libxcb/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 4 16:11:19 PST 2015
Revision: 130995
https://trac.macports.org/changeset/130995
Author: larryv at macports.org
Date: 2015-01-04 16:11:19 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
xorg-libxcb: Add Python 3.4 variant (#46397)
Modified Paths:
--------------
trunk/dports/x11/xorg-libxcb/Portfile
Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile 2015-01-04 22:44:40 UTC (rev 130994)
+++ trunk/dports/x11/xorg-libxcb/Portfile 2015-01-05 00:11:19 UTC (rev 130995)
@@ -47,37 +47,42 @@
DOXYGEN="${prefix}/bin/doxygen"
}
-variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} {
+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
}
-variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} {
+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 description {Use python 2.7} {
+variant python27 conflicts python25 python26 python31 python32 python33 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 description {Use python 3.1} {
+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 description {Use python 3.2} {
+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 description {Use python 3.3} {
+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
}
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} {
+variant python34 conflicts python25 python26 python27 python31 python32 python33 description {Use python 3.4} {
+ depends_run-append port:python34
+ configure.python ${prefix}/bin/python3.4
+}
+
+if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33] && ![variant_isset python34]} {
default_variants +python27
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/cb48d548/attachment.html>
More information about the macports-changes
mailing list