pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp Changes 2.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99c5a42ec33a
branches:  trunk
changeset: 534814:99c5a42ec33a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 01 09:25:07 2007 +0000

description:
Changes 2.4.1:
* Bug fixes

diffstat:

 graphics/gimp/Makefile         |   4 ++--
 graphics/gimp/distinfo         |  10 +++++-----
 graphics/gimp/patches/patch-ab |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r 25ba81972b61 -r 99c5a42ec33a graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu Nov 01 08:43:05 2007 +0000
+++ b/graphics/gimp/Makefile    Thu Nov 01 09:25:07 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.164 2007/10/28 17:00:42 joerg Exp $
+# $NetBSD: Makefile,v 1.165 2007/11/01 09:25:07 adam Exp $
 
-DISTNAME=      gimp-2.4.0
+DISTNAME=      gimp-2.4.1
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v2.4/ \
                ftp://ftp.cs.umn.edu/pub/gimp/v2.4/ \
diff -r 25ba81972b61 -r 99c5a42ec33a graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Thu Nov 01 08:43:05 2007 +0000
+++ b/graphics/gimp/distinfo    Thu Nov 01 09:25:07 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2007/10/25 21:06:16 adam Exp $
+$NetBSD: distinfo,v 1.38 2007/11/01 09:25:07 adam Exp $
 
-SHA1 (gimp-2.4.0.tar.bz2) = 55a1f8118c26bb58cd329200a53088d3d5734ca0
-RMD160 (gimp-2.4.0.tar.bz2) = e21ce418a4b367b776f49d655ea42c9b09cd05d6
-Size (gimp-2.4.0.tar.bz2) = 17617876 bytes
+SHA1 (gimp-2.4.1.tar.bz2) = 5d554959e9583845acff713e5f65e02fcf37db0c
+RMD160 (gimp-2.4.1.tar.bz2) = 2fd7973e6a836718e952f3b8dfa8d635140020b9
+Size (gimp-2.4.1.tar.bz2) = 17763371 bytes
 SHA1 (patch-aa) = 5abf13951f748568e67c897210dacce28e51fedc
-SHA1 (patch-ab) = a1e7ab7428e87ec54ab8c14f4b7e67d75fa3300f
+SHA1 (patch-ab) = 7eb39d3c68a2f5437d1bdefbce7f197ed25ef3d1
 SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff -r 25ba81972b61 -r 99c5a42ec33a graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab    Thu Nov 01 08:43:05 2007 +0000
+++ b/graphics/gimp/patches/patch-ab    Thu Nov 01 09:25:07 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.20 2007/10/25 21:06:17 adam Exp $
+$NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $
 
---- configure.orig     2007-10-22 21:18:02.000000000 +0200
+--- configure.orig     2007-10-31 09:09:36.000000000 +0100
 +++ configure
 @@ -31051,6 +31051,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
    gimp_ok=yes
@@ -8,7 +8,7 @@
  rm -f conftest*
 +  fi
  
-       if test $gimp_ok = yes; then
+       if test "x$gimp_ok" = xyes; then
  
 @@ -31059,7 +31060,6 @@ cat >>confdefs.h <<\_ACEOF
  _ACEOF
@@ -17,7 +17,7 @@
 -  fi
    { echo "$as_me:$LINENO: result: $gimp_ok" >&5
  echo "${ECHO_T}$gimp_ok" >&6; }
-   if test $gimp_ok = no; then
+   if test "x$gimp_ok" = xno; then
 @@ -33607,7 +33607,7 @@ if test "x$with_print" != xno; then
  fi
  



Home | Main Index | Thread Index | Old Index