svn commit: r487382 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Thu Dec 13 20:44:05 UTC 2018


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


More information about the svn-ports-all mailing list