Date: Fri, 27 Sep 2013 13:03:57 +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: r328464 - head/devel/p5-Test-CheckDeps Message-ID: <201309271303.r8RD3vIv085549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Fri Sep 27 13:03:56 2013 New Revision: 328464 URL: http://svnweb.freebsd.org/changeset/ports/328464 Log: - Update to 0.008 [1] - Support staging Changes: http://search.cpan.org/dist/Test-CheckDeps/Changes PR: ports/182416 [1] (based on) Submitted by: sunpoet@ Modified: head/devel/p5-Test-CheckDeps/Makefile head/devel/p5-Test-CheckDeps/distinfo head/devel/p5-Test-CheckDeps/pkg-plist Modified: head/devel/p5-Test-CheckDeps/Makefile ============================================================================== --- head/devel/p5-Test-CheckDeps/Makefile Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/Makefile Fri Sep 27 13:03:56 2013 (r328464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-CheckDeps -PORTVERSION= 0.006 +PORTVERSION= 0.008 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-CPAN-Meta-Check>=0.004:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny + p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Test::CheckDeps.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/p5-Test-CheckDeps/distinfo ============================================================================== --- head/devel/p5-Test-CheckDeps/distinfo Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/distinfo Fri Sep 27 13:03:56 2013 (r328464) @@ -1,2 +1,2 @@ -SHA256 (Test-CheckDeps-0.006.tar.gz) = 774c1455566d11746118fd95305d1dbd111af86eac78058918e72468c43d9bcb -SIZE (Test-CheckDeps-0.006.tar.gz) = 11024 +SHA256 (Test-CheckDeps-0.008.tar.gz) = 5f47bc964555164551e0772d88d2141fb9fd13905d936f17cc81c4d14647c4ee +SIZE (Test-CheckDeps-0.008.tar.gz) = 11303 Modified: head/devel/p5-Test-CheckDeps/pkg-plist ============================================================================== --- head/devel/p5-Test-CheckDeps/pkg-plist Fri Sep 27 12:58:36 2013 (r328463) +++ head/devel/p5-Test-CheckDeps/pkg-plist Fri Sep 27 13:03:56 2013 (r328464) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Test/CheckDeps.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps/.packlist +%%PERL5_MAN3%%/Test::CheckDeps.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckDeps @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271303.r8RD3vIv085549>