ports/109241: [PATCH] textproc/p5-XML-Compile: update to 0.15

Cheng-Lung Sung clsung at FreeBSD.org
Fri Feb 16 18:30:08 UTC 2007


>Number:         109241
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Compile: update to 0.15
>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:   Fri Feb 16 18:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #22: Fri Jan 12 22:51:58 CST 2007
>Description:
- Update to 0.15
- remove BUILD_DEPENDS of Test::Deep (only needed by 'make test')

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

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

--- p5-XML-Compile-0.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	7 Feb 2007 09:08:08 -0000	1.5
+++ Makefile	16 Feb 2007 18:25:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -19,11 +19,11 @@
 		p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \
     		p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
 BUILD_DEPENDS=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep
 
 PERL_CONFIGURE=	yes
 
-MAN3=	XML::Compile.3 XML::Compile::Schema.3 \
+MAN3=	XML::Compile.3 XML::Compile::SOAP::Operation.3 \
+	XML::Compile::Schema.3 \
 	XML::Compile::Schema::BuiltInFacets.3 \
 	XML::Compile::Schema::BuiltInTypes.3 \
 	XML::Compile::Schema::Instance.3 \
@@ -32,7 +32,8 @@
 	XML::Compile::Schema::Template.3 \
 	XML::Compile::Schema::Translate.3 \
 	XML::Compile::Schema::XmlReader.3 \
-	XML::Compile::Schema::XmlWriter.3
+	XML::Compile::Schema::XmlWriter.3 \
+	XML::Compile::WSDL.3
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	7 Feb 2007 09:08:08 -0000	1.5
+++ distinfo	16 Feb 2007 18:25:29 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Compile-0.14.tar.gz) = 9354f1f967e7df53d5e10a5ae56bc45e
-SHA256 (XML-Compile-0.14.tar.gz) = bde1e7858c6207d6bdd030da4acce91535c97d81f0c962c59078354f860da060
-SIZE (XML-Compile-0.14.tar.gz) = 96626
+MD5 (XML-Compile-0.15.tar.gz) = b1c982f54f97c12580cf194f9d3b6e7a
+SHA256 (XML-Compile-0.15.tar.gz) = b27d2af7ba77b9cfd1a5ed61e7205392a950236b99626cf28b890b701cda0718
+SIZE (XML-Compile-0.15.tar.gz) = 110758
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	20 Dec 2006 12:02:03 -0000	1.4
+++ pkg-plist	16 Feb 2007 18:25:29 -0000
@@ -2,6 +2,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
 %%SITE_PERL%%/XML/Compile.pm
 %%SITE_PERL%%/XML/Compile.pod
+%%SITE_PERL%%/XML/Compile/SOAP/Operation.pm
+%%SITE_PERL%%/XML/Compile/SOAP/Operation.pod
 %%SITE_PERL%%/XML/Compile/Schema.pm
 %%SITE_PERL%%/XML/Compile/Schema.pod
 %%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm
@@ -22,8 +24,11 @@
 %%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/WSDL.pm
+%%SITE_PERL%%/XML/Compile/WSDL.pod
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
 @dirrmtry %%SITE_PERL%%/XML/Compile/Schema
+ at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP
 @dirrmtry %%SITE_PERL%%/XML/Compile
 @dirrmtry %%SITE_PERL%%/XML
--- p5-XML-Compile-0.15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list