diff options
author | culot <culot@FreeBSD.org> | 2013-07-18 20:20:23 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-07-18 20:20:23 +0800 |
commit | 2ddfcd8dd4f7990a8d552d8f9cb2104f2ed21865 (patch) | |
tree | ff9093663df4c8e912ce9cfdafaa0ff9db4e1aad | |
parent | 3f1f2906c9fb9d515dca9e183ca1a06da28d64b5 (diff) | |
download | freebsd-ports-gnome-2ddfcd8dd4f7990a8d552d8f9cb2104f2ed21865.tar.gz freebsd-ports-gnome-2ddfcd8dd4f7990a8d552d8f9cb2104f2ed21865.tar.zst freebsd-ports-gnome-2ddfcd8dd4f7990a8d552d8f9cb2104f2ed21865.zip |
- Update to 0.20
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS section earlier
Changes: http://search.cpan.org/dist/HTTP-Async/Changes
-rw-r--r-- | www/p5-HTTP-Async/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-Async/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-HTTP-Async/Makefile b/www/p5-HTTP-Async/Makefile index d019acbb5595..930dae2b9c52 100644 --- a/www/p5-HTTP-Async/Makefile +++ b/www/p5-HTTP-Async/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Async -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Process multiple HTTP requests in parallel without blocking +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \ + p5-Net-HTTPS-NB>=0.13:${PORTSDIR}/net/p5-Net-HTTPS-NB \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple PERL_CONFIGURE= yes diff --git a/www/p5-HTTP-Async/distinfo b/www/p5-HTTP-Async/distinfo index fbe95dac1a1c..970bcf78a778 100644 --- a/www/p5-HTTP-Async/distinfo +++ b/www/p5-HTTP-Async/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Async-0.18.tar.gz) = c91ad367976a2fe6e356e158c29f902898c444e8c2c6730818b7ea37f3f18592 -SIZE (HTTP-Async-0.18.tar.gz) = 20190 +SHA256 (HTTP-Async-0.20.tar.gz) = 563ee4ab0cefe515bc838411d62b32d1e86b5a86b189efd3fabc736e8e0a9a53 +SIZE (HTTP-Async-0.20.tar.gz) = 20539 |