From 45bccb768af0591b784f7cb3f5bdf83fce206eaa Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 1 Nov 2007 09:25:07 +0000 Subject: Changes 2.4.1: * Bug fixes --- graphics/gimp/Makefile | 4 ++-- graphics/gimp/distinfo | 10 +++++----- 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 -- cgit v1.2.3