Mon Mar 23 16:13:12 2020 UTC ()
graphics/php-imagick: reset PKGREVISION

Reset PKGREVISION along with updating to 3.4.4.


(taca)
diff -r1.23 -r1.24 pkgsrc/graphics/php-imagick/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/graphics/php-imagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/php-imagick/Makefile 2020/03/23 16:12:11 1.23
+++ pkgsrc/graphics/php-imagick/Makefile 2020/03/23 16:13:12 1.24
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.23 2020/03/23 16:12:11 taca Exp $ 1# $NetBSD: Makefile,v 1.24 2020/03/23 16:13:12 taca Exp $
2 2
3MODNAME= imagick 3MODNAME= imagick
4PECL_VERSION= 3.4.4 4PECL_VERSION= 3.4.4
5CATEGORIES+= graphics 5CATEGORIES+= graphics
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://pecl.php.net/package/imagick/ 8HOMEPAGE= http://pecl.php.net/package/imagick/
9COMMENT= PHP extension for ImageMagick graphics library 9COMMENT= PHP extension for ImageMagick graphics library
10PKGREVISION= 12 
11LICENSE= php 10LICENSE= php
12 11
13CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick} 12CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
14 13
15TEST_TARGET= test 14TEST_TARGET= test
16 15
17.include "../../graphics/ImageMagick/buildlink3.mk" 16.include "../../graphics/ImageMagick/buildlink3.mk"
18.include "../../lang/php/ext.mk" 17.include "../../lang/php/ext.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"