From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 15:37:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF06A596 for ; Wed, 4 Sep 2013 15:37:49 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41B8B2C1E for ; Wed, 4 Sep 2013 15:37:48 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id el20so472940lab.12 for ; Wed, 04 Sep 2013 08:37:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=KJf7CsF+iDwl0Q0Hsap8dg5/R12EpaxZP4qwBhD68tI=; b=T2Bk+7iV/dAwyToyxnB7GuDnTMjpnZ6OmjXdumR4aP9kX7q7cVZ6lxedA+vbbv6S26 S+fQoaC3PH1X/lO9q6jApOwwvZNGl0tyv7B4q5PkpuaC2nm4MCLhg6UFPe99U0GCr0Y8 ldT09uxuD8dYozcqj9EFnlRyRtBRRQZMVyM2sIj3Kis5t2ITJ0XKqNI7DGEBS1577aeq 8JD367Sr8dnRYUrxXw+ITFkDcclCVIlzyoo96yI9s+3HLFy3yQd1ffzvqSOomeQ29h4w FeZUkPQNG7BNqD5d2jh7xC3KwGO6rKbYzFHl2urPxGPgSyX+wYcYEy5kNDc6DEgHKSrR 1DUQ== X-Gm-Message-State: ALoCoQmk3cpSFXqmZ9aw+db4Y0FgIqta8nOMym76FHtt+U+6d/BN0uphfMVgvRuQkhqhrgSvK86b X-Received: by 10.152.3.165 with SMTP id d5mr580675lad.53.1378308594937; Wed, 04 Sep 2013 08:29:54 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Wed, 4 Sep 2013 08:29:34 -0700 (PDT) In-Reply-To: References: <201309040646.r846kOiI053502@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Sep 2013 23:29:34 +0800 X-Google-Sender-Auth: aMrBKIULfYmWrEq3ot4xyG6oaj0 Message-ID: Subject: Re: svn commit: r326253 - head/games/p5-Games-Dice To: Andrej Zverev , Jason Helfman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 15:37:49 -0000 On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev wrote: > On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman wrote: > > Author: jgh > > Date: Wed Sep 4 06:46:23 2013 > > New Revision: 326253 > > URL: http://svnweb.freebsd.org/changeset/ports/326253 > > > > Log: > > - update to 0.043 > > - adoption of perl USES framework > > - adjust dependencies > > > > PR: 181770 > > Submitted by: danilogondolfo@gmail.com ( maintainer ) > > > > > > > +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ > > + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ > > + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple > > We try not to add to the Test:: namespace into (RUN|BUILD)_DEPENDS for > p5- and what you need only for the tests (t/*). In this case, I do not > see why it's done. > These three perl modules are all test-only dependencies. We have TEST_DEPENDS [1] for this purpose. At least tinderbox recognizes it. [1] https://wiki.freebsd.org/Perl#Test_Dependencies