diff options
author | sno <sno> | 2009-06-14 20:32:10 +0000 |
---|---|---|
committer | sno <sno> | 2009-06-14 20:32:10 +0000 |
commit | 184e73615990e12c1c47868f32554c6bce8e42a0 (patch) | |
tree | 3ae7a8d3d2e3608beb5331c96b99586d5637f5d5 /www | |
parent | 2b871c240b61ccbf1e01c17a30ec1e01c8e8678a (diff) | |
download | pkgsrc-184e73615990e12c1c47868f32554c6bce8e42a0.tar.gz |
pkgsrc changes:
- Updating package of p5 module for HTTP::Proxy from 0.22nb1 to 0.23
- Adjusting module type to Module::Build
- Setting license to ${PERL5_LICENSE} accroding to Makefile
Upstream changes:
0.23 Thu Sep 4 02:29:47 CEST 2008
[ENHANCEMENTS]
- HTTP::Proxy::BodyFilter::save had an issue with cygwin because
of an incorrect use of File::Spec's catdir(). This is fixed.
- CONNECT requests are now forwarded to the upstream proxy, if there
is one. Errors from the upstream proxy are relayed to the client.
[TESTS]
- t/23connect.t does not use sysread() anymore. This time the test
should pass about everywhere.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTTP-Proxy/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index c45c31bc681..52e049dee55 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2008/10/19 19:19:15 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/14 20:32:10 sno Exp $ # -DISTNAME= HTTP-Proxy-0.22 +DISTNAME= HTTP-Proxy-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Proxy/ COMMENT= Perl5 module providing a simple HTTP proxy daemon +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTTP/Proxy/.packlist .include "../../lang/perl5/module.mk" diff --git a/www/p5-HTTP-Proxy/distinfo b/www/p5-HTTP-Proxy/distinfo index 2cc985bf946..1335b10036a 100644 --- a/www/p5-HTTP-Proxy/distinfo +++ b/www/p5-HTTP-Proxy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/20 20:16:28 he Exp $ +$NetBSD: distinfo,v 1.3 2009/06/14 20:32:10 sno Exp $ -SHA1 (HTTP-Proxy-0.22.tar.gz) = c5dd58036a36c4a43f9d542e49ab596ce1504431 -RMD160 (HTTP-Proxy-0.22.tar.gz) = 83b31302496390cdec946b664c943f9f02ff81e2 -Size (HTTP-Proxy-0.22.tar.gz) = 69045 bytes +SHA1 (HTTP-Proxy-0.23.tar.gz) = 77b72278c2ee8db02e33c9cec684137550689de9 +RMD160 (HTTP-Proxy-0.23.tar.gz) = c5489e198b43772887a545d31036df562a109f2e +Size (HTTP-Proxy-0.23.tar.gz) = 69797 bytes |