diff options
author | wen <wen@pkgsrc.org> | 2014-02-23 13:15:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-02-23 13:15:11 +0000 |
commit | 85c50b25a5f67b9ee96850fd125767fbf3e485f0 (patch) | |
tree | 0b40fd414bbd7832097d58010fb38cc4b4e6fa4f /www | |
parent | 65fa2e8646374b4b0a0467ac253eaf08c2b03da6 (diff) | |
download | pkgsrc-85c50b25a5f67b9ee96850fd125767fbf3e485f0.tar.gz |
Update to 0.23
Add LICENSE
Add missing BUILD_DEPENDS for regress test
Upstream changes:
0.23 2013/11/03
* Added REAL_SERVERS check to t/proxy-with-https.t
- Thanks to Gregor Herrmann, Debian Perl Group, for the patch
0.22 2013/09/12
* Added repository cpan metadata to Makefile.PL
- Thanks to David Steinbrunner for the patch
0.21 2013/08/29
* Updated Changes file to meet CPAN::Changes::Spec
* FIxed unparseable date for version 0.02
0.20 2013/07/18
* Updates Changes file to meet CPAN::Changes::Spec
* Changed and standardized date formats
* Changed name from CHANGES to Changes
* Added author/release test to check this going forward
0.19 2013/07/17
* Added ssl_options support
* Increased Net::HTTPS::NB requirement to 0.13
- Thanks to Heikki Vatiainen for the patch
0.18 2013/05/27
* Fixed typo in POD
- Added THANKS for Florian (fschlich)
0.17 2013/04/20
* Added local_addr and local_port support
* Standardised test names
* Added THANKS for github user c00ler-
0.16 2013/04/04
* Fixed CPAN Testers bug in bad-hosts.t
0.15 2013/04/04
* Two bug fixes provided by Josef Toman:
* Fixed header handling to use header_field_names()
* Replaced _make_url_absolute with URI::new_abs()
0.14 2013/04/01
* More diagnostics in bad-hosts.t on failure
0.13 2013/03/29
* Fixed t/real-servers.t to work whether or not Net::HTTPS::NB is available
0.12 2013/03/29
* New logic for making https requests through a proxy
* Made tests run ok in parallel by using different ports per test
* Set explicit SSL_verify_mode in real-servers.t
* Minor update to code comment about is_proxy mode
0.11 2012/11/13
* Use high ports to prevent test failure when 8080 is already used
* Travis config
0.10 2012/03/08
* added support for https requests - thanks Naveed Massjouni
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Async/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-Async/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-HTTP-Async/Makefile b/www/p5-HTTP-Async/Makefile index f095d50ac16..c399446f66c 100644 --- a/www/p5-HTTP-Async/Makefile +++ b/www/p5-HTTP-Async/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/02/23 13:15:11 wen Exp $ -DISTNAME= HTTP-Async-0.09 +DISTNAME= HTTP-Async-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Async/ COMMENT= Lightweight HTTP client implementation +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-HTTP-Server-Simple>=0:../../www/p5-Test-HTTP-Server-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTTP/Async/.packlist diff --git a/www/p5-HTTP-Async/distinfo b/www/p5-HTTP-Async/distinfo index 0923dc728fc..cf0da9ec0d4 100644 --- a/www/p5-HTTP-Async/distinfo +++ b/www/p5-HTTP-Async/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/23 03:35:35 abs Exp $ +$NetBSD: distinfo,v 1.2 2014/02/23 13:15:11 wen Exp $ -SHA1 (HTTP-Async-0.09.tar.gz) = 4bdf206c1685f0ce372e0d50ae3241e09871ef0a -RMD160 (HTTP-Async-0.09.tar.gz) = e810baa9ce209bceac856e8edb42f3fe930f38cd -Size (HTTP-Async-0.09.tar.gz) = 16902 bytes +SHA1 (HTTP-Async-0.23.tar.gz) = ffd43147ab2ef11911bffa3bf415afa42d7ae6b2 +RMD160 (HTTP-Async-0.23.tar.gz) = 39f3518dfdfb0af7850bfd560f0c62018293228f +Size (HTTP-Async-0.23.tar.gz) = 20625 bytes |