diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-25 01:45:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-25 01:45:20 +0800 |
commit | 2822141472d3746d465c7fe9fbca8fe457e934a5 (patch) | |
tree | 00734f72916ed1cd8123854b4315e5d0353fa9c1 /net | |
parent | e721f93536c99f1c5749d829192c78fb1c18e1b3 (diff) | |
download | freebsd-ports-graphics-2822141472d3746d465c7fe9fbca8fe457e934a5.tar.gz freebsd-ports-graphics-2822141472d3746d465c7fe9fbca8fe457e934a5.tar.zst freebsd-ports-graphics-2822141472d3746d465c7fe9fbca8fe457e934a5.zip |
- Update to 2.25
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 26 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 4 |
2 files changed, 21 insertions, 9 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index c70399bc4e2..7791194e430 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.24 +PORTVERSION= 2.25 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -18,18 +18,27 @@ COMMENT= Base-class for SOAP implementations LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-XML-Compile>=1.20:${PORTSDIR}/textproc/p5-XML-Compile \ +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile>=1.22:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.98:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile>=1.22:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-XML-Compile-Cache>=0.98:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ + p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester + 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.3 \ + XML::Compile::SOAP11::Client.3 \ XML::Compile::SOAP11::Encoding.3 \ XML::Compile::SOAP11::Operation.3 \ XML::Compile::SOAP11::Server.3 \ @@ -39,8 +48,11 @@ MAN3= XML::Compile::SOAP.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::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3 \ - XML::Compile::XOP.3 XML::Compile::XOP::Include.3 + XML::Compile::SOAP::Util.3 \ + XML::Compile::Transport.3 \ + XML::Compile::Transport::SOAPHTTP.3 \ + XML::Compile::WSDL11.3 \ + XML::Compile::XOP.3 \ + XML::Compile::XOP::Include.3 .include <bsd.port.mk> diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index 94c88a88eeb..08d7bc4e98f 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-2.24.tar.gz) = 95c8e99f11e650c981c6f9bc8528ba15e6cfe5022ac084db1d28f9b8d2cc8549 -SIZE (XML-Compile-SOAP-2.24.tar.gz) = 102904 +SHA256 (XML-Compile-SOAP-2.25.tar.gz) = 654d2c21195297ff222f0122317eb13c7393e0dc9b31caa0ebac31987bea7fc4 +SIZE (XML-Compile-SOAP-2.25.tar.gz) = 102986 |