pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PHP_VERSIONS_ACCEPTED clean up



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d3689340f3
branches:  trunk
changeset: 326831:84d3689340f3
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 15 17:05:29 2018 +0000

description:
PHP_VERSIONS_ACCEPTED clean up

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

diffstat:

 graphics/php-imagick/Makefile |  4 +---
 www/php-phalcon/Makefile      |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r cf2845a0186c -r 84d3689340f3 graphics/php-imagick/Makefile
--- a/graphics/php-imagick/Makefile     Sat Dec 15 16:58:57 2018 +0000
+++ b/graphics/php-imagick/Makefile     Sat Dec 15 17:05:29 2018 +0000
@@ -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
@@ -10,8 +10,6 @@
 PKGREVISION=           7
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 56 70 71 72
-
 CONFIGURE_ARGS+=       --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
 
 TEST_TARGET=           test
diff -r cf2845a0186c -r 84d3689340f3 www/php-phalcon/Makefile
--- a/www/php-phalcon/Makefile  Sat Dec 15 16:58:57 2018 +0000
+++ b/www/php-phalcon/Makefile  Sat Dec 15 17:05:29 2018 +0000
@@ -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
@@ -18,8 +18,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
 DEPENDS+=              ${PHP_PKG_PREFIX}-gd>=5.6.0:../../graphics/php-gd



Home | Main Index | Thread Index | Old Index