Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 14:49:52 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tjs@cdpa.nsysu.edu.tw
Subject:   ports/115498: [PATCH] textproc/p5-XML-Compile: update to 0.51
Message-ID:  <20070814064952.ECEA611A6C@going04.iis.sinica.edu.tw>
Resent-Message-ID: <200708140650.l7E6o3O6024331@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115498
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Compile: update to 0.51
>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:   Tue Aug 14 06:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #3: Tue Jul 31 15:51:05 CST 2007
>Description:
- Update to 0.51

Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-XML-Compile-0.51.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	31 Mar 2007 07:09:24 -0000	1.8
+++ Makefile	14 Aug 2007 06:49:42 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile
-PORTVERSION=	0.17
+PORTVERSION=	0.51
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,7 +15,7 @@
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	Compilation based XML processing
 
-RUN_DEPENDS=	p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \
+RUN_DEPENDS=	p5-XML-LibXML>=1.63:${PORTSDIR}/textproc/p5-XML-LibXML \
 		p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
     		p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
 BUILD_DEPENDS=	${RUN_DEPENDS}
@@ -23,7 +23,10 @@
 PERL_CONFIGURE=	yes
 
 MAN3=	XML::Compile.3 XML::Compile::SOAP::Operation.3 \
+	XML::Compile::SOAP.3 XML::Compile::SOAP::SOAP11.3 \
+	XML::Compile::SOAP::SOAP12.3 \
 	XML::Compile::Dumper.3 XML::Compile::Schema.3 \
+	XML::Compile::Iterator.3 XML::Compile::Util.3 \
 	XML::Compile::Schema::BuiltInFacets.3 \
 	XML::Compile::Schema::BuiltInTypes.3 \
 	XML::Compile::Schema::Instance.3 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	31 Mar 2007 07:09:24 -0000	1.8
+++ distinfo	14 Aug 2007 06:49:42 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Compile-0.17.tar.gz) = 479595e83ec4832611698f217b238261
-SHA256 (XML-Compile-0.17.tar.gz) = 97e02e97861f7bdf252652074de97c9e7c253af08135e48d1e1c2c9caa086398
-SIZE (XML-Compile-0.17.tar.gz) = 115130
+MD5 (XML-Compile-0.51.tar.gz) = 0f3f2b84a97304d3f795b3e86888ab5a
+SHA256 (XML-Compile-0.51.tar.gz) = f27f24c868f7640b35073445aac10e633de5245e5db65c90cd3526241f308509
+SIZE (XML-Compile-0.51.tar.gz) = 142482
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	31 Mar 2007 07:09:24 -0000	1.6
+++ pkg-plist	14 Aug 2007 06:49:42 -0000
@@ -4,8 +4,16 @@
 %%SITE_PERL%%/XML/Compile.pod
 %%SITE_PERL%%/XML/Compile/Dumper.pm
 %%SITE_PERL%%/XML/Compile/Dumper.pod
+%%SITE_PERL%%/XML/Compile/Iterator.pm
+%%SITE_PERL%%/XML/Compile/Iterator.pod
+%%SITE_PERL%%/XML/Compile/SOAP.pm
+%%SITE_PERL%%/XML/Compile/SOAP.pod
 %%SITE_PERL%%/XML/Compile/SOAP/Operation.pm
 %%SITE_PERL%%/XML/Compile/SOAP/Operation.pod
+%%SITE_PERL%%/XML/Compile/SOAP/SOAP11.pm
+%%SITE_PERL%%/XML/Compile/SOAP/SOAP11.pod
+%%SITE_PERL%%/XML/Compile/SOAP/SOAP12.pm
+%%SITE_PERL%%/XML/Compile/SOAP/SOAP12.pod
 %%SITE_PERL%%/XML/Compile/Schema.pm
 %%SITE_PERL%%/XML/Compile/Schema.pod
 %%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm
@@ -26,6 +34,8 @@
 %%SITE_PERL%%/XML/Compile/Schema/XmlReader.pod
 %%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pm
 %%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pod
+%%SITE_PERL%%/XML/Compile/Util.pm
+%%SITE_PERL%%/XML/Compile/Util.pod
 %%SITE_PERL%%/XML/Compile/WSDL.pm
 %%SITE_PERL%%/XML/Compile/WSDL.pod
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
--- p5-XML-Compile-0.51.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070814064952.ECEA611A6C>