pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php switch default for PHP to 7.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7de92dd77965
branches: trunk
changeset: 452306:7de92dd77965
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat May 08 13:21:17 2021 +0000
description:
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
diffstat:
lang/php/phpversion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ada447dc9244 -r 7de92dd77965 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sat May 08 09:24:52 2021 +0000
+++ b/lang/php/phpversion.mk Sat May 08 13:21:17 2021 +0000
@@ -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 @@
.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