[113106] users/devans/GNOME-3/stable/dports/gnome/gnome-games/Portfile

devans at macports.org devans at macports.org
Fri Nov 8 20:03:15 PST 2013


Revision: 113106
          https://trac.macports.org/changeset/113106
Author:   devans at macports.org
Date:     2013-11-08 20:03:15 -0800 (Fri, 08 Nov 2013)
Log Message:
-----------
GNOME-3/stable/dports: gnome-games, drop +python25 variant, drop maintainership.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-games/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-games/Portfile	2013-11-09 03:58:54 UTC (rev 113105)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-games/Portfile	2013-11-09 04:03:15 UTC (rev 113106)
@@ -8,7 +8,7 @@
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Collection of small but addictive games for GNOME
 long_description ${description}
-maintainers     devans openmaintainer
+maintainers     nomaintainer
 categories      gnome
 license         GPL-3+
 platforms       darwin
@@ -29,7 +29,7 @@
                 port:gtk3 \
                 port:librsvg \
                 port:libcanberra \
-                port:xorg-libX11 
+                port:xorg-libX11
               
 depends_run     port:gnome-settings-daemon \
                 port:yelp
@@ -40,28 +40,21 @@
                 --disable-schemas-compile \
                 --disable-silent-rules \
 
-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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131108/f2df58ac/attachment.html>


More information about the macports-changes mailing list