svn commit: r207666 - stable/7/release
Ken Smith
kensmith at FreeBSD.org
Wed May 5 17:01:04 UTC 2010
Author: kensmith
Date: Wed May 5 17:01:03 2010
New Revision: 207666
URL: http://svn.freebsd.org/changeset/base/207666
Log:
Merge r206423:
> 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.
Modified:
stable/7/release/Makefile
stable/7/release/Makefile.inc.docports
Directory Properties:
stable/7/release/ (props changed)
stable/7/release/doc/ (props changed)
stable/7/release/doc/en_US.ISO8859-1/hardware/ (props changed)
Modified: stable/7/release/Makefile
==============================================================================
--- stable/7/release/Makefile Wed May 5 16:58:29 2010 (r207665)
+++ stable/7/release/Makefile Wed May 5 17:01:03 2010 (r207666)
@@ -169,7 +169,7 @@ NOPORTSATALL= YES
#
# Doing 'make index' in /usr/ports requires Perl.
-MAKEINDEXPORTS= lang/perl5.8
+MAKEINDEXPORTS= lang/perl5.10
# By default, documentation (Handbook, FAQ, etc.) is built for all
# the languages. To speed up building, set the DOC_LANG to just
# the languages you need. (The language for the release notes is
Modified: stable/7/release/Makefile.inc.docports
==============================================================================
--- stable/7/release/Makefile.inc.docports Wed May 5 16:58:29 2010 (r207665)
+++ stable/7/release/Makefile.inc.docports Wed May 5 17:01:03 2010 (r207666)
@@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
ports/textproc/p5-PodParser
.else
MINIMALDOCPORTS+= \
- ports/lang/perl5.8
+ ports/lang/perl5.10
.endif
More information about the svn-src-stable
mailing list