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: wiz
Date: Tue Feb 20 13:22:42 UTC 2018
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
php: bump default to 70.
To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 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.203 pkgsrc/lang/php/phpversion.mk:1.204
--- pkgsrc/lang/php/phpversion.mk:1.203 Fri Feb 2 12:53:39 2018
+++ pkgsrc/lang/php/phpversion.mk Tue Feb 20 13:22:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.203 2018/02/02 12:53:39 jdolecek Exp $
+# $NetBSD: phpversion.mk,v 1.204 2018/02/20 13:22:42 wiz 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
@@ -11,7 +11,7 @@
# the package.
#
# Possible: 56 70 71 72
-# Default: 56
+# Default: 70
#
# === Infrastructure variables ===
#
@@ -106,7 +106,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP P
.include "../../mk/bsd.prefs.mk"
-PHP_VERSION_DEFAULT?= 56
+PHP_VERSION_DEFAULT?= 70
PHP_VERSIONS_ACCEPTED?= 56 70 71 72
.for pv in ${PHP_VERSIONS_ACCEPTED}
. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})
Home |
Main Index |
Thread Index |
Old Index