pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 15 17:05:29 UTC 2018

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

Log Message:
PHP_VERSIONS_ACCEPTED clean up

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/php-imagick/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/php-phalcon/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.16 pkgsrc/graphics/php-imagick/Makefile:1.17
--- pkgsrc/graphics/php-imagick/Makefile:1.16   Wed Nov 14 22:21:44 2018
+++ pkgsrc/graphics/php-imagick/Makefile        Sat Dec 15 17:05:29 2018
@@ -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 @@ COMMENT=              PHP extension for ImageMagick 
 PKGREVISION=           7
 LICENSE=               php
 
-PHP_VERSIONS_ACCEPTED= 56 70 71 72
-
 CONFIGURE_ARGS+=       --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
 
 TEST_TARGET=           test

Index: pkgsrc/www/php-phalcon/Makefile
diff -u pkgsrc/www/php-phalcon/Makefile:1.3 pkgsrc/www/php-phalcon/Makefile:1.4
--- pkgsrc/www/php-phalcon/Makefile:1.3 Tue May 29 09:13:35 2018
+++ pkgsrc/www/php-phalcon/Makefile     Sat Dec 15 17:05:29 2018
@@ -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 @@ GITHUB_TAG=           v${PKGVERSION_NOREV}
 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