Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 12:56:29 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544063 - in head: . Mk
Message-ID:  <202008031256.073CuTJL057337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug  3 12:56:29 2020
New Revision: 544063
URL: https://svnweb.freebsd.org/changeset/ports/544063

Log:
  Update the default Perl version to 5.32.
  
  PR:		247826
  Submitted by:	mat
  Exp-run by:	antoine

Modified:
  head/Mk/bsd.default-versions.mk   (contents, props changed)
  head/UPDATING

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Mon Aug  3 12:55:34 2020	(r544062)
+++ head/Mk/bsd.default-versions.mk	Mon Aug  3 12:56:29 2020	(r544063)
@@ -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

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Aug  3 12:55:34 2020	(r544062)
+++ head/UPDATING	Mon Aug  3 12:56:29 2020	(r544063)
@@ -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



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