svn commit: r465965 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Fri Mar 30 12:15:44 UTC 2018


Author: mat
Date: Fri Mar 30 12:15:43 2018
New Revision: 465965
URL: https://svnweb.freebsd.org/changeset/ports/465965

Log:
  Switch the default Perl to 5.26.
  
  PR:		226817
  Exp-run by:	antoine
  Sponsored by:	Absolight

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Fri Mar 30 11:52:46 2018	(r465964)
+++ head/Mk/bsd.default-versions.mk	Fri Mar 30 12:15:43 2018	(r465965)
@@ -60,7 +60,7 @@ MYSQL_DEFAULT?=		5.6
 # Possible values: 5.22, 5.24, 5.26, devel
 .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
     defined(PACKAGE_BUILDING))
-PERL5_DEFAULT?=		5.24
+PERL5_DEFAULT?=		5.26
 .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