summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authoradam <adam>2014-04-12 08:56:39 +0000
committeradam <adam>2014-04-12 08:56:39 +0000
commit8b938347459d89d4acad4ced8afba08af864d9a7 (patch)
treede41e3c31e96298f03b91f381e1a8cb5c58d0e30 /graphics/p5-PerlMagick
parent91bd28cdb9ad535d6fdedd958a838b77089737ac (diff)
downloadpkgsrc-8b938347459d89d4acad4ced8afba08af864d9a7.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
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile3
1 files changed, 1 insertions, 2 deletions
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