diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 17:50:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 17:50:09 +0800 |
commit | 7f071e0dc24a85588929135ac7f1eaf52cb7e8a0 (patch) | |
tree | cb998c0e71b71809b826e63592f41d9e676a5694 | |
parent | f7af9d4e34ba45b3d12fb7a8e284f9b159aa2454 (diff) | |
download | freebsd-ports-gnome-7f071e0dc24a85588929135ac7f1eaf52cb7e8a0.tar.gz freebsd-ports-gnome-7f071e0dc24a85588929135ac7f1eaf52cb7e8a0.tar.zst freebsd-ports-gnome-7f071e0dc24a85588929135ac7f1eaf52cb7e8a0.zip |
- Update to 1.25
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index fe1669a9befd..220f79a1dbad 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \ p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile +TEST_DEPENDS= p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile USES= perl5 USE_PERL5= configure @@ -29,4 +30,10 @@ post-patch: @${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST @${RM} ${WRKSRC}/t/pod2html.t -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS+= p5-Test-Simple>=1:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo index 10c519bd6b9b..951fe1c92c69 100644 --- a/textproc/p5-Pod-Tree/distinfo +++ b/textproc/p5-Pod-Tree/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Tree-1.24.tar.gz) = 326130d20e55743ce30297da41f35a89adc9fae74babaefc9238c0b1efb20413 -SIZE (Pod-Tree-1.24.tar.gz) = 63915 +SHA256 (Pod-Tree-1.25.tar.gz) = 79318f89d44b324133d71cccdd38f1636a0b470bcbf4ef6a55d686ee0788a56a +SIZE (Pod-Tree-1.25.tar.gz) = 64140 |