[127752] trunk/dports/graphics/gimp2/Portfile

devans at macports.org devans at macports.org
Sun Nov 2 16:14:38 PST 2014


Revision: 127752
          https://trac.macports.org/changeset/127752
Author:   devans at macports.org
Date:     2014-11-02 16:14:38 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
gimp2: drop +python26 variant, default to optional +python27.

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2014-11-03 00:12:15 UTC (rev 127751)
+++ trunk/dports/graphics/gimp2/Portfile	2014-11-03 00:14:38 UTC (rev 127752)
@@ -8,6 +8,7 @@
 conflicts       gimp2-devel gimp3-devel
 # please remember to update the gimp metapackage to match
 version         2.8.14
+revision        1
 license         GPL-3+
 categories      graphics
 maintainers     devans
@@ -117,17 +118,8 @@
 configure.args-append \
                 --without-mac-twain
 
-variant python26 conflicts python27 description {Use python 2.6} {
+variant python27 description {Build with python plugin support using python 2.7} {
     configure.args-delete     --disable-python
-    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
-    configure.env             PATH=${python_framework}/bin:$env(PATH)
-}
-
-variant python27 conflicts python26 description {Use python 2.7} {
-    configure.args-delete     --disable-python
     configure.python          ${prefix}/bin/python2.7
     depends_lib-append        port:py27-pygtk
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
@@ -135,9 +127,7 @@
     configure.env             PATH=${python_framework}/bin:$env(PATH)
 }
 
-if {![variant_isset python26]} {
-    default_variants +python27
-}
+default_variants +python27
 
 variant gvfs description {Enable GIO/gvfs support} {
     depends_lib-append      port:gvfs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/774d712e/attachment-0001.html>


More information about the macports-changes mailing list