From owner-freebsd-perl@FreeBSD.ORG Thu Jun 26 21:25:50 2008 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B582E106564A for ; Thu, 26 Jun 2008 21:25:50 +0000 (UTC) (envelope-from leeym@leeym.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.242]) by mx1.freebsd.org (Postfix) with ESMTP id 727BA8FC14 for ; Thu, 26 Jun 2008 21:25:50 +0000 (UTC) (envelope-from leeym@leeym.com) Received: by hs-out-0708.google.com with SMTP id h53so139028hsh.11 for ; Thu, 26 Jun 2008 14:25:50 -0700 (PDT) Received: by 10.100.33.9 with SMTP id g9mr650376ang.57.1214513989089; Thu, 26 Jun 2008 13:59:49 -0700 (PDT) Received: by 10.100.239.19 with HTTP; Thu, 26 Jun 2008 13:59:49 -0700 (PDT) Message-ID: <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> Date: Thu, 26 Jun 2008 13:59:49 -0700 From: "Yen-Ming Lee" To: "Philip M. Gollucci" In-Reply-To: <4863F51A.6060309@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200806261912.m5QJCwVE009363@cn1.leeym.com> <4863F51A.6060309@p6m7g8.com> Cc: perl@freebsd.org Subject: Re: [PATCH] lang/p5-Error: update to 0.17014 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 21:25:50 -0000 [cc'd to perl@ for more feedbacks] 2008/6/26 Philip M. Gollucci : >> -.include >> +.include >> + >> +.if ${PERL_LEVEL} < 500703 >> +RUN_DEPENDS+= >> p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils >> +.endif >> + >> +.include > > I thought we were deleting this, I know I've seen miwi@, lippe@, and some > others delete this. lang/perl5.8 is the default and has this module in > CORE. > > This is more a general question that specific to this port. > > Update looks good. Approved. Yes, currently the default perl is 5.8.8, but we still support perl-.5.6.2, right ? Should we delete or keep these dependencies for perl-5.6.2 ? -- Yen-Ming Lee