diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-06-13 08:00:13 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-06-13 08:00:13 +0000 |
commit | ace3f6bb918a32effda893a944f96d3e280882bf (patch) | |
tree | 982f0c5194977d17a08dd39cffd9b44dc00da585 /net/p5-XML-Compile-SOAP-Daemon | |
parent | 0fe1109581d89f5321e345e0e4997f217dfffaa8 (diff) | |
download | ports-ace3f6bb918a32effda893a944f96d3e280882bf.tar.gz ports-ace3f6bb918a32effda893a944f96d3e280882bf.zip |
Notes
Diffstat (limited to 'net/p5-XML-Compile-SOAP-Daemon')
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/Makefile | 7 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/p5-XML-Compile-SOAP-Daemon/Makefile b/net/p5-XML-Compile-SOAP-Daemon/Makefile index 106419b61790..d2b6a82286c5 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= 0.10 +PORTVERSION= 0.11 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww \ p5-Log-Report>=0.15:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile-SOAP>=0.56:${PORTSDIR}/net/p5-XML-Compile-SOAP \ + p5-XML-Compile-SOAP>=0.73:${PORTSDIR}/net/p5-XML-Compile-SOAP \ p5-XML-Compile>=0.55:${PORTSDIR}/textproc/p5-XML-Compile RUN_DEPENDS= ${BUILD_DEPENDS} @@ -27,4 +27,7 @@ PERL_CONFIGURE= yes MAN3= XML::Compile::SOAP::Daemon.3 \ XML::Compile::SOAP::HTTPDaemon.3 +post-patch: + @${PERL} -pi -e '$$_="" if m/Test::|::Tester/' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> diff --git a/net/p5-XML-Compile-SOAP-Daemon/distinfo b/net/p5-XML-Compile-SOAP-Daemon/distinfo index 1dd03ac7ab86..dda47507285a 100644 --- a/net/p5-XML-Compile-SOAP-Daemon/distinfo +++ b/net/p5-XML-Compile-SOAP-Daemon/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-SOAP-Daemon-0.10.tar.gz) = 1686f44517990cdd69ffb7de857a2949 -SHA256 (XML-Compile-SOAP-Daemon-0.10.tar.gz) = b3fd19498d17f0cf98cf003c71913371acf1e8fb15c845d9ac0f04b654bb8dda -SIZE (XML-Compile-SOAP-Daemon-0.10.tar.gz) = 19989 +MD5 (XML-Compile-SOAP-Daemon-0.11.tar.gz) = df1821fe690bf7d05d88a4114ae10e99 +SHA256 (XML-Compile-SOAP-Daemon-0.11.tar.gz) = 2e3e8e14c0018a5ea12a9150dde1f9fd4596603e2bccb598ef3b2c37e14cf6dd +SIZE (XML-Compile-SOAP-Daemon-0.11.tar.gz) = 20259 |