aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-10-18 06:04:25 +0800
committermat <mat@FreeBSD.org>2014-10-18 06:04:25 +0800
commit69a910242da7dec78e8a6358ffed9a004f0ff296 (patch)
tree31cc30d96a5b2706a6137aa3a51f77c2a3d36aa8 /Mk/Uses
parent90f8f8c011b1ee5fa1031444c058dc9f081d5053 (diff)
downloadfreebsd-ports-gnome-69a910242da7dec78e8a6358ffed9a004f0ff296.tar.gz
freebsd-ports-gnome-69a910242da7dec78e8a6358ffed9a004f0ff296.tar.zst
freebsd-ports-gnome-69a910242da7dec78e8a6358ffed9a004f0ff296.zip
And remember to bump versions here too.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/perl5.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 6594fd7d79ef..f61836ec5454 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -54,9 +54,9 @@ PERL_VERSION= 5.14.4
.elif ${PERL5_DEFAULT} == 5.16
PERL_VERSION= 5.16.3
.elif ${PERL5_DEFAULT} == 5.18
-PERL_VERSION= 5.18.2
+PERL_VERSION= 5.18.4
.elif ${PERL5_DEFAULT} == 5.20
-PERL_VERSION= 5.20.0
+PERL_VERSION= 5.20.1
.else
IGNORE= Invalid perl5 version ${PERL5_DEFAULT}
.endif