diff options
author | clsung <clsung@FreeBSD.org> | 2010-07-29 16:25:03 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-07-29 16:25:03 +0800 |
commit | 831ceaf6c1e71a9eb6a9ddfd85f51f53be82d79c (patch) | |
tree | a41270791b78f4045433d46985cad9c71766b553 | |
parent | 1dc68014b469145aab13cae92699bc919c1a5252 (diff) | |
download | freebsd-ports-gnome-831ceaf6c1e71a9eb6a9ddfd85f51f53be82d79c.tar.gz freebsd-ports-gnome-831ceaf6c1e71a9eb6a9ddfd85f51f53be82d79c.tar.zst freebsd-ports-gnome-831ceaf6c1e71a9eb6a9ddfd85f51f53be82d79c.zip |
- Update to 2.15
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 3 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 6 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index 8f6bf8542409..8788100dad15 100644 --- a/net/p5-XML-Compile-SOAP/Makefile +++ b/net/p5-XML-Compile-SOAP/Makefile @@ -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 \ diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index 51611e484d62..3ede379b8016 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -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 diff --git a/net/p5-XML-Compile-SOAP/pkg-plist b/net/p5-XML-Compile-SOAP/pkg-plist index e2c2b71325ac..748a77a35738 100644 --- a/net/p5-XML-Compile-SOAP/pkg-plist +++ b/net/p5-XML-Compile-SOAP/pkg-plist @@ -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 |