Index: head/net/p5-XML-Compile-SOAP-Daemon/Makefile =================================================================== --- head/net/p5-XML-Compile-SOAP-Daemon/Makefile (revision 293159) +++ head/net/p5-XML-Compile-SOAP-Daemon/Makefile (revision 293160) @@ -1,34 +1,36 @@ # New ports collection makefile for: net/p5-XML-Compile-SOAP-Daemon # Date created: 15 April 2008 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= XML-Compile-SOAP-Daemon -PORTVERSION= 3.00 +PORTVERSION= 3.03 CATEGORIES= net perl5 MASTER_SITES= CPAN 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 post-patch: @${PERL} -pi -e '$$_="" if m/Test::|::Tester/' ${WRKSRC}/Makefile.PL .include Property changes on: head/net/p5-XML-Compile-SOAP-Daemon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net/p5-XML-Compile-SOAP-Daemon/distinfo =================================================================== --- head/net/p5-XML-Compile-SOAP-Daemon/distinfo (revision 293159) +++ head/net/p5-XML-Compile-SOAP-Daemon/distinfo (revision 293160) @@ -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 Property changes on: head/net/p5-XML-Compile-SOAP-Daemon/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/p5-XML-Compile-SOAP-Daemon/pkg-plist =================================================================== --- head/net/p5-XML-Compile-SOAP-Daemon/pkg-plist (revision 293159) +++ head/net/p5-XML-Compile-SOAP-Daemon/pkg-plist (revision 293160) @@ -1,18 +1,20 @@ %%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 %%SITE_PERL%%/XML/Compile/SOAP/Daemon/LWPutil.pod %%SITE_PERL%%/XML/Compile/SOAP/Daemon/NetServer.pm %%SITE_PERL%%/XML/Compile/SOAP/Daemon/NetServer.pod %%SITE_PERL%%/XML/Compile/SOAP/HTTPDaemon.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP/Daemon/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP/Daemon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP/Daemon @dirrmtry %%SITE_PERL%%/XML/Compile/SOAP @dirrmtry %%SITE_PERL%%/XML/Compile @dirrmtry %%SITE_PERL%%/XML Property changes on: head/net/p5-XML-Compile-SOAP-Daemon/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property