From owner-freebsd-perl@FreeBSD.ORG Mon Feb 18 23:21:40 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 C999F16A420 for ; Mon, 18 Feb 2008 23:21:40 +0000 (UTC) (envelope-from lippemail@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9B213C4D3 for ; Mon, 18 Feb 2008 23:21:39 +0000 (UTC) (envelope-from lippemail@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so477507anc.13 for ; Mon, 18 Feb 2008 15:21:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=XWKClDCDhgamvtSVGSZpuHZBUlNWEQXbHf4U5cWwlao=; b=fCV0HFFUGo4gryn019ux6jIhm3rznDicyiwvih+N8lnvwO2alWLT5kVYM4b3mpfeCZuNy4UvLkcqYShswR9YJ2LSBPiq5sjdXvkrjwgq5xvV0HawMf5BgjLBz1mecr++57aqlEa9OTUxMRmda2StIhMVcYcek5IrrC/64XzTLkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ECCRcEyIMD+asiGSNA5ZemAqW1aXUbiSM49JnQT6Ck9v2Loxq852A+mtv03Zq8h5uM/PQf5qcTRE+yQ0ZS2tgaSgNnHfbYIrfBRTckXtk6ZGbGEs7k2VikF2L1uMyAOuK6+0QNM63rtx/YTfexdXbKa/EzcoaFwWJABoc4Nqhrw= Received: by 10.100.231.16 with SMTP id d16mr12541744anh.87.1203375262312; Mon, 18 Feb 2008 14:54:22 -0800 (PST) Received: from shire.freebsd.org ( [189.71.136.4]) by mx.google.com with ESMTPS id 6sm9382861agb.13.2008.02.18.14.54.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 18 Feb 2008 14:54:21 -0800 (PST) Message-ID: <47BA0C96.8030201@gmail.com> Date: Mon, 18 Feb 2008 19:54:14 -0300 From: Felippe de Meirelles Motta User-Agent: Thunderbird 2.0.0.9 (X11/20071224) MIME-Version: 1.0 To: Lars Balker Rasmussen References: <200802181901.m1IJ1qGs090814@freefall.freebsd.org> <20080218191244.GB98877@tux.nerdheaven.dk> In-Reply-To: <20080218191244.GB98877@tux.nerdheaven.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: perl@FreeBSD.org, leeym@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/120802: [UPDATE] devel/p5-ExtUtils-CBuilder 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: Mon, 18 Feb 2008 23:21:40 -0000 Lars Balker Rasmussen wrote: > On Mon, Feb 18, 2008 at 07:01:52PM +0000, leeym@FreeBSD.org wrote: > >> Synopsis: [UPDATE] devel/p5-ExtUtils-CBuilder >> >> State-Changed-From-To: open->feedback >> State-Changed-By: leeym >> State-Changed-When: Mon Feb 18 18:58:23 UTC 2008 >> State-Changed-Why: >> Text::ParseWords was in core list of PERL since 5, (in fact, File::Spec too), and we currently support 5.6.2 and 5.8.8. >> Do we need to put them in {BUILD,RUN}_DEPENDS? >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=120802 >> > > Only if the version the port requires is different than the one included in > one of the perls supported. > > In ports that require 5.8+ I typically leave out Scalar::Util and Test::More > from the requirement-lists (and make them depend on version[1]), since they're > already in the dist. This doesn't hold if the port e.g. requires a newer > Test-Simple (like Test-WWW-Mechanize). > > [1] E.g.: > .if ${PERL_LEVEL} < 500800 > BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils > .endif > Thanks for your report lars@ and leeym@. I think that the best thing is even using the more newer version of an software, but if you want, can you remove these lines. My cheers :)