diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-13 07:11:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-13 07:11:54 +0800 |
commit | 7576143704fb5801c56c33f2c8dc86fa59336a94 (patch) | |
tree | ec87dc09924d8d4512c2bb5347df7d654f6f6e51 /net/p5-XML-Compile-SOAP | |
parent | 87dc5eb21ae2315530b7f5a4c5a4f3ef223b6b23 (diff) | |
download | freebsd-ports-gnome-7576143704fb5801c56c33f2c8dc86fa59336a94.tar.gz freebsd-ports-gnome-7576143704fb5801c56c33f2c8dc86fa59336a94.tar.zst freebsd-ports-gnome-7576143704fb5801c56c33f2c8dc86fa59336a94.zip |
- Update to 2.19
- Remove MD5
PR: ports/152654
Submitted by: Patrick Powell <papowell@astart.com>
With Hat: perl@
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/Changes
Diffstat (limited to 'net/p5-XML-Compile-SOAP')
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 13 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 5 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/pkg-plist | 9 |
3 files changed, 18 insertions, 9 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index fc542ce78dab..21b2926eab04 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.15 +PORTVERSION= 2.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,24 +14,27 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Base-class for SOAP implementations -RUN_DEPENDS= p5-XML-Compile>=1.01:${PORTSDIR}/textproc/p5-XML-Compile \ - p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ +RUN_DEPENDS= p5-XML-Compile>=1.17:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-XML-Compile-Cache>=0.97:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ - p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww + p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= XML::Compile::SOAP.3 \ + XML::Compile::SOAP10.3 \ + XML::Compile::SOAP10::Operation.3 \ XML::Compile::SOAP11.3 XML::Compile::SOAP11::Client.3 \ XML::Compile::SOAP11::Encoding.3 \ XML::Compile::SOAP11::Operation.3 \ XML::Compile::SOAP11::Server.3 \ XML::Compile::SOAP::Client.3 \ XML::Compile::SOAP::Extension.3 \ + XML::Compile::SOAP::FAQ.3 \ + XML::Compile::SOAP::Operation.3 \ XML::Compile::SOAP::Server.3 \ XML::Compile::SOAP::Trace.3 \ XML::Compile::SOAP::Util.3 XML::Compile::Transport.3 \ - XML::Compile::Operation.3 \ XML::Compile::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3 \ XML::Compile::XOP.3 XML::Compile::XOP::Include.3 diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index 3ede379b8016..7d6d7ad649ff 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -1,3 +1,2 @@ -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 +SHA256 (XML-Compile-SOAP-2.19.tar.gz) = 656364c33e32da90efd455d8406664ee09205d378eb752006447e4b7d71781c5 +SIZE (XML-Compile-SOAP-2.19.tar.gz) = 99133 diff --git a/net/p5-XML-Compile-SOAP/pkg-plist b/net/p5-XML-Compile-SOAP/pkg-plist index d7c00b70829c..d97171f61d2f 100644 --- a/net/p5-XML-Compile-SOAP/pkg-plist +++ b/net/p5-XML-Compile-SOAP/pkg-plist @@ -1,18 +1,24 @@ %%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/Extension.pm %%SITE_PERL%%/XML/Compile/SOAP/Extension.pod +%%SITE_PERL%%/XML/Compile/SOAP/FAQ.pod +%%SITE_PERL%%/XML/Compile/SOAP/Operation.pm +%%SITE_PERL%%/XML/Compile/SOAP/Operation.pod %%SITE_PERL%%/XML/Compile/SOAP/Server.pm %%SITE_PERL%%/XML/Compile/SOAP/Server.pod %%SITE_PERL%%/XML/Compile/SOAP/Trace.pm %%SITE_PERL%%/XML/Compile/SOAP/Trace.pod %%SITE_PERL%%/XML/Compile/SOAP/Util.pm %%SITE_PERL%%/XML/Compile/SOAP/Util.pod +%%SITE_PERL%%/XML/Compile/SOAP10.pm +%%SITE_PERL%%/XML/Compile/SOAP10.pod +%%SITE_PERL%%/XML/Compile/SOAP10/Operation.pm +%%SITE_PERL%%/XML/Compile/SOAP10/Operation.pod %%SITE_PERL%%/XML/Compile/SOAP11.pm %%SITE_PERL%%/XML/Compile/SOAP11.pod %%SITE_PERL%%/XML/Compile/SOAP11/Client.pm @@ -52,6 +58,7 @@ @dirrmtry %%SITE_PERL%%/XML/Compile/Transport @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11/xsd @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11 +@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP10 @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/XML/Compile @dirrmtry %%SITE_PERL%%/XML |