Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 20:44:04 +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: r487382 - head/Mk
Message-ID:  <201812132044.wBDKi4sg020175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec 13 20:44:04 2018
New Revision: 487382
URL: https://svnweb.freebsd.org/changeset/ports/487382

Log:
  Switch Perl 5 default to 5.28.
  
  PR:		233828
  Exp-run by:	antoine

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Thu Dec 13 20:40:13 2018	(r487381)
+++ head/Mk/bsd.default-versions.mk	Thu Dec 13 20:44:04 2018	(r487382)
@@ -64,7 +64,7 @@ MYSQL_DEFAULT?=		5.6
 # Possible values: 5.24, 5.26, 5.28, devel
 .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
     defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?=		5.26
+PERL5_DEFAULT?=		5.28
 .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



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