ports/142305: [Update]textproc/p5-XML-TinyXML:update to 0.21

Wen Heping wen at FreeBSD.org
Mon Jan 4 11:50:02 UTC 2010


>Number:         142305
>Category:       ports
>Synopsis:       [Update]textproc/p5-XML-TinyXML:update to 0.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 04 11:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 9.0-Current
>Organization:
ChangAn Middle School
>Environment:
>Description:
update to 0.21
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-01-04 19:40:47.000000000 +0800
+++ Makefile	2010-01-04 19:24:43.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-TinyXML
-PORTVERSION=	0.11
+PORTVERSION=	0.21
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,15 @@
 MAINTAINER=	info at rickvanderzwet.nl
 COMMENT=	Little and efficient Perl module to manage xml data
 
+LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
+
+MAKE_ARGS+=	LIBS='-L${LOCALBASE}/lib' INC='-I. -I${LOCALBASE}/include'
 PERL_CONFIGURE=	yes
 
-MAN3=		XML::TinyXML.3 XML::TinyXML::Node.3
+MAN3=		XML::TinyXML.3 \
+		XML::TinyXML::Node.3 \
+		XML::TinyXML::NodeAttribute.3 \
+		XML::TinyXML::Selector::XPath.3 \
+		XML::TinyXML::Selector.3
 
 .include <bsd.port.mk>
--- distinfo.orig	2010-01-04 19:40:57.000000000 +0800
+++ distinfo	2010-01-04 18:51:44.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (XML-TinyXML-0.11.tar.gz) = d48561b50f960803f0d48d94f85de446
-SHA256 (XML-TinyXML-0.11.tar.gz) = d9f7206e1a8fd991890eebe4bc1c5c9f319f1561d453a8e4cf3cbe7340f33f5c
-SIZE (XML-TinyXML-0.11.tar.gz) = 28434
+MD5 (XML-TinyXML-0.21.tar.gz) = b5d9251c58c17ecd68fd6e75b6c950e7
+SHA256 (XML-TinyXML-0.21.tar.gz) = f2262543308245d101cecff3efa1c6d346e995c20866fb4e51b92232fc16fe42
+SIZE (XML-TinyXML-0.21.tar.gz) = 41877
--- pkg-plist.orig	2010-01-04 19:41:09.000000000 +0800
+++ pkg-plist	2010-01-04 19:23:32.000000000 +0800
@@ -1,10 +1,18 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Node.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector/XPath/Context.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector/XPath/Axes.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector/XPath/Functions.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector/XPath.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/NodeAttribute.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/TinyXML.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/TinyXML.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML/autosplit.ix
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/TinyXML
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector/XPath
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML/Selector
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML/TinyXML
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list