diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Pod/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Pod/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile index e862a20213ba..a8de8a94213d 100644 --- a/devel/p5-Test-Pod/Makefile +++ b/devel/p5-Test-Pod/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Pod -PORTVERSION= 1.20 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Check for POD errors in files -BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \ +BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple RUN_DEPENDS= ${BUILD_DEPENDS} @@ -30,8 +29,5 @@ MAN3= Test::Pod.3 post-patch: @${PERL} -pi -e 's/(my )?\$$dh/DH/g' ${WRKSRC}/Pod.pm .endif -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -.endif .include <bsd.port.post.mk> diff --git a/devel/p5-Test-Pod/distinfo b/devel/p5-Test-Pod/distinfo index 4a6f50d338ff..28eddf336fe3 100644 --- a/devel/p5-Test-Pod/distinfo +++ b/devel/p5-Test-Pod/distinfo @@ -1,2 +1,2 @@ -MD5 (Test-Pod-1.20.tar.gz) = 2ccd3b460f817ccf6ac251f06cd2b4f4 -SIZE (Test-Pod-1.20.tar.gz) = 6817 +MD5 (Test-Pod-1.22.tar.gz) = 8b94bdd482aadc8f44baf7b12b7411e4 +SIZE (Test-Pod-1.22.tar.gz) = 6923 |