diff options
author | mjl <mjl> | 2001-11-30 14:59:28 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-11-30 14:59:28 +0000 |
commit | d70a7528a89b8956158419ba1aaa9f8e78c2ff4e (patch) | |
tree | 3c304215e05f0a5cc97723c9e412488bc6e27ac3 | |
parent | bf62707e84d9033b521d5f0e45cd828736cd6833 (diff) | |
download | pkgsrc-d70a7528a89b8956158419ba1aaa9f8e78c2ff4e.tar.gz |
Update to 5.62
The $VERSION of LWP::UserAgent wrapped around. This confused the
CPAN indexer. Bumped the major number to 2 to fix this.
Net::HTTP did not work well on perl5.003. The PeerHost argument
to IO::Socket::INET was not recognized, so we had to use PeerAddr
instead. The syswrite() method also required a length argument.
Net::HTTP did not deal with transfer encoding tokens in a
case-insensitive way.
The jigsaw-chunk test failed on MacOS because "\n" is different.
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 8969ddf376a..5283559ba3f 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2001/11/26 06:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/11/30 14:59:28 mjl Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.61 +DISTNAME= libwww-perl-5.62 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index cef7c4157a0..bd1d341211b 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/11/22 09:11:08 martti Exp $ +$NetBSD: distinfo,v 1.5 2001/11/30 14:59:28 mjl Exp $ -SHA1 (libwww-perl-5.61.tar.gz) = 728b311acdcd729bf693e8f66bf93108b9e31b06 -Size (libwww-perl-5.61.tar.gz) = 179890 bytes +SHA1 (libwww-perl-5.62.tar.gz) = 72b7e96732772d1c15bd4e3ff5869533e865aafc +Size (libwww-perl-5.62.tar.gz) = 180137 bytes SHA1 (patch-aa) = e057150cf7dc34ef30865ca59b89a63f005d73e5 |