From ac1506158a8411e31748b6dacc0a2be6098dc2cc Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 15 Apr 2017 15:05:29 +0000 Subject: WordPress 4.7 suggests using PHP 7, so remove PHP's version restriction to 56 now. --- www/wordpress/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') 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. -- cgit v1.2.3