this is a maintenance update with a number of bugfixes. please test.

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    18 Jan 2006 13:10:03 -0000      1.11
+++ Makefile    22 Jan 2006 11:30:19 -0000
@@ -2,28 +2,15 @@
 
 COMMENT=       "GNU Image Manipulation Program"
 
-DISTNAME=      gimp-2.2.9
-PKGNAME=       ${DISTNAME}p2
-SHARED_LIBS=           gimp-2.0        200.9   \
-                       gimpbase-2.0    200.9   \
-                       gimpcolor-2.0   200.9   \
-                       gimpmath-2.0    200.9   \
-                       gimpmodule-2.0  200.9   \
-                       gimpthumb-2.0   200.9   \
-                       gimpui-2.0      200.9   \
-                       gimpwidgets-2.0 200.9
-MODGNU_SHARED_LIBS=    gimp-2.0        ''      \
-                       gimpbase-2.0    ''      \
-                       gimpcolor-2.0   ''      \
-                       gimpmath-2.0    ''      \
-                       gimpmodule-2.0  ''      \
-                       gimpthumb-2.0   ''      \
-                       gimpui-2.0      ''      \
-                       gimpwidgets-2.0 ''
-
-.for _name _version in ${SHARED_LIBS}
-LIB${_name}_ALIAS=     ${_name:C/[.-]/_/g}
-.endfor
+DISTNAME=      gimp-2.2.10
+SHARED_LIBS=   gimp-2.0        200.10  \
+               gimpbase-2.0    200.10  \
+               gimpcolor-2.0   200.10  \
+               gimpmath-2.0    200.10  \
+               gimpmodule-2.0  200.10  \
+               gimpthumb-2.0   200.10  \
+               gimpui-2.0      200.10  \
+               gimpwidgets-2.0 200.10
 
 CATEGORIES=    graphics
 DIR=           gimp/v2.2
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo    4 Nov 2005 07:36:10 -0000       1.5
+++ distinfo    22 Jan 2006 11:30:19 -0000
@@ -1,4 +1,4 @@
-MD5 (gimp-2.2.9.tar.gz) = 79fc876b112c088af14ba84c08c6abd3
-RMD160 (gimp-2.2.9.tar.gz) = 1290980d0a6a91fd76c812ce034a75a82e468706
-SHA1 (gimp-2.2.9.tar.gz) = cd8a9269b72376e8497c02c5e01b4d6dca679b33
-SIZE (gimp-2.2.9.tar.gz) = 18400967
+MD5 (gimp-2.2.10.tar.gz) = 4d7b78463eeb1ca336de539430a3a1d5
+RMD160 (gimp-2.2.10.tar.gz) = df711ba83e5afe5207703758c60146eafdf6eb2c
+SHA1 (gimp-2.2.10.tar.gz) = 0cbada72d769d4643b5156fb972fa80109b1fac1
+SIZE (gimp-2.2.10.tar.gz) = 18584986
Index: patches/patch-plug-ins_common_url_c
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/patches/patch-plug-ins_common_url_c,v
retrieving revision 1.2
diff -u -r1.2 patch-plug-ins_common_url_c
--- patches/patch-plug-ins_common_url_c 8 Jul 2005 07:50:56 -0000       1.2
+++ patches/patch-plug-ins_common_url_c 22 Jan 2006 11:30:19 -0000
@@ -1,10 +1,10 @@
-$OpenBSD: patch-plug-ins_common_url_c,v 1.2 2005/07/08 07:50:56 fgsch Exp $
---- plug-ins/common/url.c.orig Fri Jun 24 12:22:21 2005
-+++ plug-ins/common/url.c      Fri Jun 24 12:22:28 2005
-@@ -187,7 +187,7 @@ load_image (const gchar       *filename,
- #endif
+$OpenBSD$
+--- plug-ins/common/url.c.orig Sun Jan 22 11:41:00 2006
++++ plug-ins/common/url.c      Sun Jan 22 11:41:29 2006
+@@ -188,7 +188,7 @@ load_image (const gchar       *filename,
  
-       execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
+       execlp ("wget",
+               "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT,
 -              filename, "-O", tmpname, NULL);
 +              filename, "-O", tmpname, (char *)NULL);
        g_message ("exec() failed: wget: %s", g_strerror (errno));

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to