pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/php-imagick



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  9 02:30:38 UTC 2017

Modified Files:
        pkgsrc/graphics/php-imagick: Makefile

Log Message:
graphics/php-imagick: allow build with php72

Allow build with php72.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/php-imagick/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/php-imagick/Makefile
diff -u pkgsrc/graphics/php-imagick/Makefile:1.9 pkgsrc/graphics/php-imagick/Makefile:1.10
--- pkgsrc/graphics/php-imagick/Makefile:1.9    Thu Nov 23 17:19:57 2017
+++ pkgsrc/graphics/php-imagick/Makefile        Sat Dec  9 02:30:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/11/23 17:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/09 02:30:38 taca Exp $
 
 MODNAME=               imagick
 PECL_VERSION=          3.4.3
@@ -10,7 +10,7 @@ COMMENT=              PHP extension for ImageMagick 
 PKGREVISION=           1
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 56 70 71
+PHP_VERSIONS_ACCEPTED= 56 70 71 72
 
 CONFIGURE_ARGS+=       --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
 



Home | Main Index | Thread Index | Old Index