aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-03 12:56:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-03 12:56:29 +0000
commitc3deb01ad1b9df65168dc7a434baac2d4a96bd2c (patch)
tree29b7cc4f8ca94ed32ed0a33beba714565bdd41fb /Mk
parentd9dc4001567e6f5b783755f006a07bad1d46ac8f (diff)
downloadports-c3deb01ad1b9df65168dc7a434baac2d4a96bd2c.tar.gz
ports-c3deb01ad1b9df65168dc7a434baac2d4a96bd2c.zip
Update the default Perl version to 5.32.
PR: 247826 Submitted by: mat Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=544063
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.default-versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 9d9cbf568352..7f19404b0b05 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -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