diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-10-29 23:03:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-10-29 23:03:55 +0800 |
commit | 7cbcefb545964bcf53e883658091bff990a6f2f1 (patch) | |
tree | 2e7071f4ea9d23d7da5730dd6ac42a530c7b64aa /devel | |
parent | 1875bd8e793ee830471ac13d8dbeb9666cfc44fd (diff) | |
download | freebsd-ports-gnome-7cbcefb545964bcf53e883658091bff990a6f2f1.tar.gz freebsd-ports-gnome-7cbcefb545964bcf53e883658091bff990a6f2f1.tar.zst freebsd-ports-gnome-7cbcefb545964bcf53e883658091bff990a6f2f1.zip |
- Upgrade to 1.22.
- Change dependency on Test::Builder::Tester to Test-Simple.
- Remove dependency on p5-IO-stringy which was mistakenly included in
the past distribution (from Changes file).
Approved by: mat (maintainer)
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 |