[113744] trunk/dports/gnome/gedit-plugins/Portfile
sean at macports.org
sean at macports.org
Sat Nov 23 08:37:36 PST 2013
Revision: 113744
https://trac.macports.org/changeset/113744
Author: sean at macports.org
Date: 2013-11-23 08:37:36 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
gedit-plugins: remove python25 variant due to py-cairo change
Modified Paths:
--------------
trunk/dports/gnome/gedit-plugins/Portfile
Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile 2013-11-23 16:37:32 UTC (rev 113743)
+++ trunk/dports/gnome/gedit-plugins/Portfile 2013-11-23 16:37:36 UTC (rev 113744)
@@ -31,13 +31,7 @@
configure.args --disable-schemas-install
-variant python25 conflicts python26 python27 description {Use python 2.5} {
- configure.python ${prefix}/bin/python2.5
- depends_lib-append port:py25-pygtksourceview \
- port:dbus-python25
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
+variant python26 conflicts python27 description {Use python 2.6} {
configure.python ${prefix}/bin/python2.6
depends_lib-append port:py26-pygtksourceview \
port:dbus-python26
@@ -45,7 +39,7 @@
configure.pkg_config_path ${python_framework}/lib/pkgconfig
}
-variant python27 conflicts python25 python26 description {Use python 2.7} {
+variant python27 conflicts python26 description {Use python 2.7} {
configure.python ${prefix}/bin/python2.7
depends_lib-append port:py27-pygtksourceview \
port:dbus-python27
@@ -53,7 +47,7 @@
configure.pkg_config_path ${python_framework}/lib/pkgconfig
}
-if {![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python26]} {
default_variants +python27
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/2e6f921b/attachment.html>
More information about the macports-changes
mailing list