svn commit: r387555 - head/textproc/p5-Pod-Tree
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 09:50:10 UTC 2015
Author: sunpoet
Date: Wed May 27 09:50:09 2015
New Revision: 387555
URL: https://svnweb.freebsd.org/changeset/ports/387555
Log:
- Update to 1.25
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Pod-Tree/Changes
Modified:
head/textproc/p5-Pod-Tree/Makefile
head/textproc/p5-Pod-Tree/distinfo
Modified: head/textproc/p5-Pod-Tree/Makefile
==============================================================================
--- head/textproc/p5-Pod-Tree/Makefile Wed May 27 09:50:02 2015 (r387554)
+++ head/textproc/p5-Pod-Tree/Makefile Wed May 27 09:50:09 2015 (r387555)
@@ -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:${PORT
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>
Modified: head/textproc/p5-Pod-Tree/distinfo
==============================================================================
--- head/textproc/p5-Pod-Tree/distinfo Wed May 27 09:50:02 2015 (r387554)
+++ head/textproc/p5-Pod-Tree/distinfo Wed May 27 09:50:09 2015 (r387555)
@@ -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
More information about the svn-ports-all
mailing list