Date: Sun, 30 Jul 2023 23:48:19 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 73c5301f6e99 - main - Mk/bsd.default-versions.mk: Update the default Perl version to 5.34. Message-ID: <202307302348.36UNmJDv085599@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=73c5301f6e9922eb30fca7e950c06fc5765229b9 commit 73c5301f6e9922eb30fca7e950c06fc5765229b9 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2023-07-30 23:46:13 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2023-07-30 23:48:01 +0000 Mk/bsd.default-versions.mk: Update the default Perl version to 5.34. PR: 271984 Exp-run by: antoine --- Mk/bsd.default-versions.mk | 2 +- UPDATING | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307302348.36UNmJDv085599>