pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wordpress WordPress 4.7 suggests using PHP 7, so r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1eebd7b0403
branches:  trunk
changeset: 361146:e1eebd7b0403
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 15 15:05:29 2017 +0000

description:
WordPress 4.7 suggests using PHP 7, so remove PHP's version restriction to
56 now.

diffstat:

 www/wordpress/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 36ccf32d5a9f -r e1eebd7b0403 www/wordpress/Makefile
--- a/www/wordpress/Makefile    Sat Apr 15 12:30:07 2017 +0000
+++ b/www/wordpress/Makefile    Sat Apr 15 15:05:29 2017 +0000
@@ -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}-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.



Home | Main Index | Thread Index | Old Index