svn commit: r339458 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Sat Jan 11 21:37:11 UTC 2014


Author: mat
Date: Sat Jan 11 21:37:10 2014
New Revision: 339458
URL: http://svnweb.freebsd.org/changeset/ports/339458

Log:
  Bump perl version here too.

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Sat Jan 11 20:54:50 2014	(r339457)
+++ head/Mk/Uses/perl5.mk	Sat Jan 11 21:37:10 2014	(r339458)
@@ -54,7 +54,7 @@ PERL_VERSION=	5.14.4
 .elif ${PERL5_DEFAULT} == 5.16
 PERL_VERSION=	5.16.3
 .elif ${PERL5_DEFAULT} == 5.18
-PERL_VERSION=	5.18.1
+PERL_VERSION=	5.18.2
 .else
 IGNORE=	Invalid perl5 version ${PERL5_DEFAULT}
 .endif


More information about the svn-ports-all mailing list