[113105] users/devans/GNOME-3/stable/dports/gnome/gnome-applets/Portfile

devans at macports.org devans at macports.org
Fri Nov 8 19:58:54 PST 2013


Revision: 113105
          https://trac.macports.org/changeset/113105
Author:   devans at macports.org
Date:     2013-11-08 19:58:54 -0800 (Fri, 08 Nov 2013)
Log Message:
-----------
GNOME-3/stable/dports: gnome-applets, remove +python25 variant.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-applets/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-applets/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-applets/Portfile	2013-11-09 03:57:32 UTC (rev 113104)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-applets/Portfile	2013-11-09 03:58:54 UTC (rev 113105)
@@ -53,28 +53,21 @@
 use_autoreconf  yes
 autoreconf.args -fi
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-gobject
-    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-gobject
     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-gobject
     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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131108/39e39b79/attachment.html>


More information about the macports-changes mailing list