[130997] trunk/dports/x11/xorg-xcb-proto/Portfile

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


Revision: 130997
          https://trac.macports.org/changeset/130997
Author:   larryv at macports.org
Date:     2015-01-04 16:11:24 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
xorg-xcb-proto: Add Python 3.4 variant (#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:22 UTC (rev 130996)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2015-01-05 00:11:24 UTC (rev 130997)
@@ -22,37 +22,42 @@
 
 depends_run     port:libxml2
 
-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_lib-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_lib-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_lib-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_lib-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_lib-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_lib-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_lib-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/482bc1a4/attachment.html>


More information about the macports-changes mailing list