pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php lang/php: change default version of php to 7.3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d58b3704430
branches:  trunk
changeset: 345306:2d58b3704430
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 09 14:19:44 2019 +0000

description:
lang/php: change default version of php to 7.3.x

Change default version of php from 7.1.x to 7.3.x.

* PHP 7.1.x is now EOL after 1st Dec 2019.
* PHP 7.3.x is actively maintained release.

diffstat:

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

diffs (38 lines):

diff -r cd846c66f74c -r 2d58b3704430 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Dec 09 12:59:50 2019 +0000
+++ b/lang/php/phpversion.mk    Mon Dec 09 14:19:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.275 2019/11/22 05:34:51 taca Exp $
+# $NetBSD: phpversion.mk,v 1.276 2019/12/09 14:19:44 taca 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 71 72 73
-#      Default: 71
+#      Default: 73
 #
 # === Infrastructure variables ===
 #
@@ -28,7 +28,7 @@
 #      The PHP versions that are accepted by the package.
 #
 #      Possible: 56 71 72 73
-#      Default: 71
+#      Default: 73 56 71 72
 #
 # PHP_VERSIONS_INCOMPATIBLE
 #      The PHP versions that are not supported by the package.
@@ -106,8 +106,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PHP_VERSION_DEFAULT?=          71
-PHP_VERSIONS_ACCEPTED?=                56 71 72 73
+PHP_VERSION_DEFAULT?=          73
+PHP_VERSIONS_ACCEPTED?=                73 56 71 72
 .for pv in ${PHP_VERSIONS_ACCEPTED}
 .  if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})
 _PHP_VERSIONS_ACCEPTED+=       ${pv}



Home | Main Index | Thread Index | Old Index