pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Dec  9 14:19:44 UTC 2019

Modified Files:
        pkgsrc/lang/php: phpversion.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/lang/php/phpversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.275 pkgsrc/lang/php/phpversion.mk:1.276
--- pkgsrc/lang/php/phpversion.mk:1.275 Fri Nov 22 05:34:51 2019
+++ pkgsrc/lang/php/phpversion.mk       Mon Dec  9 14:19:44 2019
@@ -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 @@ _SYS_VARS.php=      PKG_PHP_VERSION PKG_PHP P
 
 .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