[127754] trunk/dports/graphics/gimp3-devel

devans at macports.org devans at macports.org
Sun Nov 2 16:17:41 PST 2014


Revision: 127754
          https://trac.macports.org/changeset/127754
Author:   devans at macports.org
Date:     2014-11-02 16:17:41 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
gimp3-devel: update to recent git master, drop +python26 variant, default to optional +python27.

Modified Paths:
--------------
    trunk/dports/graphics/gimp3-devel/Portfile
    trunk/dports/graphics/gimp3-devel/files/patch-etc-gimprc.diff

Modified: trunk/dports/graphics/gimp3-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp3-devel/Portfile	2014-11-03 00:16:53 UTC (rev 127753)
+++ trunk/dports/graphics/gimp3-devel/Portfile	2014-11-03 00:17:41 UTC (rev 127754)
@@ -7,8 +7,8 @@
 name            gimp3-devel
 conflicts       gimp2 gimp2-devel
 set git_name    gimp
-set git_commit  c617afb348b3ed1f14156b1929286bf2b45cfc11
-set git_date    20140704
+set git_commit  5747f910e23824dfc91fe31e176266e8ebe05f3c
+set git_date    20141022
 version         2.99.0-${git_date}
 license         GPL-3+
 categories      graphics
@@ -30,8 +30,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  e8af3fe23dc2314c493e8d5b10479060b4f2364e \
-                sha256  7a06314af930468f2368641c2549a133143ca72883c5b4cadd8058cbadfa96d9
+checksums       rmd160  913e5b170f440d96637a445f48bb2ee6b9a37f5f \
+                sha256  cfc1d8d99a9fb8fbfeac7b074867b0ad680cbe899c20635cacc4c63212356ed7
 
 depends_build   port:pkgconfig \
                 port:autoconf \
@@ -118,17 +118,8 @@
 #     It doesn't build any more anyways:
 #         https://trac.macports.org/ticket/35168
 
-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
@@ -187,9 +178,7 @@
 
 default_variants +help_browser +gvfs
 
-if {![variant_isset python26]} {
-    default_variants +python27
-}
+default_variants +python27
 
 # create unversioned symbolic link to versioned executable for compatibility with gimp-app
 

Modified: trunk/dports/graphics/gimp3-devel/files/patch-etc-gimprc.diff
===================================================================
--- trunk/dports/graphics/gimp3-devel/files/patch-etc-gimprc.diff	2014-11-03 00:16:53 UTC (rev 127753)
+++ trunk/dports/graphics/gimp3-devel/files/patch-etc-gimprc.diff	2014-11-03 00:17:41 UTC (rev 127754)
@@ -1,11 +1,11 @@
---- etc/gimprc.orig	2012-04-02 16:28:33.000000000 -0700
-+++ etc/gimprc	2012-07-10 08:55:00.000000000 -0700
-@@ -689,6 +689,8 @@
+--- etc/gimprc.orig	2014-11-01 07:00:08.000000000 -0700
++++ etc/gimprc	2014-11-01 09:28:58.000000000 -0700
+@@ -705,6 +705,8 @@
  # 
  # (dock-window-hint utility)
  
-+(dock-window-hint utility)
++(dock-window-hint normal)
 +
- # Sets the pixel format to use for mouse pointers.  Possible values are
- # bitmap and pixbuf.
+ # Sets the handedness for cursor positioning.  Possible values are left and
+ # right.
  # 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/d4e1ca53/attachment.html>


More information about the macports-changes mailing list