Sat Dec 15 17:05:29 2018 UTC ()
PHP_VERSIONS_ACCEPTED clean up

Remove PHP_VERSIONS_ACCEPTED since it specifies all PHP versions supported
by pkgsrc.


(taca)
diff -r1.16 -r1.17 pkgsrc/graphics/php-imagick/Makefile
diff -r1.3 -r1.4 pkgsrc/www/php-phalcon/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/graphics/php-imagick/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/php-imagick/Makefile 2018/11/14 22:21:44 1.16
+++ pkgsrc/graphics/php-imagick/Makefile 2018/12/15 17:05:29 1.17
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/11/14 22:21:44 kleink Exp $
+# $NetBSD: Makefile,v 1.17 2018/12/15 17:05:29 taca Exp $
 
 MODNAME=		imagick
 PECL_VERSION=		3.4.3
@@ -9,8 +9,6 @@
 COMMENT=		PHP extension for ImageMagick graphics library
 PKGREVISION=		7
 LICENSE=		php
-
-PHP_VERSIONS_ACCEPTED=	56 70 71 72
 
 CONFIGURE_ARGS+=	--with-imagick=${BUILDLINK_PREFIX.ImageMagick}
 

cvs diff -r1.3 -r1.4 pkgsrc/www/php-phalcon/Makefile (expand / switch to context diff)
--- pkgsrc/www/php-phalcon/Makefile 2018/05/29 09:13:35 1.3
+++ pkgsrc/www/php-phalcon/Makefile 2018/12/15 17:05:29 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/05/29 09:13:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/15 17:05:29 taca Exp $
 #
 
 MODNAME=		phalcon
@@ -17,8 +17,6 @@
 
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		gmake pkg-config
-
-PHP_VERSIONS_ACCEPTED=	56 70 71 72
 
 BUILD_DEPENDS+=		re2c>=0.15.3:../../devel/re2c
 DEPENDS+=		${PHP_PKG_PREFIX}-curl>=5.6.0:../../www/php-curl