aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2023-10-18 03:38:40 +0000
committerXin LI <delphij@FreeBSD.org>2023-10-18 03:38:40 +0000
commit039a6a2aed7b227b06e07147e5246d04f0a004fb (patch)
tree968274dc226e3fccb7f7bbb23e2ab04daf541dd2
parente9fe1e2360fb47c17023b4d2afe379646d73509e (diff)
Mk/bsd.default-versions.mk: Update the default Perl version to 5.36.
PR: ports/264255 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 5f02e4bbdb48..01695995b5b8 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -112,7 +112,7 @@ OPENLDAP_DEFAULT?= 26
# Possible values: 5.34, 5.36, 5.38, devel
. if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?= 5.34
+PERL5_DEFAULT?= 5.36
. 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 10a57980b74c..136c9fc8df62 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.
+20231017:
+ AFFECTS: users of lang/perl5*
+ AUTHOR: delphij@FreeBSD.org
+
+ The default Perl version has been switched to Perl 5.36. 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.
+
20231011:
AFFECTS: users of www/caddy
AUTHOR: adamw@FreeBSD.org