svn commit: r390292 - head/Mk/Uses
Mathieu Arnold
mat at FreeBSD.org
Mon Jun 22 13:44:53 UTC 2015
Author: mat
Date: Mon Jun 22 13:44:52 2015
New Revision: 390292
URL: https://svnweb.freebsd.org/changeset/ports/390292
Log:
Forgotten bit from r390291.
Sponsored by: Absolight
Modified:
head/Mk/Uses/perl5.mk
Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk Mon Jun 22 13:44:20 2015 (r390291)
+++ head/Mk/Uses/perl5.mk Mon Jun 22 13:44:52 2015 (r390292)
@@ -58,7 +58,7 @@ PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.22
PERL_VERSION= 5.22.0
.elif ${PERL5_DEFAULT} == devel
-PERL_VERSION= 5.23.0
+PERL_VERSION= 5.23.1
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else
More information about the svn-ports-all
mailing list