Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 03:39:44 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: 039a6a2aed7b - main - Mk/bsd.default-versions.mk: Update the default Perl version to 5.36.
Message-ID:  <202310180339.39I3di5l095294@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=039a6a2aed7b227b06e07147e5246d04f0a004fb

commit 039a6a2aed7b227b06e07147e5246d04f0a004fb
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2023-10-18 03:38:40 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2023-10-18 03:38:40 +0000

    Mk/bsd.default-versions.mk: Update the default Perl version to 5.36.
    
    PR:             ports/264255
    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 5f02e4bbdb48..01695995b5b8 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -112,7 +112,7 @@ OPENLDAP_DEFAULT?=	26
 # Possible values: 5.34, 5.36, 5.38, devel
 .  if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
     defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?=		5.34
+PERL5_DEFAULT?=		5.36
 .  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 10a57980b74c..136c9fc8df62 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.
 
+20231017:
+  AFFECTS: users of lang/perl5*
+  AUTHOR: delphij@FreeBSD.org
+
+  The default Perl version has been switched to Perl 5.36.  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.
+
 20231011:
   AFFECTS: users of www/caddy
   AUTHOR:  adamw@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310180339.39I3di5l095294>