summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile3
-rw-r--r--graphics/ImageMagick/Makefile.common6
-rw-r--r--graphics/ImageMagick/PLIST6
-rw-r--r--graphics/ImageMagick/buildlink3.mk4
-rw-r--r--graphics/ImageMagick/distinfo8
5 files changed, 15 insertions, 12 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 348387980cf..2d92583f200 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.156 2009/08/26 19:56:44 sno Exp $
+# $NetBSD: Makefile,v 1.157 2009/08/26 21:06:46 sno Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
-PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.imagemagick.org/
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 3a7f4fb70b6..04df8875ebf 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.81 2009/06/04 12:50:58 adam Exp $
+# $NetBSD: Makefile.common,v 1.82 2009/08/26 21:06:46 sno Exp $
###########################################################################
#
@@ -9,8 +9,8 @@
#
###########################################################################
-IM_MAJOR_VER= 6.5.3
-IM_MINOR_VER= 2
+IM_MAJOR_VER= 6.5.5
+IM_MINOR_VER= 3
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
.if (${IM_MINOR_VER} != NONE)
diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST
index 656d71a2a97..744ad2f1ee4 100644
--- a/graphics/ImageMagick/PLIST
+++ b/graphics/ImageMagick/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2009/06/14 20:05:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.64 2009/08/26 21:06:46 sno Exp $
bin/Magick++-config
bin/Magick-config
bin/MagickCore-config
@@ -57,10 +57,12 @@ include/ImageMagick/magick/draw.h
include/ImageMagick/magick/effect.h
include/ImageMagick/magick/enhance.h
include/ImageMagick/magick/exception.h
+include/ImageMagick/magick/fourier.h
include/ImageMagick/magick/fx.h
include/ImageMagick/magick/gem.h
include/ImageMagick/magick/geometry.h
include/ImageMagick/magick/hashmap.h
+include/ImageMagick/magick/histogram.h
include/ImageMagick/magick/identify.h
include/ImageMagick/magick/image.h
include/ImageMagick/magick/layer.h
@@ -994,6 +996,7 @@ share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/enhance.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/exception.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/fx.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/image.html
+share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/histogram.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/layer.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/list.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/api/magick-deprecate.html
@@ -1038,6 +1041,7 @@ share/doc/ImageMagick-${IM_MAJOR_VER}/www/display.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/download.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/escape.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/examples.html
+share/doc/ImageMagick-${IM_MAJOR_VER}/www/exception.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/formats.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/fx.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/high-dynamic-range.html
diff --git a/graphics/ImageMagick/buildlink3.mk b/graphics/ImageMagick/buildlink3.mk
index 956d3f14477..a28d96bb1eb 100644
--- a/graphics/ImageMagick/buildlink3.mk
+++ b/graphics/ImageMagick/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.25 2009/08/10 19:59:48 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2009/08/26 21:06:46 sno Exp $
BUILDLINK_TREE+= ImageMagick
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ImageMagick
IMAGEMAGICK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=5.5.7.11nb1
-BUILDLINK_ABI_DEPENDS.ImageMagick+= ImageMagick>=6.5.3.2
+BUILDLINK_ABI_DEPENDS.ImageMagick+= ImageMagick>=6.5.5.3
BUILDLINK_PKGSRCDIR.ImageMagick?= ../../graphics/ImageMagick
pkgbase := ImageMagick
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index c04b003efba..9b0199fddc1 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.96 2009/06/04 12:50:58 adam Exp $
+$NetBSD: distinfo,v 1.97 2009/08/26 21:06:46 sno Exp $
-SHA1 (ImageMagick-6.5.3-2.tar.bz2) = 8563f665b4f87c50b876ccdff2d16b967bbdae17
-RMD160 (ImageMagick-6.5.3-2.tar.bz2) = d8395dad9dba55fa333e64667a0f10d242fc3052
-Size (ImageMagick-6.5.3-2.tar.bz2) = 8778241 bytes
+SHA1 (ImageMagick-6.5.5-3.tar.bz2) = b37a2ed2ca8dda5480f6c8d8b4586bf731310efe
+RMD160 (ImageMagick-6.5.5-3.tar.bz2) = f3810163c53fa9cf1b341fbdaa6b5b134c2e4cc6
+Size (ImageMagick-6.5.5-3.tar.bz2) = 8823098 bytes