aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPathEngine
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-04-30 15:17:08 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-04-30 15:17:08 +0000
commit36c416aea22b7fdd187c83b1fa28d76d67b6b45f (patch)
tree7e8e3eaa81c6d21b31a46fd42b79158cf9812c2a /textproc/p5-XML-XPathEngine
parent3a91c8514917d7602d07c18798afc62b998c8879 (diff)
downloadports-36c416aea22b7fdd187c83b1fa28d76d67b6b45f.tar.gz
ports-36c416aea22b7fdd187c83b1fa28d76d67b6b45f.zip
Notes
Diffstat (limited to 'textproc/p5-XML-XPathEngine')
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile8
-rw-r--r--textproc/p5-XML-XPathEngine/distinfo6
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile
index e56eb34ae1cd..aa6811efa1e0 100644
--- a/textproc/p5-XML-XPathEngine/Makefile
+++ b/textproc/p5-XML-XPathEngine/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-XPathEngine
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +20,10 @@ 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 db06a0a92081..e72c90a3c029 100644
--- a/textproc/p5-XML-XPathEngine/distinfo
+++ b/textproc/p5-XML-XPathEngine/distinfo
@@ -1,3 +1,3 @@
-MD5 (XML-XPathEngine-0.11.tar.gz) = 63c1f458501174eeb3025506426fd27c
-SHA256 (XML-XPathEngine-0.11.tar.gz) = 735e7b0c76a8ed47ba6cd47e1961771effa27afc159f0838d03dc39ac53567ff
-SIZE (XML-XPathEngine-0.11.tar.gz) = 25282
+MD5 (XML-XPathEngine-0.12.tar.gz) = ecb1121f5a11411a2d4942c87d8725af
+SHA256 (XML-XPathEngine-0.12.tar.gz) = 385edbb844cb9c75b0c818efdc531ac946636f48cc66b18b668a5a6982e27d2c
+SIZE (XML-XPathEngine-0.12.tar.gz) = 25363