aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-04-09 14:27:17 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-04-09 14:27:17 +0000
commita3238bcf8ffaea173448176d6b4f50990f2d2984 (patch)
tree5f19b4a0cbf4636cf0f59ad3a420e4efa8aa90f9 /release
parent49ac20555f6a60a6c933b7887d5c4cd6b03c119a (diff)
downloadsrc-a3238bcf8ffaea173448176d6b4f50990f2d2984.tar.gz
src-a3238bcf8ffaea173448176d6b4f50990f2d2984.zip
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
Notes
Notes: svn path=/head/; revision=206423
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
-rw-r--r--release/Makefile.inc.docports2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 6a66336012f7..6144fdd4dca4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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)
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports
index 723103cf2e6d..610fae3622cc 100644
--- a/release/Makefile.inc.docports
+++ b/release/Makefile.inc.docports
@@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
ports/textproc/p5-PodParser
.else
MINIMALDOCPORTS+= \
- ports/lang/perl5.8
+ ports/lang/perl5.10
.endif