diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:52:51 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:52:51 +0000 |
commit | 982589aa4ff97cc385dc074dc94c8bd42ee69009 (patch) | |
tree | 0cb43cf52825d13ba2b3270ae04aee1ded9e9a8f /www/p5-libwww/Makefile | |
parent | ee58d21bf45ac1faa4ad2071cb539a65c460ea63 (diff) | |
download | pkgsrc-982589aa4ff97cc385dc074dc94c8bd42ee69009.tar.gz |
Updated p5-libwww to 5.64 (provided by Shell Hung in pkg/15558)
Simplified the Makefile.PL:
- the scripts are not longer *.PL files
- don't try to make symlinks for GET, HEAD, POST
as that has not worked for a long time
- the GET, HEAD, POST aliases for lwp-request should
now work on Windows.
HTTP::Cookies:
- added 'clear_temporary_cookies' method;
patch by Mike Schilli <schilli1@pacbell.net>.
- trailing space in old cookie parameters not ignored;
patch by Ivan Panchenko
- protect against $SIG{__DIE__} handlers;
patch by Adam Newby <adam@NewsNow.co.uk>.
LWP::Authen::Digest:
- abort digest auth session if we fail repeatedly with
the same username/password.
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 93179e1b808..93091f4cefe 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2001/12/30 13:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2002/03/15 12:52:51 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.63 +DISTNAME= libwww-perl-5.64 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} |