Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 13:44:53 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390292 - head/Mk/Uses
Message-ID:  <201506221344.t5MDirKk069124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221344.t5MDirKk069124>