Date: Mon, 20 Apr 2015 08:27:20 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384337 - head/devel/p5-Package-DeprecationManager Message-ID: <201504200827.t3K8RKon059370@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Apr 20 08:27:20 2015 New Revision: 384337 URL: https://svnweb.freebsd.org/changeset/ports/384337 Log: - Update to 0.14 Changes: http://search.cpan.org/dist/Package-DeprecationManager/Changes Modified: head/devel/p5-Package-DeprecationManager/Makefile head/devel/p5-Package-DeprecationManager/distinfo Modified: head/devel/p5-Package-DeprecationManager/Makefile ============================================================================== --- head/devel/p5-Package-DeprecationManager/Makefile Mon Apr 20 07:47:39 2015 (r384336) +++ head/devel/p5-Package-DeprecationManager/Makefile Mon Apr 20 08:27:20 2015 (r384337) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Package-DeprecationManager -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +13,9 @@ COMMENT= Manage deprecation warnings for LICENSE= ART20 BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils + p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils - + p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires @@ -29,4 +25,11 @@ USE_PERL5= configure extract post-extract: @${PERL} -i -ne "print unless /'BUILD_REQUIRES'/../},/" ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-Package-DeprecationManager/distinfo ============================================================================== --- head/devel/p5-Package-DeprecationManager/distinfo Mon Apr 20 07:47:39 2015 (r384336) +++ head/devel/p5-Package-DeprecationManager/distinfo Mon Apr 20 08:27:20 2015 (r384337) @@ -1,2 +1,2 @@ -SHA256 (Package-DeprecationManager-0.13.tar.gz) = d1e12143c9a6e9d4f101e43142622ab4894087d42937621e2c7430defbc07b3a -SIZE (Package-DeprecationManager-0.13.tar.gz) = 10961 +SHA256 (Package-DeprecationManager-0.14.tar.gz) = ccd5b244b0db5ac78cbb2ecddbfeca1cb5556b281a5eaed3cd9a95001b298bb2 +SIZE (Package-DeprecationManager-0.14.tar.gz) = 22164
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504200827.t3K8RKon059370>