summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-20 13:22:42 +0000
committerwiz <wiz@pkgsrc.org>2018-02-20 13:22:42 +0000
commitb44d23b30dd4345aa17f71231ef61ca1b8da5cd6 (patch)
treea371345e1056714f2d732bd4a38e0751b23be174 /lang
parent62bd5f7d2d29e76b42172cb84d91517590ee1378 (diff)
downloadpkgsrc-b44d23b30dd4345aa17f71231ef61ca1b8da5cd6.tar.gz
php: bump default to 70.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 8852aa6eec2..83c900ea9d8 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -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 PHPPKGSRCDIR PHP_PKG_PREFIX \
.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})