diff options
author | martti <martti@pkgsrc.org> | 2001-12-15 10:12:40 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-15 10:12:40 +0000 |
commit | 421675cb9cf1c5e7f1f4c4b1fcb7fe813dbdba76 (patch) | |
tree | 39f17565d2f768fbc54e85c79f585b1e2f4d71a4 /www/p5-libwww/Makefile | |
parent | 73457b1596c2c820a102630b266e69d0ed84606a (diff) | |
download | pkgsrc-421675cb9cf1c5e7f1f4c4b1fcb7fe813dbdba76.tar.gz |
Updated to 5.63 (provided by Shell Hung in pkg/14954)
- Regen patches
- Add p5-Compress-Zlib to DEPENDS
- Add Compress::Zlib for Net::HTTP::Methods
- LWP::Authen::Digest now use Digest::MD5 instead of MD5
- Net::HTTP new options to the 'read_response_headers' method
- LWP::Protocol::http will now allow certain bad headers
n the responses it reads.
- LWP::UserAgent: make sure that the 'request' attribute is
always set on the returned response.
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 5283559ba3f..a699aa5c9b3 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2001/11/30 14:59:28 mjl Exp $ +# $NetBSD: Makefile,v 1.25 2001/12/15 10:12:40 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.62 +DISTNAME= libwww-perl-5.63 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 @@ -16,6 +16,7 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libwww-perl/.packlist |