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

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 6 23:18:38 PDT 2010


Revision: 71257
          http://trac.macports.org/changeset/71257
Author:   jeremyhu at macports.org
Date:     2010-09-06 23:18:37 -0700 (Mon, 06 Sep 2010)
Log Message:
-----------
xorg-libxcb: Increase our ever growing python variants

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

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2010-09-07 06:15:07 UTC (rev 71256)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2010-09-07 06:18:37 UTC (rev 71257)
@@ -30,22 +30,32 @@
 livecheck.url   ${master_sites}?C=M&O=D
 livecheck.regex libxcb-(\\d+(?:\\.\\d+)*)
 
-variant python25 conflicts python26 python31 description {Use python 2.5} {
+variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} {
     depends_run-append      port:python25
     configure.python        ${prefix}/bin/python2.5
 }
 
-variant python26 conflicts python25 python31 description {Use python 2.6} {
+variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} {
     depends_run-append      port:python26
     configure.python        ${prefix}/bin/python2.6
 }
 
-variant python31 conflicts python25 python26 description {Use python 3.1} {
+variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} {
+    depends_run-append      port:python27
+    configure.python        ${prefix}/bin/python2.7
+}
+
+variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} {
     depends_run-append      port:python31
     configure.python        ${prefix}/bin/python3.1
 }
 
-# Default to 2.6 since 2.5 fails universal for me on Leopard... Ticket #17501
+variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} {
+    depends_run-append      port:python32
+    configure.python        ${prefix}/bin/python3.2
+}
+
+# Default to 2.6 since 2.5 fails universal on Leopard... Ticket #17501
 if {![variant_isset python25] && ![variant_isset python31]} {
     default_variants +python26
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100906/06ed72f4/attachment.html>


More information about the macports-changes mailing list