- Update to 2.02

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
This commit is contained in:
Cheng-Lung Sung 2009-03-04 06:48:42 +00:00
parent 7a2426827f
commit 241364aab8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229453
3 changed files with 19 additions and 26 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile-SOAP
PORTVERSION= 0.78
PORTVERSION= 2.02
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Base-class for SOAP implementations
RUN_DEPENDS= p5-XML-Compile>=0.91:${PORTSDIR}/textproc/p5-XML-Compile \
RUN_DEPENDS= p5-XML-Compile>=1.01:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache \
p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \
p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww
@ -22,14 +23,15 @@ PERL_CONFIGURE= yes
MAN3= XML::Compile::SOAP.3 \
XML::Compile::SOAP11.3 XML::Compile::SOAP11::Client.3 \
XML::Compile::SOAP11::Server.3 XML::Compile::SOAP12.3 \
XML::Compile::SOAP12::Client.3 XML::Compile::SOAP12::Server.3 \
XML::Compile::SOAP::Client.3 XML::Compile::SOAP::Encoding.3 \
XML::Compile::SOAP11::Encoding.3 \
XML::Compile::SOAP11::Operation.3 \
XML::Compile::SOAP11::Server.3 \
XML::Compile::SOAP::Client.3 \
XML::Compile::SOAP::Server.3 XML::Compile::SOAP::Tester.3 \
XML::Compile::SOAP::Trace.3 \
XML::Compile::SOAP::Util.3 XML::Compile::Transport.3 \
XML::Compile::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3 \
XML::Compile::WSDL11::Operation.3
XML::Compile::Operation.3 \
XML::Compile::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3
.include <bsd.port.pre.mk>

View file

@ -1,3 +1,3 @@
MD5 (XML-Compile-SOAP-0.78.tar.gz) = df101e55950b60ad9bdca1e9f24db92a
SHA256 (XML-Compile-SOAP-0.78.tar.gz) = 529c3df90e2c0c08e9cb44e5cb71b38bf54a013a7760d9541b8630399918ba43
SIZE (XML-Compile-SOAP-0.78.tar.gz) = 95987
MD5 (XML-Compile-SOAP-2.02.tar.gz) = c0f0265a42702c66b8ac89c25f4be999
SHA256 (XML-Compile-SOAP-2.02.tar.gz) = af4887cda5eb71872672f78cae9eb17da1d8c9b78f29be4b4c57a6212930afb8
SIZE (XML-Compile-SOAP-2.02.tar.gz) = 80528

View file

@ -1,11 +1,11 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP/.packlist
%%SITE_PERL%%/XML/Compile/Operation.pm
%%SITE_PERL%%/XML/Compile/Operation.pod
%%SITE_PERL%%/XML/Compile/SOAP.pm
%%SITE_PERL%%/XML/Compile/SOAP.pod
%%SITE_PERL%%/XML/Compile/SOAP/Client.pm
%%SITE_PERL%%/XML/Compile/SOAP/Client.pod
%%SITE_PERL%%/XML/Compile/SOAP/Encoding.pm
%%SITE_PERL%%/XML/Compile/SOAP/Encoding.pod
%%SITE_PERL%%/XML/Compile/SOAP/Server.pm
%%SITE_PERL%%/XML/Compile/SOAP/Server.pod
%%SITE_PERL%%/XML/Compile/SOAP/Tester.pm
@ -18,31 +18,24 @@
%%SITE_PERL%%/XML/Compile/SOAP11.pod
%%SITE_PERL%%/XML/Compile/SOAP11/Client.pm
%%SITE_PERL%%/XML/Compile/SOAP11/Client.pod
%%SITE_PERL%%/XML/Compile/SOAP11/Encoding.pm
%%SITE_PERL%%/XML/Compile/SOAP11/Encoding.pod
%%SITE_PERL%%/XML/Compile/SOAP11/Operation.pm
%%SITE_PERL%%/XML/Compile/SOAP11/Operation.pod
%%SITE_PERL%%/XML/Compile/SOAP11/Server.pm
%%SITE_PERL%%/XML/Compile/SOAP11/Server.pod
%%SITE_PERL%%/XML/Compile/SOAP11/xsd/soap-encoding.xsd
%%SITE_PERL%%/XML/Compile/SOAP11/xsd/soap-envelope-patch.xsd
%%SITE_PERL%%/XML/Compile/SOAP11/xsd/soap-envelope.xsd
%%SITE_PERL%%/XML/Compile/SOAP12.pm
%%SITE_PERL%%/XML/Compile/SOAP12.pod
%%SITE_PERL%%/XML/Compile/SOAP12/Client.pm
%%SITE_PERL%%/XML/Compile/SOAP12/Client.pod
%%SITE_PERL%%/XML/Compile/SOAP12/Server.pm
%%SITE_PERL%%/XML/Compile/SOAP12/Server.pod
%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-encoding.xsd
%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-envelope.xsd
%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-rpc.xsd
%%SITE_PERL%%/XML/Compile/Transport.pm
%%SITE_PERL%%/XML/Compile/Transport.pod
%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP.pm
%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP.pod
%%SITE_PERL%%/XML/Compile/WSDL11.pm
%%SITE_PERL%%/XML/Compile/WSDL11.pod
%%SITE_PERL%%/XML/Compile/WSDL11/Operation.pm
%%SITE_PERL%%/XML/Compile/WSDL11/Operation.pod
%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-http.xsd
%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-mime.xsd
%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-soap.xsd
%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-soap12.xsd
%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl.xsd
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
@ -50,8 +43,6 @@
@dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11/xsd
@dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11
@dirrmtry %%SITE_PERL%%/XML/Compile/Transport
@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12/xsd
@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12
@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11/xsd
@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11
@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP