pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php php: bump default to 70.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57fd29d50d54
branches:  trunk
changeset: 375766:57fd29d50d54
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 20 13:22:42 2018 +0000

description:
php: bump default to 70.

diffstat:

 lang/php/phpversion.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55d19030e0e7 -r 57fd29d50d54 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Tue Feb 20 13:21:45 2018 +0000
+++ b/lang/php/phpversion.mk    Tue Feb 20 13:22:42 2018 +0000
@@ -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 @@
 
 .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