aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile10
-rw-r--r--textproc/p5-XML-XPathEngine/distinfo4
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile
index aa6811efa1e0..a011d8160508 100644
--- a/textproc/p5-XML-XPathEngine/Makefile
+++ b/textproc/p5-XML-XPathEngine/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-XPathEngine
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,15 +15,17 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= A re-usable XPath engine for DOM-like trees
PERL_CONFIGURE= yes
+REINPLACE_ARGS= -i ''
-MAN3= XML::XPathEngine.3 XML::XPathEngine::Boolean.3 \
- XML::XPathEngine::Literal.3 XML::XPathEngine::NodeSet.3 \
+MAN3= XML::XPathEngine.3 \
+ XML::XPathEngine::Boolean.3 \
+ XML::XPathEngine::Literal.3 \
+ XML::XPathEngine::NodeSet.3 \
XML::XPathEngine::Number.3
# For errors like
# Bareword "XML::XPathEngine::Step::..." not allowed while "strict subs" in use at ...
post-patch:
${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm
- ${RM} ${WRKSRC}/lib/XML/XPathEngine.pm.bak
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-XPathEngine/distinfo b/textproc/p5-XML-XPathEngine/distinfo
index 7b478f1f39d3..68bb907e9c04 100644
--- a/textproc/p5-XML-XPathEngine/distinfo
+++ b/textproc/p5-XML-XPathEngine/distinfo
@@ -1,2 +1,2 @@
-SHA256 (XML-XPathEngine-0.12.tar.gz) = 385edbb844cb9c75b0c818efdc531ac946636f48cc66b18b668a5a6982e27d2c
-SIZE (XML-XPathEngine-0.12.tar.gz) = 25363
+SHA256 (XML-XPathEngine-0.13.tar.gz) = 61cb13cfa61dabcc7af9a6a2699fea396d6f2ca1e53ba8a343effde35bf05965
+SIZE (XML-XPathEngine-0.13.tar.gz) = 26094