svn commit: r386085 - head/Mk/Uses
Mathieu Arnold
mat at FreeBSD.org
Mon May 11 14:24:22 UTC 2015
Author: mat
Date: Mon May 11 14:24:21 2015
New Revision: 386085
URL: https://svnweb.freebsd.org/changeset/ports/386085
Log:
Catch up with lang/perl5-devel, add a permanent way to ask for -devel.
Sponsored by: Absolight
Modified:
head/Mk/Uses/perl5.mk
Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk Mon May 11 14:23:09 2015 (r386084)
+++ head/Mk/Uses/perl5.mk Mon May 11 14:24:21 2015 (r386085)
@@ -55,8 +55,8 @@ PERL_VERSION= 5.16.3
PERL_VERSION= 5.18.4
.elif ${PERL5_DEFAULT} == 5.20
PERL_VERSION= 5.20.2
-.elif ${PERL5_DEFAULT} == 5.21
-PERL_VERSION= 5.21.12
+.elif ${PERL5_DEFAULT} == 5.21 || ${PERL5_DEFAULT} == devel
+PERL_VERSION= 5.22.0
.else
IGNORE= Invalid perl5 version ${PERL5_DEFAULT}
.endif
More information about the svn-ports-all
mailing list