summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2014-04-12 08:56:39 +0000
committeradam <adam>2014-04-12 08:56:39 +0000
commitaec6c5ca03cd2b8d4abb6dd6c29b7a98f5c7190e (patch)
tree52299b120e8ed992c028074cca49518dd10493a7
parent4507fb76db4d8b344cfbde712e61b98f8513bfa4 (diff)
downloadpkgsrc-aec6c5ca03cd2b8d4abb6dd6c29b7a98f5c7190e.tar.gz
Changes 6.8.9.0:
* Fixed bug with -strip failing to exclude PNG chunks * Added new coder to take a screen shot of a monitor in Windows * Don't transform sRGB compatible colorspaces to sRGB, doing so inadvertingly promotes colormapped images to DirectClass. * Use temporary path rather then current working directory * Support -canny edge detection option. * Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE
-rw-r--r--graphics/ImageMagick/Makefile3
-rw-r--r--graphics/ImageMagick/Makefile.common6
-rw-r--r--graphics/ImageMagick/distinfo8
-rw-r--r--graphics/p5-PerlMagick/Makefile3
4 files changed, 9 insertions, 11 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 056dd68d826..1f8d5383ae1 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.203 2014/04/10 06:21:18 obache Exp $
+# $NetBSD: Makefile,v 1.204 2014/04/12 08:56:39 adam Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
-PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 4424fb91e34..3b527ad095a 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.105 2014/02/13 19:53:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.106 2014/04/12 08:56:39 adam Exp $
#
# used by graphics/p5-PerlMagick/Makefile
-IM_MAJOR_VER= 6.8.8
-IM_MINOR_VER= 5
+IM_MAJOR_VER= 6.8.9
+IM_MINOR_VER= 0
IM_MAJOR_LIB_VER= 6
.if (${IM_MINOR_VER} != NONE)
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index 7bf1641ca3a..192248de1d5 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.124 2014/02/13 19:53:43 adam Exp $
+$NetBSD: distinfo,v 1.125 2014/04/12 08:56:39 adam Exp $
-SHA1 (ImageMagick-6.8.8-5.tar.xz) = 5cb75caf426acf3eacaf882dbbb24f462016d828
-RMD160 (ImageMagick-6.8.8-5.tar.xz) = 86f35a57845f9bbe7355ebcab513aa42a7b43fb2
-Size (ImageMagick-6.8.8-5.tar.xz) = 7446036 bytes
+SHA1 (ImageMagick-6.8.9-0.tar.xz) = 098a98ba2b5c988084da3d103c6ce8fff962bbf8
+RMD160 (ImageMagick-6.8.9-0.tar.xz) = 25579943c88d6b427c89979342b210fcf001ee10
+Size (ImageMagick-6.8.9-0.tar.xz) = 7545228 bytes
SHA1 (patch-configure) = 87ae69ea06d9ed392627ec2067192e1a292106c4
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index 53c86053608..557724058bd 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.100 2014/04/10 06:21:28 obache Exp $
+# $NetBSD: Makefile,v 1.101 2014/04/12 08:56:39 adam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
-PKGREVISION= 1
SVR4_PKGNAME= p5pma
MAINTAINER= pkgsrc-users@NetBSD.org