Update to latest version 2.6.4, full changelog available at http://developer.gimp.org/NEWS-2.6.
 Comments ? Ok ?
  Cheers
   Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- Makefile    12 Dec 2008 16:14:57 -0000      1.42
+++ Makefile    5 Jan 2009 14:03:56 -0000
@@ -2,16 +2,16 @@
 
 COMMENT=       GNU Image Manipulation Program
 
-DISTNAME=      gimp-2.6.3
-SHARED_LIBS=   gimp-2.0        263.0   \
-               gimpbase-2.0    263.0   \
-               gimpcolor-2.0   263.0   \
-               gimpconfig-2.0  263.0   \
-               gimpmath-2.0    263.0   \
-               gimpmodule-2.0  263.0   \
-               gimpthumb-2.0   263.0   \
-               gimpui-2.0      263.0   \
-               gimpwidgets-2.0 263.0
+DISTNAME=      gimp-2.6.4
+SHARED_LIBS=   gimp-2.0        264.0   \
+               gimpbase-2.0    264.0   \
+               gimpcolor-2.0   264.0   \
+               gimpconfig-2.0  264.0   \
+               gimpmath-2.0    264.0   \
+               gimpmodule-2.0  264.0   \
+               gimpthumb-2.0   264.0   \
+               gimpui-2.0      264.0   \
+               gimpwidgets-2.0 264.0
 
 CATEGORIES=    graphics
 MAINTAINER=    Giovanni Bechis <giova...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    12 Dec 2008 16:14:57 -0000      1.20
+++ distinfo    5 Jan 2009 14:03:56 -0000
@@ -1,5 +1,5 @@
-MD5 (gimp-2.6.3.tar.bz2) = OcMIZ1EbeTkeuRd8hsi3mg==
-RMD160 (gimp-2.6.3.tar.bz2) = rHNrHkmRj0qiMhX86atWw1nFhvA=
-SHA1 (gimp-2.6.3.tar.bz2) = XmTAPZ0F+ihlbGBBA5wmzXwJ3qs=
-SHA256 (gimp-2.6.3.tar.bz2) = COTSckcdN3zXxsrGpgiaVAQ2lhwA3dCd5PKaMUjsce8=
-SIZE (gimp-2.6.3.tar.bz2) = 15978924
+MD5 (gimp-2.6.4.tar.bz2) = ToGF5AqwZVnObdXvYbPoOw==
+RMD160 (gimp-2.6.4.tar.bz2) = ZKpV3vDpfPyF8n3HRh8YRVYZ7UE=
+SHA1 (gimp-2.6.4.tar.bz2) = 9oyh4dzn74wQDOdODB7lxJOliaE=
+SHA256 (gimp-2.6.4.tar.bz2) = htJ6RbRfPfO/beKHGPaR6L7a8d59rih7OQVOrdrXl+I=
+SIZE (gimp-2.6.4.tar.bz2) = 16012685
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/patches/patch-configure_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-configure_in
--- patches/patch-configure_in  16 Nov 2008 21:19:23 -0000      1.7
+++ patches/patch-configure_in  5 Jan 2009 14:03:56 -0000
@@ -1,7 +1,21 @@
 $OpenBSD: patch-configure_in,v 1.7 2008/11/16 21:19:23 kili Exp $
---- configure.in.orig  Thu Oct 30 10:33:25 2008
-+++ configure.in       Fri Nov 14 09:03:17 2008
-@@ -1141,10 +1141,10 @@ if test "x$with_libmng" != xno && test -z "$MNG_LIBS" 
+--- configure.in.orig  Fri Nov 21 20:55:44 2008
++++ configure.in       Mon Jan  5 12:50:12 2009
+@@ -420,12 +420,7 @@ AM_GLIB_GNU_GETTEXT
+ 
+ AC_MSG_CHECKING([for iso-codes])
+ PKG_CHECK_EXISTS(iso-codes,
+-  have_iso_codes="yes"
+-  AC_DEFINE(HAVE_ISO_CODES, 1,
+-          [Define to 1 if the iso-codes package is available])
+-  ISO_CODES_PREFIX=`$PKG_CONFIG --variable=prefix iso-codes`   
+-  ISO_CODES_LOCATION="$ISO_CODES_PREFIX/share/xml/iso-codes"
+-  ISO_CODES_LOCALEDIR="$ISO_CODES_PREFIX/$DATADIRNAME/locale",
++  have_iso_codes="no (disabled)",
+   have_iso_codes="no (iso-codes package not found)")
+ AC_MSG_RESULT($have_iso_codes)
+ 
+@@ -1141,10 +1136,10 @@ if test "x$with_libmng" != xno && test -z "$MNG_LIBS" 
     test -n "$PNG_LIBS" && test -n "$JPEG_LIBS" && test -n "$Z_LIBS"; then
    AC_CHECK_LIB(mng, mng_create,
      [AC_CHECK_HEADER(libmng.h, mng_ok=yes)],
@@ -14,7 +28,7 @@ $OpenBSD: patch-configure_in,v 1.7 2008/
    else
      have_libmng="no (MNG header file not found)"
    fi
-@@ -1332,19 +1332,9 @@ if test "x$with_gnomevfs" != xno; then
+@@ -1332,19 +1327,9 @@ if test "x$with_gnomevfs" != xno; then
  
  gnome_vfs_modules="gnome-vfs-2.0 >= gnome_vfs_required_version"
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -r1.18 PLIST
--- pkg/PLIST   12 Dec 2008 16:14:57 -0000      1.18
+++ pkg/PLIST   5 Jan 2009 14:03:58 -0000
@@ -2131,6 +2131,9 @@ share/locale/sv/LC_MESSAGES/gimp20-scrip
 share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/sv/LC_MESSAGES/gimp20-tips.mo
 share/locale/sv/LC_MESSAGES/gimp20.mo
+share/locale/ta/
+share/locale/ta/LC_MESSAGES/
+share/locale/ta/LC_MESSAGES/gimp20.mo
 share/locale/th/
 share/locale/th/LC_MESSAGES/
 share/locale/th/LC_MESSAGES/gimp20.mo

Reply via email to