summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2015-09-26 20:02:38 +0000
committerbouyer <bouyer@pkgsrc.org>2015-09-26 20:02:38 +0000
commitdf0d806021c430c8fcb3c345f0af3bf43d2186e6 (patch)
treea7cf018d28a5d827a5cd655e7c0dd945bc249169 /lang
parent9f006e3efe3283347e08de3136f618b9a9eb4d2a (diff)
downloadpkgsrc-df0d806021c430c8fcb3c345f0af3bf43d2186e6.tar.gz
php54 is EOL, switch PHP_VERSION_DEFAULT to 55, as discussed some time ago.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index dc9d7e2fdd6..142a06615af 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.111 2015/09/06 12:27:43 taca Exp $
+# $NetBSD: phpversion.mk,v 1.112 2015/09/26 20:02:38 bouyer 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: 54 55 56
-# Default: 54
+# Default: 55
#
# === Infrastructure variables ===
#
@@ -28,7 +28,7 @@
# The PHP versions that are accepted by the package.
#
# Possible: 54 55 56
-# Default: 54
+# Default: 54 55 56
#
# PHP_CHECK_INSTALLED
# Check installed version of PHP. Should be used by lang/php54,
@@ -98,7 +98,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"
-PHP_VERSION_DEFAULT?= 54
+PHP_VERSION_DEFAULT?= 55
PHP_VERSIONS_ACCEPTED?= 54 55 56
# transform the list into individual variables