diff options
author | Lars Thegler <lth@FreeBSD.org> | 2012-03-12 09:31:12 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2012-03-12 09:31:12 +0000 |
commit | cab2483fad2e154cd07d5da380cd8cb8d9d4c932 (patch) | |
tree | d920da4591c85959c57a96c70f827dcd7ff643fb /net/p5-XML-Compile-SOAP-Daemon | |
parent | accfb84fc46481053d9e3e001748243f1e06e01b (diff) |
Notes
Diffstat (limited to 'net/p5-XML-Compile-SOAP-Daemon')
-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 |