pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php make PHP 5.6 the default if it's still not in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f34f3101ce50
branches: trunk
changeset: 350610:f34f3101ce50
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sun Jul 31 15:39:27 2016 +0000
description:
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
diffstat:
lang/php/phpversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd29fd1d34b7 -r f34f3101ce50 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Jul 31 12:39:52 2016 +0000
+++ b/lang/php/phpversion.mk Sun Jul 31 15:39:27 2016 +0000
@@ -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 @@
.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