diff options
-rw-r--r-- | databases/php-sqlite/Makefile | 4 | ||||
-rw-r--r-- | security/php-suhosin/Makefile | 4 | ||||
-rw-r--r-- | www/php-eaccelerator/Makefile | 4 | ||||
-rw-r--r-- | www/php-owncloud/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/php-sqlite/Makefile b/databases/php-sqlite/Makefile index 6f276b61caa..529d43f875d 100644 --- a/databases/php-sqlite/Makefile +++ b/databases/php-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/06/16 02:54:11 taca Exp $ +# $NetBSD: Makefile,v 1.15 2012/06/16 22:34:23 dholland Exp $ MODNAME= sqlite CATEGORIES+= databases @@ -8,7 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-sqlite-[0-9]* -PHP_VERSIONS_ACCEPTED= 52 53 +PHP_VERSIONS_ACCEPTED= 53 .include "../../lang/php/phpversion.mk" diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 40620f67324..dc675cfb5f3 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/06/16 02:59:48 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/16 22:34:23 dholland Exp $ # MODNAME= suhosin @@ -15,7 +15,7 @@ COMMENT= Advanced protection system for PHP installations PKG_DESTDIR_SUPPORT= user-destdir # There is no patch for PHP 5.4 yet(?). -PHP_VERSIONS_ACCEPTED= 52 53 +PHP_VERSIONS_ACCEPTED= 53 CONFIGURE_ARGS= --enable-${MODNAME} diff --git a/www/php-eaccelerator/Makefile b/www/php-eaccelerator/Makefile index 2ae40496453..c31cd3a6cc3 100644 --- a/www/php-eaccelerator/Makefile +++ b/www/php-eaccelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/06/16 03:06:19 taca Exp $ +# $NetBSD: Makefile,v 1.18 2012/06/16 22:34:23 dholland Exp $ MODNAME= eaccelerator PECL_VERSION= 0.9.6.1 @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PHP_VERSIONS_ACCEPTED= 52 53 +PHP_VERSIONS_ACCEPTED= 53 CONFLICTS= php-eaccelator-[0-9]* diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index e480a60a854..dbd4160d57f 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/06/16 09:37:21 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/16 22:34:23 dholland Exp $ # DISTNAME= owncloud-4.0.1 @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir # php-sqlite referenced by default in options.mk does not support # php54, so mark this incompatible so pbulk stops croaking. # XXX: someone please fix this correctly -PHP_VERSIONS_ACCEPTED= 52 53 +PHP_VERSIONS_ACCEPTED= 53 DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd |