summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2017-04-15 15:05:29 +0000
committertaca <taca>2017-04-15 15:05:29 +0000
commitac1506158a8411e31748b6dacc0a2be6098dc2cc (patch)
treeda2ee59b8900c30d5f9cfd59c78b0cf48cc40f40 /www
parent9a201c357b97e073426056cde1925a8cb71fe04f (diff)
downloadpkgsrc-ac1506158a8411e31748b6dacc0a2be6098dc2cc.tar.gz
WordPress 4.7 suggests using PHP 7, so remove PHP's version restriction to
56 now.
Diffstat (limited to 'www')
-rw-r--r--www/wordpress/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 7486da5feb8..193a91d5d68 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2017/03/12 07:20:52 maya Exp $
+# $NetBSD: Makefile,v 1.65 2017/04/15 15:05:29 taca Exp $
DISTNAME= wordpress-${VERSION}
VERSION= 4.7.3
@@ -43,7 +43,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.6.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.6.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.6.0:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.6.0:../../archivers/php-zlib
-PHP_VERSIONS_ACCEPTED= 56
SUBST_CLASSES+= conf
SUBST_MESSAGE.conf= Fixing pathnames in configuration file.