[127753] trunk/dports/graphics/gimp2-devel

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


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

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

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2014-11-03 00:14:38 UTC (rev 127752)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2014-11-03 00:16:53 UTC (rev 127753)
@@ -7,8 +7,8 @@
 name            gimp2-devel
 conflicts       gimp2 gimp3-devel
 set git_name    gimp
-set git_commit  3ab1084df7942f0447b0fa52bf5d2132ca771ac0
-set git_date    20140719
+set git_commit  51c35d4c78afd7f3f1cd784a7be1360bbc01d85c
+set git_date    20141031
 version         2.9.1-${git_date}
 license         GPL-3+
 categories      graphics
@@ -29,8 +29,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  e6c1537f4f21eacd276ebd29916b5f4a73399280 \
-                sha256  50c7a47805ce7039f9595c34bf7edcb19f5efc4de3f724827f7ed3ac8bc4fec7
+checksums       rmd160  503660dbe4ea93bcd3d0b44cc5c6dc2a939c7041 \
+                sha256  2ebcbeba179f81cff78e07a8306c68c9ec0cb88daf097f0342f800278e34dc0d
 
 depends_build   port:pkgconfig \
                 port:autoconf \
@@ -116,17 +116,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
@@ -185,9 +176,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/gimp2-devel/files/patch-etc-gimprc.diff
===================================================================
--- trunk/dports/graphics/gimp2-devel/files/patch-etc-gimprc.diff	2014-11-03 00:14:38 UTC (rev 127752)
+++ trunk/dports/graphics/gimp2-devel/files/patch-etc-gimprc.diff	2014-11-03 00:16:53 UTC (rev 127753)
@@ -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/f667f4de/attachment.html>


More information about the macports-changes mailing list