diff options
author | lth <lth@FreeBSD.org> | 2012-03-12 17:31:12 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2012-03-12 17:31:12 +0800 |
commit | 03e42bd34187e47a22bd5d9860e8432f231571cc (patch) | |
tree | eea9c5aa88b3532aff79a2de8a56c0b0c70ac580 /net | |
parent | 6c4fad1e7ea1891835f3aeb0e0b1f71e8fb347f4 (diff) | |
download | freebsd-ports-gnome-03e42bd34187e47a22bd5d9860e8432f231571cc.tar.gz freebsd-ports-gnome-03e42bd34187e47a22bd5d9860e8432f231571cc.tar.zst freebsd-ports-gnome-03e42bd34187e47a22bd5d9860e8432f231571cc.zip |
update to 3.03
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/Makefile | 14 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/distinfo | 4 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/pkg-plist | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/p5-XML-Compile-SOAP-Daemon/Makefile b/net/p5-XML-Compile-SOAP-Daemon/Makefile index 37920dbfcb1f..11639065943a 100644 --- a/net/p5-XML-Compile-SOAP-Daemon/Makefile +++ b/net/p5-XML-Compile-SOAP-Daemon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile-SOAP-Daemon -PORTVERSION= 3.00 +PORTVERSION= 3.03 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Base class for SOAP message servers -RUN_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile-Cache>=0.98:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ +BUILD_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-Cache>=0.99.1:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ p5-XML-Compile-SOAP-WSA>=0.12:${PORTSDIR}/net/p5-XML-Compile-SOAP-WSA \ - p5-XML-Compile-SOAP>=2.20:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-XML-Compile>=1.2:${PORTSDIR}/textproc/p5-XML-Compile -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-XML-Compile-SOAP>=2.26:${PORTSDIR}/net/p5-XML-Compile-SOAP \ + p5-XML-Compile>=1.24:${PORTSDIR}/textproc/p5-XML-Compile +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAN3= XML::Compile::SOAP::Daemon.3 \ + XML::Compile::SOAP::Daemon::AnyDaemon.3 \ XML::Compile::SOAP::Daemon::CGI.3 \ XML::Compile::SOAP::Daemon::LWPutil.3 \ XML::Compile::SOAP::Daemon::NetServer.3 diff --git a/net/p5-XML-Compile-SOAP-Daemon/distinfo b/net/p5-XML-Compile-SOAP-Daemon/distinfo index 1452d389d50f..4eef33f12309 100644 --- a/net/p5-XML-Compile-SOAP-Daemon/distinfo +++ b/net/p5-XML-Compile-SOAP-Daemon/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-Daemon-3.00.tar.gz) = 26779f489731459c44c8f4fa6e1e8f1aebdd4810e2a4cf905717bcfd5f3977b9 -SIZE (XML-Compile-SOAP-Daemon-3.00.tar.gz) = 31713 +SHA256 (XML-Compile-SOAP-Daemon-3.03.tar.gz) = 8cce48b66b08c814586c4bcaa3606178639f44114ca3696f6da3edcd3430c522 +SIZE (XML-Compile-SOAP-Daemon-3.03.tar.gz) = 39639 diff --git a/net/p5-XML-Compile-SOAP-Daemon/pkg-plist b/net/p5-XML-Compile-SOAP-Daemon/pkg-plist index f4b22e1145dc..bd9071a2630d 100644 --- a/net/p5-XML-Compile-SOAP-Daemon/pkg-plist +++ b/net/p5-XML-Compile-SOAP-Daemon/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/XML/Compile/SOAP/Daemon.pm %%SITE_PERL%%/XML/Compile/SOAP/Daemon.pod +%%SITE_PERL%%/XML/Compile/SOAP/Daemon/AnyDaemon.pm +%%SITE_PERL%%/XML/Compile/SOAP/Daemon/AnyDaemon.pod %%SITE_PERL%%/XML/Compile/SOAP/Daemon/CGI.pm %%SITE_PERL%%/XML/Compile/SOAP/Daemon/CGI.pod %%SITE_PERL%%/XML/Compile/SOAP/Daemon/LWPutil.pm |