Date: Fri, 24 Feb 2012 22:41:26 GMT From: "Philip M. Gollucci" <pgollucci@frieza.p6m7g8.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165457: [exp-run]: remove lang/perl5.8 and lang/perl5.10, move default perl to lang/perl5.14 (.2) its GA Message-ID: <201202242241.q1OMfQ1o008777@frieza.p6m7g8.net> Resent-Message-ID: <201202242250.q1OMoBFH029966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165457 >Category: ports >Synopsis: [exp-run]: remove lang/perl5.8 and lang/perl5.10, move default perl to lang/perl5.14 (.2) its GA >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 24 22:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 10.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r232017M: Thu Feb 23 06:34:14 UTC 2012 root@frieza.p6m7g8.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 5.8.9 - 12/16/2008 EOL 5.10.1 - 08/23/2009 EOL 5.12.4 - Maint 15.14.2 - GA >How-To-Repeat: 1st of at least 2 -exp runs this one will tell us what we have to fix next one will test the fixes assuming not too many major ports break >Fix: --- perl.diff begins here --- Index: bsd.perl.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.22 diff -u -r1.22 bsd.perl.mk --- bsd.perl.mk 15 Aug 2011 06:50:00 -0000 1.22 +++ bsd.perl.mk 24 Feb 2012 22:31:07 -0000 @@ -44,7 +44,7 @@ Perl_Pre_Include= bsd.perl.mk PERL_Include_MAINTAINER= perl@FreeBSD.org -PERL_VERSION?= 5.12.4 +PERL_VERSION?= 5.14.2 .if !defined(PERL_LEVEL) && defined(PERL_VERSION) perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|} @@ -68,10 +68,6 @@ PERL_PORT?= perl5.14 .elif ${PERL_LEVEL} >= 501200 PERL_PORT?= perl5.12 -.elif ${PERL_LEVEL} >= 501000 -PERL_PORT?= perl5.10 -.else # ${PERL_LEVEL} < 501000 -PERL_PORT?= perl5.8 .endif SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} --- perl.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202242241.q1OMfQ1o008777>