aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2009-03-04 14:48:42 +0800
committerclsung <clsung@FreeBSD.org>2009-03-04 14:48:42 +0800
commitac86d151d90749e52095e0e4a0ee558a00582b81 (patch)
tree2baa16b65e8d5948c1de5cc6c333c03deb9e6003 /net
parentf8734823bf12c045ccbf833b04f9e7464310f4d9 (diff)
downloadfreebsd-ports-gnome-ac86d151d90749e52095e0e4a0ee558a00582b81.tar.gz
freebsd-ports-gnome-ac86d151d90749e52095e0e4a0ee558a00582b81.tar.zst
freebsd-ports-gnome-ac86d151d90749e52095e0e4a0ee558a00582b81.zip
- Update to 2.02
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
Diffstat (limited to 'net')
-rw-r--r--net/p5-XML-Compile-SOAP/Makefile16
-rw-r--r--net/p5-XML-Compile-SOAP/distinfo6
-rw-r--r--net/p5-XML-Compile-SOAP/pkg-plist23
3 files changed, 19 insertions, 26 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile
index 1186a2da461b..16798768bc6c 100644
--- a/net/p5-XML-Compile-SOAP/Makefile
+++ b/net/p5-XML-Compile-SOAP/Makefile
@@ -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>
diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo
index 6b35ab155c3c..1e902622d9b6 100644
--- a/net/p5-XML-Compile-SOAP/distinfo
+++ b/net/p5-XML-Compile-SOAP/distinfo
@@ -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
diff --git a/net/p5-XML-Compile-SOAP/pkg-plist b/net/p5-XML-Compile-SOAP/pkg-plist
index c8799d013601..0a44e01f58ab 100644
--- a/net/p5-XML-Compile-SOAP/pkg-plist
+++ b/net/p5-XML-Compile-SOAP/pkg-plist
@@ -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