aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2023-07-30 23:46:13 +0000
committerXin LI <delphij@FreeBSD.org>2023-07-30 23:48:01 +0000
commit73c5301f6e9922eb30fca7e950c06fc5765229b9 (patch)
tree55ad9f3202bb11d1243590394354517fce0e75d9
parente61bd45891028f4b8aa3a9224dee94e65b8c4994 (diff)
downloadports-73c5301f6e9922eb30fca7e950c06fc5765229b9.tar.gz
ports-73c5301f6e9922eb30fca7e950c06fc5765229b9.zip
Mk/bsd.default-versions.mk: Update the default Perl version to 5.34.
PR: 271984 Exp-run by: antoine
-rw-r--r--Mk/bsd.default-versions.mk2
-rw-r--r--UPDATING9
2 files changed, 10 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 5410c4a05322..e5fe236598fc 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -106,7 +106,7 @@ OPENLDAP_DEFAULT?= 26
# Possible values: 5.32, 5.34, 5.36, 5.38, devel
. if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?= 5.32
+PERL5_DEFAULT?= 5.34
. elif !defined(PERL5_DEFAULT)
# There's no need to replace development versions, like "5.23" with "devel"
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must
diff --git a/UPDATING b/UPDATING
index a458edc8bd84..28a832dea598 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20230730:
+ AFFECTS: users of lang/perl5*
+ AUTHOR: delphij@FreeBSD.org
+
+ The default Perl version has been switched to Perl 5.34. If you are using
+ binary packages to upgrade your system, you do not have anything to do, pkg
+ upgrade will do the right thing. For the other people, follow the
+ instructions in entry 20181213, it should still be the same.
+
20230726:
AFFECTS: users of misc/openhab
AUTHOR: netchild@FreeBSD.org