Date: Wed, 14 Jan 2015 01:19:27 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Muhammad Moinur Rahman <bofh@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r376970 - head/devel/p5-App-Cmd Message-ID: <CAMHz58SF9oA4Gy%2BDSK0LVEnMkdOFm=U47FLafi%2BVB2YxHZgNiQ@mail.gmail.com> In-Reply-To: <201501131643.t0DGhrKp098655@svn.freebsd.org> References: <201501131643.t0DGhrKp098655@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 14, 2015 at 12:43 AM, Muhammad Moinur Rahman <bofh@freebsd.org> wrote: > Author: bofh > Date: Tue Jan 13 16:43:52 2015 > New Revision: 376970 > URL: https://svnweb.freebsd.org/changeset/ports/376970 > QAT: https://qat.redports.org/buildarchive/r376970/ > > Log: > devel/p5-App-Cmd: Update version 0.323=>0.326 > > Differential Revision: https://reviews.freebsd.org/D1515 > Approved by: marino(mentor) > > Modified: > head/devel/p5-App-Cmd/Makefile > head/devel/p5-App-Cmd/distinfo > > Modified: head/devel/p5-App-Cmd/Makefile > > ============================================================================== > --- head/devel/p5-App-Cmd/Makefile Tue Jan 13 16:38:35 2015 > (r376969) > +++ head/devel/p5-App-Cmd/Makefile Tue Jan 13 16:43:52 2015 > (r376970) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= App-Cmd > -PORTVERSION= 0.323 > -PORTREVISION= 1 > +PORTVERSION= 0.326 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -22,7 +21,11 @@ BUILD_DEPENDS= p5-Capture-Tiny>=0.13:${P > p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ > p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install > RUN_DEPENDS:= ${BUILD_DEPENDS} > -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal > +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ > + p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ > + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ > + p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \ > + > p5-ExtUtils-MakeMaker>=6.4:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker > Hi, Please do not add core modules to *_DEPENDS if the bundled ones satisfy the version requirement. In this case, Data::Dumper >=0, IPC::Cmd >= 0 and ExtUtils::MakeMaker >= 6.4 are already in lang/perl5.16 and above. Regards, sunpoet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58SF9oA4Gy%2BDSK0LVEnMkdOFm=U47FLafi%2BVB2YxHZgNiQ>