- 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)
This commit is contained in:
parent
38d03f1c51
commit
744798e68c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146669
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user