RFC: Change default perl version to 5.10.1

Jun Kuriyama kuriyama at FreeBSD.org
Thu Feb 4 14:29:11 UTC 2010


Hi,

I'm planning to update our default perl installation to
lang/perl5.10.  But we are approaching 7.3-RELEASE, we should not so
hurry.

(1) Submit a patch to change default version to 5.10.1 to portmgr@ to
    run -exp build.
(2) With these logs, fix problems as much as we can.  Minor fixes
    should be committed (with feature safe tag).
(3) After 7.3-REL released, commit changes switching to 5.10.1.

Comments?


Index: Mk/bsd.perl.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v
retrieving revision 1.14
diff -u -r1.14 bsd.perl.mk
--- Mk/bsd.perl.mk	8 Jun 2009 14:56:31 -0000	1.14
+++ Mk/bsd.perl.mk	31 Jan 2010 15:01:17 -0000
@@ -84,7 +84,7 @@
 # to set one of the conditionals that force the inclusion of bsd.perl.mk
 .if defined(_PERL_REFACTORING_COMPLETE)
 
-PERL_VERSION?=	5.8.9
+PERL_VERSION?=	5.10.1
 
 .if !defined(PERL_LEVEL) && defined(PERL_VERSION)
 perl_major=		${PERL_VERSION:C|\..*||}


-- 
Jun Kuriyama <kuriyama at FreeBSD.org> // FreeBSD Project
         <kuriyama at s2factory.co.jp> // S2 Factory, Inc.


More information about the freebsd-perl mailing list