diff options
author | adam <adam@pkgsrc.org> | 2007-11-01 09:25:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-01 09:25:07 +0000 |
commit | ad9fc919f2c4f280ea05ab5d601496ad598fec2e (patch) | |
tree | 02740c3c1795ad3800f5b9b313a9042ec67c1176 | |
parent | 08a6f9939ac096e02b037fb72c584d8bcf1771f6 (diff) | |
download | pkgsrc-ad9fc919f2c4f280ea05ab5d601496ad598fec2e.tar.gz |
Changes 2.4.1:
* Bug fixes
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 10 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6a3c38b295d..ca06d6d69b1 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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 --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 6e3f15fb5a7..bb350e0a9a2 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -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 --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index 8243a276e39..c5ca7f4a1b9 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.20 2007/10/25 21:06:17 adam Exp $ 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 @@ $NetBSD: patch-ab,v 1.20 2007/10/25 21:06:17 adam Exp $ - 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 |