summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-16 22:34:23 +0000
committerdholland <dholland@pkgsrc.org>2012-06-16 22:34:23 +0000
commit5e4ffdca7aa9f28581b25bdbaa754aa2d7314872 (patch)
treece09ba4fb76529810a8a64f1e568e717c9ced499 /www
parentef811f3fb821eff247140ab158701c83eb2821cb (diff)
downloadpkgsrc-5e4ffdca7aa9f28581b25bdbaa754aa2d7314872.tar.gz
Remove 52 from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'www')
-rw-r--r--www/php-eaccelerator/Makefile4
-rw-r--r--www/php-owncloud/Makefile4
2 files changed, 4 insertions, 4 deletions
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