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

devans at macports.org devans at macports.org
Fri Dec 13 15:19:56 PST 2013


Revision: 114692
          https://trac.macports.org/changeset/114692
Author:   devans at macports.org
Date:     2013-12-13 15:19:56 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
gimp2-devel: update to recent git master.

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

Removed Paths:
-------------
    trunk/dports/graphics/gimp2-devel/files/patch-revert-commit-7ef45be8902a4b7403d1d1736ca4f7c95b6449a8.diff

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2013-12-13 23:18:32 UTC (rev 114691)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2013-12-13 23:19:56 UTC (rev 114692)
@@ -6,10 +6,10 @@
 
 name            gimp2-devel
 set git_name    gimp
-set git_commit  8707701bee03db9a67350685adfe1ec85211aef7
+set git_commit  2707cff8909a70724b7cdb09831e2d463a3c1295
 conflicts       gimp2 gimp3-devel
 version         2.9.1
-revision        20131209
+revision        20131213
 license         GPL-3+
 categories      graphics
 maintainers     devans
@@ -29,8 +29,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  638c80952b7d9e698a452dd4a9caa8431ce67357 \
-                sha256  4c292476972f3ec4afa5a044e3b95d1793f4ad2d416932e59e06b43472f8b4af
+checksums       rmd160  4fd9b85f9b435aa8864ec4c19e36da3dccf9501f \
+                sha256  2acecae824d8a2d90db515cd805baff67af7b616ab21a021e03bb13d0ba7d706
 
 depends_build   port:pkgconfig \
                 port:autoconf \
@@ -89,8 +89,7 @@
 }
 
 patchfiles      patch-etc-gimprc.diff \
-                patch-plug-ins-twain-tw_mac.c.diff \
-                patch-revert-commit-7ef45be8902a4b7403d1d1736ca4f7c95b6449a8.diff
+                patch-plug-ins-twain-tw_mac.c.diff
 
 platform darwin 9 {
     post-patch {

Deleted: trunk/dports/graphics/gimp2-devel/files/patch-revert-commit-7ef45be8902a4b7403d1d1736ca4f7c95b6449a8.diff
===================================================================
--- trunk/dports/graphics/gimp2-devel/files/patch-revert-commit-7ef45be8902a4b7403d1d1736ca4f7c95b6449a8.diff	2013-12-13 23:18:32 UTC (rev 114691)
+++ trunk/dports/graphics/gimp2-devel/files/patch-revert-commit-7ef45be8902a4b7403d1d1736ca4f7c95b6449a8.diff	2013-12-13 23:19:56 UTC (rev 114692)
@@ -1,49 +0,0 @@
---- app/core/gimp-user-install.c.orig	2013-12-06 12:09:34.000000000 -0800
-+++ app/core/gimp-user-install.c	2013-12-06 12:10:57.000000000 -0800
-@@ -34,10 +34,6 @@
- #include <unistd.h>
- #endif
- 
--#ifdef PLATFORM_OSX
--#include <AppKit/AppKit.h>
--#endif
--
- #include <gio/gio.h>
- #include <glib/gstdio.h>
- 
-@@ -152,35 +148,6 @@
- 
-   user_install_detect_old (install, gimp_directory ());
- 
--#ifdef PLATFORM_OSX
--  /* The config path on OSX has for a very short time frame (2.8.2 only)
--     been "~/Library/GIMP". It changed to "~/Library/Application Support"
--     in 2.8.4 and was in the home folder (as was other UNIX) before. */
--
--  if (! install->old_dir)
--    {
--      gchar             *dir;
--      NSAutoreleasePool *pool;
--      NSArray           *path;
--      NSString          *library_dir;
--
--      pool = [[NSAutoreleasePool alloc] init];
--
--      path = NSSearchPathForDirectoriesInDomains (NSLibraryDirectory,
--                                                  NSUserDomainMask, YES);
--      library_dir = [path objectAtIndex:0];
--
--      dir = g_build_filename ([library_dir UTF8String],
--                              GIMPDIR, GIMP_USER_VERSION, NULL);
--
--      [pool drain];
--
--      user_install_detect_old (install, dir);
--      g_free (dir);
--    }
--
--#endif
--
-   if (! install->old_dir)
-     {
-       /* if the default XDG-style config directory was not found, try
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/ff8fb490/attachment.html>


More information about the macports-changes mailing list