Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Feb 2010 23:08:52 +0900
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        perl@FreeBSD.org
Subject:   RFC: Change default perl version to 5.10.1
Message-ID:  <7mr5p18557.wl%kuriyama@s2factory.co.jp>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org> // FreeBSD Project
         <kuriyama@s2factory.co.jp> // S2 Factory, Inc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mr5p18557.wl%kuriyama>