diff options
author | Xin LI <delphij@FreeBSD.org> | 2023-07-30 23:46:13 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2023-07-30 23:48:01 +0000 |
commit | 73c5301f6e9922eb30fca7e950c06fc5765229b9 (patch) | |
tree | 55ad9f3202bb11d1243590394354517fce0e75d9 | |
parent | e61bd45891028f4b8aa3a9224dee94e65b8c4994 (diff) |
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.mk | 2 | ||||
-rw-r--r-- | UPDATING | 9 |
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 @@ -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 |