[57088] trunk/dports
raimue at macports.org
raimue at macports.org
Sun Sep 6 07:03:47 PDT 2009
Revision: 57088
http://trac.macports.org/changeset/57088
Author: raimue at macports.org
Date: 2009-09-06 07:03:44 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
www/mod_wsgi, x11/xorg-libxcb:
After removal of python30 replace remaining references with python31.
Modified Paths:
--------------
trunk/dports/www/mod_wsgi/Portfile
trunk/dports/x11/xorg-libxcb/Portfile
Modified: trunk/dports/www/mod_wsgi/Portfile
===================================================================
--- trunk/dports/www/mod_wsgi/Portfile 2009-09-06 13:53:42 UTC (rev 57087)
+++ trunk/dports/www/mod_wsgi/Portfile 2009-09-06 14:03:44 UTC (rev 57088)
@@ -43,26 +43,26 @@
if {![variant_isset python24]
&& ![variant_isset python25]
&& ![variant_isset python26]
- && ![variant_isset python30]} {
+ && ![variant_isset python31]} {
default_variants +python26
}
-variant python24 conflicts python25 python26 python30 description {Use Python 2.4} {
+variant python24 conflicts python25 python26 python31 description {Use Python 2.4} {
depends_lib-append port:python24
configure.args-append --with-python=${prefix}/bin/python2.4
}
-variant python25 conflicts python24 python26 python30 description {Use Python 2.5} {
+variant python25 conflicts python24 python26 python31 description {Use Python 2.5} {
depends_lib-append port:python25
configure.args-append --with-python=${prefix}/bin/python2.5
}
-variant python26 conflicts python24 python25 python30 description {Use Python 2.6} {
+variant python26 conflicts python24 python25 python31 description {Use Python 2.6} {
depends_lib-append port:python26
configure.args-append --with-python=${prefix}/bin/python2.6
}
-variant python30 conflicts python24 python25 python26 description {Use Python 3.0} {
- depends_lib-append port:python30
- configure.args-append --with-python=${prefix}/bin/python3.0
+variant python31 conflicts python24 python25 python26 description {Use Python 3.1} {
+ depends_lib-append port:python31
+ configure.args-append --with-python=${prefix}/bin/python3.1
}
Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile 2009-09-06 13:53:42 UTC (rev 57087)
+++ trunk/dports/x11/xorg-libxcb/Portfile 2009-09-06 14:03:44 UTC (rev 57088)
@@ -30,22 +30,22 @@
livecheck.url ${master_sites}?C=M&O=D
livecheck.regex libxcb-(\\d+(?:\\.\\d+)*)
-variant python25 conflicts python26 python30 description {Use python 2.5} {
+variant python25 conflicts python26 python31 description {Use python 2.5} {
depends_run-append port:python25
configure.python ${prefix}/bin/python2.5
}
-variant python26 conflicts python25 python30 description {Use python 2.6} {
+variant python26 conflicts python25 python31 description {Use python 2.6} {
depends_run-append port:python26
configure.python ${prefix}/bin/python2.6
}
-variant python30 conflicts python25 python26 description {Use python 3.0} {
- depends_run-append port:python30
- configure.python ${prefix}/bin/python3.0
+variant python31 conflicts python25 python26 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
-if {![variant_isset python25] && ![variant_isset python30]} {
+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/20090906/52dd4cee/attachment.html>
More information about the macports-changes
mailing list