1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mk/bsd.default-versions.mk: Update the default Perl version to 5.34.

PR:		271984
Exp-run by:	antoine
This commit is contained in:
Xin LI 2023-07-30 16:46:13 -07:00
parent e61bd45891
commit 73c5301f6e
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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