svn commit: r508733 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Mon Aug 12 13:57:45 UTC 2019


Author: mat
Date: Mon Aug 12 13:57:44 2019
New Revision: 508733
URL: https://svnweb.freebsd.org/changeset/ports/508733

Log:
  Update the default Perl version to 5.30.
  
  PR:		239742
  Submitted by:	mat
  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	Mon Aug 12 13:14:47 2019	(r508732)
+++ head/Mk/bsd.default-versions.mk	Mon Aug 12 13:57:44 2019	(r508733)
@@ -68,7 +68,7 @@ MYSQL_DEFAULT?=		5.7
 # Possible values: 5.26, 5.28, 5.30, devel
 .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
     defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?=		5.28
+PERL5_DEFAULT?=		5.30
 .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