- Update to 2.15

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
This commit is contained in:
Cheng-Lung Sung 2010-07-29 08:25:03 +00:00
parent 43e95e7c2b
commit f1185c520d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258422
3 changed files with 7 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile-SOAP
PORTVERSION= 2.12
PORTVERSION= 2.15
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -27,6 +27,7 @@ MAN3= XML::Compile::SOAP.3 \
XML::Compile::SOAP11::Operation.3 \
XML::Compile::SOAP11::Server.3 \
XML::Compile::SOAP::Client.3 \
XML::Compile::SOAP::Extension.3 \
XML::Compile::SOAP::Server.3 \
XML::Compile::SOAP::Trace.3 \
XML::Compile::SOAP::Util.3 XML::Compile::Transport.3 \

View file

@ -1,3 +1,3 @@
MD5 (XML-Compile-SOAP-2.12.tar.gz) = b91d795175ea2ff8d07e4c636c57ca4d
SHA256 (XML-Compile-SOAP-2.12.tar.gz) = f5b0ce7b23b346c2d9688afda1b23ebf0c7caf99a4ff28a2224ce4d65c2dcab1
SIZE (XML-Compile-SOAP-2.12.tar.gz) = 89674
MD5 (XML-Compile-SOAP-2.15.tar.gz) = 0a61662904befd1788e15542ed0ab155
SHA256 (XML-Compile-SOAP-2.15.tar.gz) = 17bce60a7dbbabb26083df441ceae93e32c1302af12243b70589b7624b897ba5
SIZE (XML-Compile-SOAP-2.15.tar.gz) = 93019

View file

@ -6,6 +6,8 @@
%%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/Extension.pm
%%SITE_PERL%%/XML/Compile/SOAP/Extension.pod
%%SITE_PERL%%/XML/Compile/SOAP/Server.pm
%%SITE_PERL%%/XML/Compile/SOAP/Server.pod
%%SITE_PERL%%/XML/Compile/SOAP/Trace.pm