[113743] trunk/dports/gnome/gedit/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:37:32 PST 2013


Revision: 113743
          https://trac.macports.org/changeset/113743
Author:   sean at macports.org
Date:     2013-11-23 08:37:32 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
gedit: remove python25 variant due to py-cairo change

Modified Paths:
--------------
    trunk/dports/gnome/gedit/Portfile

Modified: trunk/dports/gnome/gedit/Portfile
===================================================================
--- trunk/dports/gnome/gedit/Portfile	2013-11-23 16:37:28 UTC (rev 113742)
+++ trunk/dports/gnome/gedit/Portfile	2013-11-23 16:37:32 UTC (rev 113743)
@@ -46,26 +46,21 @@
                 --disable-gvfs-metadata \
                 --disable-updater
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-pygtksourceview
-}
-
-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
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.6
     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
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.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/e28bdfda/attachment-0001.html>


More information about the macports-changes mailing list