Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2010 14:27:18 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206423 - head/release
Message-ID:  <201004091427.o39ERIxP082906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kensmith
Date: Fri Apr  9 14:27:17 2010
New Revision: 206423
URL: http://svn.freebsd.org/changeset/base/206423

Log:
  Shift the version of perl used by the release build process over to
  perl-5.10.  This aligns the release build process with the current
  default version of perl in the ports tree.
  
  I'll MFC this to all active branches.
  
  MFC after:	3 days

Modified:
  head/release/Makefile
  head/release/Makefile.inc.docports

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Fri Apr  9 14:24:00 2010	(r206422)
+++ head/release/Makefile	Fri Apr  9 14:27:17 2010	(r206423)
@@ -171,7 +171,7 @@ NOPORTSATALL=	YES
 
 #
 # Doing 'make index' in /usr/ports requires Perl.
-MAKEINDEXPORTS=	lang/perl5.8
+MAKEINDEXPORTS=	lang/perl5.10
 DOCPORTS=	textproc/docproj
 # Set this to wherever the distfiles required by release procedures.
 .if defined(DOCDISTFILES)

Modified: head/release/Makefile.inc.docports
==============================================================================
--- head/release/Makefile.inc.docports	Fri Apr  9 14:24:00 2010	(r206422)
+++ head/release/Makefile.inc.docports	Fri Apr  9 14:27:17 2010	(r206423)
@@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
 	ports/textproc/p5-PodParser
 .else
 MINIMALDOCPORTS+= \
-	ports/lang/perl5.8
+	ports/lang/perl5.10
 .endif



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