Mon Jan 31 11:34:52 2022 UTC ()
p5-PerlMagick: reset PKGREVISION after update


(wiz)
diff -r1.170 -r1.171 pkgsrc/graphics/p5-PerlMagick/Makefile

cvs diff -r1.170 -r1.171 pkgsrc/graphics/p5-PerlMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-PerlMagick/Makefile 2021/12/17 11:57:58 1.170
+++ pkgsrc/graphics/p5-PerlMagick/Makefile 2022/01/31 11:34:52 1.171
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.170 2021/12/17 11:57:58 schmonz Exp $ 1# $NetBSD: Makefile,v 1.171 2022/01/31 11:34:52 wiz Exp $
2 2
3PKGREVISION= 1 
4.include "../../graphics/ImageMagick/Makefile.common" 3.include "../../graphics/ImageMagick/Makefile.common"
5 4
6PKGNAME= p5-PerlMagick-${DISTVERSION} 5PKGNAME= p5-PerlMagick-${DISTVERSION}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://imagemagick.org/script/perl-magick.php 8HOMEPAGE= https://imagemagick.org/script/perl-magick.php
10COMMENT= Object-oriented Perl interface to ImageMagick 9COMMENT= Object-oriented Perl interface to ImageMagick
11 10
12DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo 11DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
13#PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches 12#PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
14 13
15# Some configure_args come from Makefile.common 14# Some configure_args come from Makefile.common
16CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 15CONFIGURE_ARGS+= --with-perl=${PERL5:Q}