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:   jdolecek
Date:           Sat May  8 13:21:17 UTC 2021

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

Log Message:
switch default for PHP to 7.4

PHP 7.3 is out of active support, and even security support will end on 6.12.2021


To generate a diff of this commit:
cvs rdiff -u -r1.327 -r1.328 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.327 pkgsrc/lang/php/phpversion.mk:1.328
--- pkgsrc/lang/php/phpversion.mk:1.327 Fri May  7 14:46:52 2021
+++ pkgsrc/lang/php/phpversion.mk       Sat May  8 13:21:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.327 2021/05/07 14:46:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.328 2021/05/08 13:21:17 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
@@ -11,7 +11,7 @@
 #      the package.
 #
 #      Possible: 56 73 74 80
-#      Default: 73
+#      Default: 74
 #
 # === Infrastructure variables ===
 #
@@ -106,7 +106,7 @@ _SYS_VARS.php=      PKG_PHP_VERSION PKG_PHP P
 
 .include "../../mk/bsd.prefs.mk"
 
-PHP_VERSION_DEFAULT?=          73
+PHP_VERSION_DEFAULT?=          74
 PHP_VERSIONS_ACCEPTED?=                73 74 56 80
 .for pv in ${PHP_VERSIONS_ACCEPTED}
 .  if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})



Home | Main Index | Thread Index | Old Index