- Update to 0.30

- While I'm here, use USE_ICONV

Changes:	http://search.cpan.org/dist/XML-TinyXML/Changes
PR:		ports/158161
Submitted by:	Fedor A Borshev <fedor9@gmail.com>
Approved by:	maintainer (timeout, 15 days)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-07-07 15:10:12 +00:00
parent 80559c06ac
commit edd0a53906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277227
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= XML-TinyXML
PORTVERSION= 0.21
PORTVERSION= 0.30
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= info@rickvanderzwet.nl
COMMENT= Little and efficient Perl module to manage xml data
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_ICONV= yes
MAKE_ARGS+= LIBS='-L${LOCALBASE}/lib' INC='-I. -I${LOCALBASE}/include'
PERL_CONFIGURE= yes
@ -22,7 +22,7 @@ PERL_CONFIGURE= yes
MAN3= XML::TinyXML.3 \
XML::TinyXML::Node.3 \
XML::TinyXML::NodeAttribute.3 \
XML::TinyXML::Selector::XPath.3 \
XML::TinyXML::Selector.3
XML::TinyXML::Selector.3 \
XML::TinyXML::Selector::XPath.3
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (XML-TinyXML-0.21.tar.gz) = f2262543308245d101cecff3efa1c6d346e995c20866fb4e51b92232fc16fe42
SIZE (XML-TinyXML-0.21.tar.gz) = 41877
SHA256 (XML-TinyXML-0.30.tar.gz) = 77bbdc69d9da211e1a0a3436b6e4b53c964c417888baafdde1f0117370d87dee
SIZE (XML-TinyXML-0.30.tar.gz) = 49331