svn commit: r376970 - head/devel/p5-App-Cmd

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Tue Jan 13 17:25:24 UTC 2015


On Wed, Jan 14, 2015 at 12:43 AM, Muhammad Moinur Rahman <bofh at 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


More information about the svn-ports-all mailing list