diff options
author | shell <shell> | 2003-01-31 10:46:10 +0000 |
---|---|---|
committer | shell <shell> | 2003-01-31 10:46:10 +0000 |
commit | bbc3c5b26e28c05c0fca1a8a06bc47c959236552 (patch) | |
tree | 15ce020135be3f241e3c06f5681d659afd6ebdd1 /www/p5-libwww/Makefile | |
parent | 2785091adf2ca446d803f6c81803c563d8a48b95 (diff) | |
download | pkgsrc-bbc3c5b26e28c05c0fca1a8a06bc47c959236552.tar.gz |
Updated to p5-libwww-5.69
Changes :
- Include lwptut.pod contributed by Sean M. Burke C<sburke@cpan.org>.
- The lwp-request aliases GET, HEAD, POST where installed when
- no program should be. Fixed by David Miller <dave@justdave.net>.
- lwp-rget --help don't print double usage any more.
- HTTP::Header::Util is now more reluctant to put quotes around
token values.
- Net::HTTP: Avoid warning on unexpected EOF when reading chunk
header.
pkgsrc :
- Updated maintainer email
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 195f92056de..550a66956de 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.29 2003/01/02 14:42:25 mjl Exp $ +# $NetBSD: Makefile,v 1.30 2003/01/31 10:46:10 shell Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.67 +DISTNAME= libwww-perl-5.69 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://www.linpro.no/lwp/ COMMENT= perl5 library for WWW access |