pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/php
Module Name: pkgsrc
Committed By: jdolecek
Date: Sun Jul 31 15:39:27 UTC 2016
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
make PHP 5.6 the default if it's still not installed; active support ends on 2016-12-31, but quite a few modules don't have versions with PHP7 support yet, so 7.0 is not quite good default yet
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/lang/php/phpversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.144 pkgsrc/lang/php/phpversion.mk:1.145
--- pkgsrc/lang/php/phpversion.mk:1.144 Sun Jul 24 02:20:16 2016
+++ pkgsrc/lang/php/phpversion.mk Sun Jul 31 15:39:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.144 2016/07/24 02:20:16 taca Exp $
+# $NetBSD: phpversion.mk,v 1.145 2016/07/31 15:39:27 jdolecek Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -98,7 +98,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP P
.include "../../mk/bsd.prefs.mk"
-PHP_VERSION_DEFAULT?= 55
+PHP_VERSION_DEFAULT?= 56
PHP_VERSIONS_ACCEPTED?= 55 56 70
# transform the list into individual variables
Home |
Main Index |
Thread Index |
Old Index