- Update to 0.13

Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-17 09:35:46 +00:00
parent 87fe3af70c
commit 490048f708
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283693
2 changed files with 8 additions and 6 deletions

View file

@ -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>

View file

@ -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