aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-06-02 02:55:45 +0800
committermat <mat@FreeBSD.org>2015-06-02 02:55:45 +0800
commit8010cd07253149c046f98a911e791e0845dd9863 (patch)
tree7a534c41603e640e57c9bdbd388246feefa7ba11 /Mk/Uses
parent054e82c67c448da277c9d197da5add0245245cb8 (diff)
downloadfreebsd-ports-gnome-8010cd07253149c046f98a911e791e0845dd9863.tar.gz
freebsd-ports-gnome-8010cd07253149c046f98a911e791e0845dd9863.tar.zst
freebsd-ports-gnome-8010cd07253149c046f98a911e791e0845dd9863.zip
Update lang/perl5.22 to 5.22.0, and lang/perl5-devel to 5.23.0-ish.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/perl5.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 13e780688fad..0f4bdda6a3a2 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -57,8 +57,8 @@ PERL_VERSION= 5.18.4
PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.22
PERL_VERSION= 5.22.0
-.elif ${PERL5_DEFAULT} == 5.21 || ${PERL5_DEFAULT} == devel
-PERL_VERSION= 5.22.0
+.elif ${PERL5_DEFAULT} == devel
+PERL_VERSION= 5.23.0
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else
@@ -87,7 +87,8 @@ PERL_LEVEL=0
PERL_ARCH?= mach
# there must always be a default to prevent dependency failures such
-# as "ports/lang: not found"
+# as "ports/lang: not found". Also, perl5-devel is taken care in the
+# perl5_default file, or up there in the default versions selection.
.if ${PERL_LEVEL} >= 502200
PERL_PORT?= perl5.22
.elif ${PERL_LEVEL} >= 502000