Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 23:29:34 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        Andrej Zverev <az@freebsd.org>, Jason Helfman <jgh@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r326253 - head/games/p5-Games-Dice
Message-ID:  <CAMHz58RPjtm3JFs9OG6pYwe%2BDve41APX4MW5ViG3ERxPnbgZHg@mail.gmail.com>
In-Reply-To: <CAD5bB%2BjujB7vvqoCs6no3Fan2WCmeqpQHSVzRiwotqyjBfTNUQ@mail.gmail.com>
References:  <201309040646.r846kOiI053502@svn.freebsd.org> <CAD5bB%2BjujB7vvqoCs6no3Fan2WCmeqpQHSVzRiwotqyjBfTNUQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev <az@freebsd.org> wrote:

> On Wed, Sep 4, 2013 at 10:46 AM, Jason Helfman <jgh@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RPjtm3JFs9OG6pYwe%2BDve41APX4MW5ViG3ERxPnbgZHg>