[113768] trunk/dports/devel/glade3/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:39:06 PST 2013


Revision: 113768
          https://trac.macports.org/changeset/113768
Author:   sean at macports.org
Date:     2013-11-23 08:39:06 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
glade3: remove python25 variant due to py-pygtk bump

Modified Paths:
--------------
    trunk/dports/devel/glade3/Portfile

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2013-11-23 16:39:02 UTC (rev 113767)
+++ trunk/dports/devel/glade3/Portfile	2013-11-23 16:39:06 UTC (rev 113768)
@@ -5,6 +5,7 @@
 
 name            glade3
 version         3.8.4
+revision        1
 license         LGPL-2 GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Glade is a RAD tool to enable quick & easy development of user interfaces \
@@ -44,28 +45,21 @@
 
 configure.args  --disable-scrollkeeper
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-pygtk
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/2.5
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-}
-
-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-pygtk
     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-pygtk
     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/19d59cb6/attachment.html>


More information about the macports-changes mailing list