diff options
author | culot <culot@FreeBSD.org> | 2012-08-29 03:00:31 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-08-29 03:00:31 +0800 |
commit | bc950286ed669d14faa60d060160c8e753ce108a (patch) | |
tree | 2027a40dda0b80838a83935a3d2d7916de857a99 /net/p5-XML-Compile-SOAP-Daemon | |
parent | e5d5c539dc1d122cbff837d850ba5d230d31fb65 (diff) | |
download | freebsd-ports-gnome-bc950286ed669d14faa60d060160c8e753ce108a.tar.gz freebsd-ports-gnome-bc950286ed669d14faa60d060160c8e753ce108a.tar.zst freebsd-ports-gnome-bc950286ed669d14faa60d060160c8e753ce108a.zip |
- Update to 3.05
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/XML-Compile-SOAP-Daemon/ChangeLog
Diffstat (limited to 'net/p5-XML-Compile-SOAP-Daemon')
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/Makefile | 12 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP-Daemon/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net/p5-XML-Compile-SOAP-Daemon/Makefile b/net/p5-XML-Compile-SOAP-Daemon/Makefile index 3bfc132637d2..bd697b142b9c 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.04 +PORTVERSION= 3.05 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Base class for SOAP message servers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile>=1.24:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-XML-Compile>=1.26:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.99.1:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ - p5-XML-Compile-SOAP>=2.26:${PORTSDIR}/net/p5-XML-Compile-SOAP \ + p5-XML-Compile-SOAP>=2.29:${PORTSDIR}/net/p5-XML-Compile-SOAP \ p5-XML-Compile-SOAP-WSA>=0.12:${PORTSDIR}/net/p5-XML-Compile-SOAP-WSA RUN_DEPENDS:= ${BUILD_DEPENDS} - -TEST_DEPENDS= p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester +TEST_DEPENDS= p5-XML-Compile-Tester>=0.90:${PORTSDIR}/devel/p5-XML-Compile-Tester PERL_CONFIGURE= yes diff --git a/net/p5-XML-Compile-SOAP-Daemon/distinfo b/net/p5-XML-Compile-SOAP-Daemon/distinfo index 5b80dab50878..6aaba5b480ef 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.04.tar.gz) = 14e7cf87f8aad6bd06ebc312582e9e0902ad83bada385015393ff4ba4310b845 -SIZE (XML-Compile-SOAP-Daemon-3.04.tar.gz) = 42970 +SHA256 (XML-Compile-SOAP-Daemon-3.05.tar.gz) = 43b1e678033b0ef3de43fa2769fd40d3aea5072b3d0a9abd8a11d3b3643c94d6 +SIZE (XML-Compile-SOAP-Daemon-3.05.tar.gz) = 43853 |