svn commit: r328464 - head/devel/p5-Test-CheckDeps
Frederic Culot
culot at FreeBSD.org
Fri Sep 27 13:03:57 UTC 2013
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
More information about the svn-ports-all
mailing list