[115499] trunk/dports/graphics/gimp2-devel/Portfile

devans at macports.org devans at macports.org
Fri Jan 3 09:03:34 PST 2014


Revision: 115499
          https://trac.macports.org/changeset/115499
Author:   devans at macports.org
Date:     2014-01-03 09:03:34 -0800 (Fri, 03 Jan 2014)
Log Message:
-----------
gimp2-devel: update to recent git master, remove erroneously copied +no_python variant, add +gvfs to default variants.

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

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2014-01-03 15:34:28 UTC (rev 115498)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2014-01-03 17:03:34 UTC (rev 115499)
@@ -1,14 +1,14 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 PortGroup  compiler_blacklist_versions 1.0
 
 name            gimp2-devel
 conflicts       gimp2 gimp3-devel
 set git_name    gimp
-set git_commit  e4260434b6f60a9794024a57239698ab47ecf199
-set git_date    20131224
+set git_commit  0475868147be0e4fa033b459e44eec7ba38a929e
+set git_date    20140101
 version         2.9.1-${git_date}
 license         GPL-3+
 categories      graphics
@@ -29,8 +29,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  2fe74d4a333a83f5b1a58b17788eb9133c4e1a38 \
-                sha256  2e6cd16d4d2d9bd274b5c25414b14b59fec7cd59e526459e86f8d9cb10ab5bcc
+checksums       rmd160  f843d3a218a24691072d203d280b1846a5089f91 \
+                sha256  3019e324521d82c5ad95508b800b16e6a9044137f2119f2b10750cba35c54ccf
 
 depends_build   port:pkgconfig \
                 port:autoconf \
@@ -129,7 +129,7 @@
 #     It doesn't build any more anyways:
 #         https://trac.macports.org/ticket/35168
 
-variant python26 conflicts no_python 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
@@ -137,7 +137,7 @@
     configure.env             PATH=${python_framework}/bin:$env(PATH)
 }
 
-variant python27 conflicts no_python 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
@@ -145,14 +145,6 @@
     configure.env             PATH=${python_framework}/bin:$env(PATH)
 }
 
-variant no_python description {Disable Python scripts and filters} {
-    configure.args-append   --disable-python
-}
-
-if {![variant_isset no_python] && ![variant_isset python26]} {
-    default_variants +python27
-}
-
 variant gvfs description {Enable GIO/gvfs support} {
     depends_lib-append      port:gvfs
     configure.args-delete   --without-gvfs
@@ -188,10 +180,6 @@
     }
 }
 
-#
-# set default variants
-#
-
 variant help_browser description {Enable Gimp help browser} {
     configure.args-delete   --without-webkit
 
@@ -202,8 +190,16 @@
     }
 }
 
-default_variants +help_browser
+#
+# set default variants
+#
 
+default_variants +help_browser +gvfs
+
+if {![variant_isset python26]} {
+    default_variants +python27
+}
+
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140103/f1d5854f/attachment.html>


More information about the macports-changes mailing list