diff options
author | adam <adam@pkgsrc.org> | 2004-11-15 11:14:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-15 11:14:15 +0000 |
commit | 7e83517673d35a6c77b411ccde219a7bc777bb4c (patch) | |
tree | d8717e10b7746c183ade504f3cc16f594e4d69bd /graphics/ImageMagick | |
parent | 08ce992ff6b548076e7066a3b758ea0e298a6bcf (diff) | |
download | pkgsrc-7e83517673d35a6c77b411ccde219a7bc777bb4c.tar.gz |
Changes 6.1.4-1:
* Bug-fixes and improvemens [as usually]
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 6 | ||||
-rw-r--r-- | graphics/ImageMagick/PLIST | 3 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 8 | ||||
-rw-r--r-- | graphics/ImageMagick/patches/patch-aa | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index f103ae97246..c8edc9ae466 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.19 2004/10/28 14:34:17 adam Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/11/15 11:14:15 adam Exp $ -IM_MAJOR_VER= 6.1.2 -IM_MINOR_VER= 3 +IM_MAJOR_VER= 6.1.4 +IM_MINOR_VER= 1 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index 56a16b7c28a..918f463fde8 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2004/10/28 14:34:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2004/11/15 11:14:15 adam Exp $ bin/Magick++-config bin/Magick-config bin/Wand-config @@ -207,6 +207,7 @@ share/ImageMagick-${IM_MAJOR_VER}/www/Magick++/thumbnail-anatomy-plain.jpg share/ImageMagick-${IM_MAJOR_VER}/www/Magick++/thumbnail-sample-framed.jpg share/ImageMagick-${IM_MAJOR_VER}/www/Magick++/thumbnail-sample-plain.jpg share/ImageMagick-${IM_MAJOR_VER}/www/News.html +share/ImageMagick-${IM_MAJOR_VER}/www/Notice.html share/ImageMagick-${IM_MAJOR_VER}/www/QuickStart.html share/ImageMagick-${IM_MAJOR_VER}/www/README.html share/ImageMagick-${IM_MAJOR_VER}/www/animate.html diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 9229af16982..343fa5f77f5 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2004/10/28 14:34:17 adam Exp $ +$NetBSD: distinfo,v 1.30 2004/11/15 11:14:15 adam Exp $ -SHA1 (ImageMagick-6.1.2-3.tar.bz2) = 443ba9490e5cf3bbca8339c03fb29ca753d688c3 -Size (ImageMagick-6.1.2-3.tar.bz2) = 4565604 bytes -SHA1 (patch-aa) = 2efa08754b41d65dc85d7061666e3f326a2193e1 +SHA1 (ImageMagick-6.1.4-1.tar.bz2) = ce095212ac330cacc1f64757608d795ac9b3d5e4 +Size (ImageMagick-6.1.4-1.tar.bz2) = 4562766 bytes +SHA1 (patch-aa) = 45dfec582cb3edb7ce40026dbedf80e6a4bb39e7 diff --git a/graphics/ImageMagick/patches/patch-aa b/graphics/ImageMagick/patches/patch-aa index a78c9087ad6..6f04a54ae73 100644 --- a/graphics/ImageMagick/patches/patch-aa +++ b/graphics/ImageMagick/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.24 2004/10/28 14:34:17 adam Exp $ +$NetBSD: patch-aa,v 1.25 2004/11/15 11:14:15 adam Exp $ ---- configure.orig 2004-10-28 03:42:36.000000000 +0000 +--- configure.orig 2004-11-13 23:12:46.000000000 +0000 +++ configure -@@ -26412,9 +26412,6 @@ fi +@@ -25550,9 +25550,6 @@ fi # Enable building/use of libltdl if we are building shared libraries regardless # of whether modules are built or not. with_ltdl='no' |