diff options
-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 9d9cbf568352..7f19404b0b05 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -74,7 +74,7 @@ MYSQL_DEFAULT?= 5.7 # Possible values: 5.28, 5.30, 5.32, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) -PERL5_DEFAULT?= 5.30 +PERL5_DEFAULT?= 5.32 .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. +20200803: + AFFECTS: users of lang/perl5* + AUTHOR: mat@FreeBSD.org + + The default Perl version has been switched to Perl 5.32. 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 20161103, it should still be the same. 20200726: AFFECTS: users of net-mgmt/librenms |