Date: Fri, 13 Sep 2013 15:41:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327161 - head/devel/p5-MooseX-Method-Signatures Message-ID: <201309131541.r8DFfrfX076379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Sep 13 15:41:53 2013 New Revision: 327161 URL: http://svnweb.freebsd.org/changeset/ports/327161 Log: - Update to 0.45 - Add p5-Test-CheckDeps to TEST_DEPENDS and remove comment, it seems to work fine now Changes: http://search.cpan.org/dist/MooseX-Method-Signatures/Changes Modified: head/devel/p5-MooseX-Method-Signatures/Makefile head/devel/p5-MooseX-Method-Signatures/distinfo (contents, props changed) Modified: head/devel/p5-MooseX-Method-Signatures/Makefile ============================================================================== --- head/devel/p5-MooseX-Method-Signatures/Makefile Fri Sep 13 15:41:48 2013 (r327160) +++ head/devel/p5-MooseX-Method-Signatures/Makefile Fri Sep 13 15:41:53 2013 (r327161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Method-Signatures -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,6 @@ COMMENT= Method declarations with type c LICENSE= ART10 GPLv1 LICENSE_COMB= dual -# Do not add Test::CheckDeps to TEST_DEPENDS. -# Test::CheckDeps depends on Module::Metadata to detect version. -# Unfortunately, our BSDPAN::ExtUtils::MakeMaker does not work with it. BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.10:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-Devel-Declare>=0.005011:${PORTSDIR}/devel/p5-Devel-Declare \ p5-Context-Preserve>=0:${PORTSDIR}/devel/p5-Context-Preserve \ @@ -33,11 +30,12 @@ BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0. p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Eval-Closure>=0:${PORTSDIR}/devel/p5-Eval-Closure \ + p5-Test-CheckDeps>=0.006:${PORTSDIR}/devel/p5-Test-CheckDeps \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny MAN3= MooseX::Method::Signatures.3 \ MooseX::Method::Signatures::Types.3 \ Modified: head/devel/p5-MooseX-Method-Signatures/distinfo ============================================================================== --- head/devel/p5-MooseX-Method-Signatures/distinfo Fri Sep 13 15:41:48 2013 (r327160) +++ head/devel/p5-MooseX-Method-Signatures/distinfo Fri Sep 13 15:41:53 2013 (r327161) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Method-Signatures-0.44.tar.gz) = bb47eed958fbb4497a0ab5bdc0e18befa215d622b6d6bffb28505a8919b926cc -SIZE (MooseX-Method-Signatures-0.44.tar.gz) = 37491 +SHA256 (MooseX-Method-Signatures-0.45.tar.gz) = 565ee34ed7e2cedad143cc70a0988cca7c5213482329505f4450e1f1d42a8ed5 +SIZE (MooseX-Method-Signatures-0.45.tar.gz) = 37778
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131541.r8DFfrfX076379>