diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-04-23 14:30:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-05-14 11:42:04 +0000 |
commit | 0705456957d603c191057574a235e68c4b2b6ffd (patch) | |
tree | 0dd0c066e19115a886cf08cb4effcbbcaa2b2f7e | |
parent | 1a78a469327f0b28562ce85b025915d3e6005017 (diff) |
Mk/bsd.default-versions.mk: update perl5 default to 5.40
PR: 286309
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 | ||||
-rw-r--r-- | UPDATING | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 35b021a71e36..772d28798aa0 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -118,7 +118,7 @@ OPENLDAP_DEFAULT?= 26 defined(PACKAGE_BUILDING)) # When changing the default here, make sure the DEPRECATED/EXPIRATION lines in # the older Perl 5 ports are uncommented at the same time. -PERL5_DEFAULT?= 5.36 +PERL5_DEFAULT?= 5.40 . 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,14 @@ 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. +20250514: + AFFECTS: users of lang/perl5.* + AUTHOR: mat@FreeBSD.org + + The default Perl version has been switched to 5.40. + + See entry 20231017 for updating instructions. + 20250511: AFFECTS: users of www/tt-rss AUTHOR: dereks@lifeofadishwasher.com |