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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to