svn commit: r364433 - head/textproc/p5-XML-Reader
Kurt Jaeger
pi at FreeBSD.org
Sat Aug 9 12:36:31 UTC 2014
Author: pi
Date: Sat Aug 9 12:36:30 2014
New Revision: 364433
URL: http://svnweb.freebsd.org/changeset/ports/364433
QAT: https://qat.redports.org/buildarchive/r364433/
Log:
textproc/p5-XML-Reader: 0.49 -> 0.51
- Add the possibility of reading http (using Net::HTTP)
- fix a typing error in the POD documentation
Modified:
head/textproc/p5-XML-Reader/Makefile
head/textproc/p5-XML-Reader/distinfo
Modified: head/textproc/p5-XML-Reader/Makefile
==============================================================================
--- head/textproc/p5-XML-Reader/Makefile Sat Aug 9 12:27:18 2014 (r364432)
+++ head/textproc/p5-XML-Reader/Makefile Sat Aug 9 12:36:30 2014 (r364433)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= XML-Reader
-PORTVERSION= 0.49
+PORTVERSION= 0.51
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,18 +13,23 @@ COMMENT= Reading XML and providing path
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+RUN_DEPENDS= p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
+BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-Parsepp>=0.04:${PORTSDIR}/textproc/p5-XML-Parsepp
+USES= perl5
+USE_PERL5= configure
+
OPTIONS_DEFINE= PP
PP_DESC= Use XML::Parsepp
-USES= perl5
-USE_PERL5= configure
+.include <bsd.port.options.mk>
-PP_BUILD_DEPENDS= p5-XML-Parsepp>=0.04:${PORTSDIR}/textproc/p5-XML-Parsepp
-PP_BUILD_DEPENDS_OFF= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser
-PP_RUN_DEPENDS= p5-XML-Parsepp>=0.04:${PORTSDIR}/textproc/p5-XML-Parsepp
-PP_RUN_DEPENDS_OFF= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser
+.if ${PORT_OPTIONS:MPP}
+RUN_DEPENDS+= p5-XML-Parsepp>=0.04:${PORTSDIR}/textproc/p5-XML-Parsepp
+.else
+RUN_DEPENDS+= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser
+.endif
.include <bsd.port.mk>
Modified: head/textproc/p5-XML-Reader/distinfo
==============================================================================
--- head/textproc/p5-XML-Reader/distinfo Sat Aug 9 12:27:18 2014 (r364432)
+++ head/textproc/p5-XML-Reader/distinfo Sat Aug 9 12:36:30 2014 (r364433)
@@ -1,2 +1,2 @@
-SHA256 (XML-Reader-0.49.tar.gz) = 48acefd7015431affc130f834fd89bf843f9e8fd0a642ee032d917e2faa06457
-SIZE (XML-Reader-0.49.tar.gz) = 69424
+SHA256 (XML-Reader-0.51.tar.gz) = ccdc90d15c88ae8f6052405e5a9e53d7ddafcb4ad4a7430b1a40e2ac5fcf6448
+SIZE (XML-Reader-0.51.tar.gz) = 69873
More information about the svn-ports-head
mailing list