svn commit: r326253 - head/games/p5-Games-Dice

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 4 15:29:58 UTC 2013


On Wed, Sep 4, 2013 at 2:59 PM, Andrej Zverev <az at freebsd.org> wrote:

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


More information about the svn-ports-all mailing list