pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wordpress



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 15 15:05:29 UTC 2017

Modified Files:
        pkgsrc/www/wordpress: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/wordpress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/wordpress/Makefile
diff -u pkgsrc/www/wordpress/Makefile:1.64 pkgsrc/www/wordpress/Makefile:1.65
--- pkgsrc/www/wordpress/Makefile:1.64  Sun Mar 12 07:20:52 2017
+++ pkgsrc/www/wordpress/Makefile       Sat Apr 15 15:05:29 2017
@@ -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:.
 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