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 Feb 19 15:42:29 UTC 2024
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
lang/php: switch default PHP version to 8.2
To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 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.423 pkgsrc/lang/php/phpversion.mk:1.424
--- pkgsrc/lang/php/phpversion.mk:1.423 Fri Feb 16 13:16:59 2024
+++ pkgsrc/lang/php/phpversion.mk Mon Feb 19 15:42:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.423 2024/02/16 13:16:59 taca Exp $
+# $NetBSD: phpversion.mk,v 1.424 2024/02/19 15:42:29 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 74 80 81 82 83
-# Default: 81
+# Default: 82
#
# === Infrastructure variables ===
#
@@ -28,7 +28,7 @@
# The PHP versions that are accepted by the package.
#
# Possible: 56 74 80 81 82 83
-# Default: 81 82 83 74 56 80
+# Default: 82 81 83 74 56 80
#
# PHP_VERSIONS_INCOMPATIBLE
# The PHP versions that are not supported by the package.
@@ -111,8 +111,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP P
.include "../../mk/bsd.prefs.mk"
-PHP_VERSION_DEFAULT?= 81
-PHP_VERSIONS_ACCEPTED?= 81 82 83 74 56 80
+PHP_VERSION_DEFAULT?= 82
+PHP_VERSIONS_ACCEPTED?= 82 81 83 74 56 80
.for pv in ${PHP_VERSIONS_ACCEPTED}
. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})
_PHP_VERSIONS_ACCEPTED+= ${pv}
Home |
Main Index |
Thread Index |
Old Index