summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-11-13 14:00:45 +0000
committerwiz <wiz@pkgsrc.org>2002-11-13 14:00:45 +0000
commit5a701df5ed50678b23631bcf934b4a9bdbc0d3cb (patch)
treec36f9db80aba33db9ed9048c0b5c2a2fdd650a37 /graphics/p5-PerlMagick
parente3e667da4d047645be0a8e4e286972b4e5f5a281 (diff)
downloadpkgsrc-5a701df5ed50678b23631bcf934b4a9bdbc0d3cb.tar.gz
Update to 5.5.1-6. Changes:
* Fixed Ping() memory leak in PerlMagick. * new PerlMagick virtual-pixel image attribute.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index 9bfe3294bf1..d002eeedba6 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2002/09/26 12:46:40 seb Exp $
+# $NetBSD: Makefile,v 1.20 2002/11/13 14:00:45 wiz Exp $
-DISTNAME= ImageMagick-5.4.8-2
-PKGNAME= p5-PerlMagick-5.4.8.2
+DISTNAME= ImageMagick-5.5.1-6
+PKGNAME= p5-PerlMagick-5.5.1.6
SVR4_PKGNAME= p5pma
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \
@@ -13,7 +13,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
COMMENT= Object-oriented Perl interface to ImageMagick
-DEPENDS+= ${DISTNAME:S/-2/.2/}:../../graphics/ImageMagick
+DEPENDS+= ${DISTNAME:S/-6/.6/}:../../graphics/ImageMagick
DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files
@@ -28,7 +28,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Magick/.packlist
GNU_CONFIGURE= YES
USE_X11= YES
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-6//}
PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}