diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:32:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:32:42 +0000 |
commit | 8b0d096ebba443a828755891e0e51017e91bd10a (patch) | |
tree | 469fc9983efe12a67f8b4364eff2df3c245ad9f8 /www/p5-WWW-Curl | |
parent | 14d8773343f44c0dbed3c9211fe4546c5865ca3e (diff) | |
download | pkgsrc-8b0d096ebba443a828755891e0e51017e91bd10a.tar.gz |
Update to 4.15:
4.15 Sun Nov 28 2010: - Balint Szilakszi <szbalint at cpan.org>
- Refactored constant handling and added thorough testing for it.
- Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly.
4.14 Sun Oct 24 2010: - Balint Szilakszi <szbalint at cpan.org>
- Scalar references can now be used to receive body/header data [gfx].
- Speed optimizations for threaded perl. [gfx, szbalint].
- Added a more generic libcurl constant detection.
- Added the pushopt method for appending strings to array options.
- Documentation improvements.
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 45d3e2fc6c5..44eccd00ced 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2010/09/06 11:10:26 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2010/12/02 12:32:42 wiz Exp $ # -DISTNAME= WWW-Curl-4.13 +DISTNAME= WWW-Curl-4.15 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo index 9aadfc92d2a..daabc277dd1 100644 --- a/www/p5-WWW-Curl/distinfo +++ b/www/p5-WWW-Curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2010/09/06 11:10:26 wiz Exp $ +$NetBSD: distinfo,v 1.12 2010/12/02 12:32:42 wiz Exp $ -SHA1 (WWW-Curl-4.13.tar.gz) = 9b7e3ca6380387cc6fca69850296d40c8aba526b -RMD160 (WWW-Curl-4.13.tar.gz) = c2e54b46e18334f49b1ca402a9a4c13275c5569d -Size (WWW-Curl-4.13.tar.gz) = 45863 bytes +SHA1 (WWW-Curl-4.15.tar.gz) = 1f169b2fd55bbb1783d5fdc86644206b51678d4c +RMD160 (WWW-Curl-4.15.tar.gz) = baeb6d4bc8668d8d4046195116e9fc2e1655d595 +Size (WWW-Curl-4.15.tar.gz) = 53741 bytes |