diff options
author | heinz <heinz@pkgsrc.org> | 2007-07-01 17:22:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-07-01 17:22:12 +0000 |
commit | ba5c2106a8144425c57e9e3cb6a8d9a5e95f2c12 (patch) | |
tree | 67a0064b88440d78ad0399ac462d91ac34d0da81 /www | |
parent | 10206108e9a55aab3f9a9cfc20701f5e5fd03194 (diff) | |
download | pkgsrc-ba5c2106a8144425c57e9e3cb6a8d9a5e95f2c12.tar.gz |
Update to version 1.30 by maintainer Dieter Roelants.
Changes since version 1.24
==========================
1.30 Thu May 24 21:31:10 CDT 2007
========================================
[DOCUMENTATION]
* Minor doc fixes. Thanks David Steinbrunner.
1.29_01 Tue May 22 14:02:55 CDT 2007
========================================
Kevin Falcone and I ask for your assistance in figuring out how to
handle the warnings thrown by the tests, other than hiding them.
[FIXES]
* Overhauled how tainting was done. Stole code directly from
Test::Taint.
* Have LWP only handle decoding of Content-Encoding, not charset.
[DOCUMENTATION]
* Fixed the docs for $mech->submit_form()'s with_fields arg.
Thanks, Peteris Krumins.
1.26 Wed May 16 14:21:29 CDT 2007
========================================
[FIXES]
* Re-reversed the content decoding. This is critical for reading from
sites with gzip on the fly, like Wikipedia.
* Content is now properly tainted.
[ENHANCEMENTS]
* mech-dump can now pass --agent and --agent-alias flags so you can
fetch from sites like Wikipedia that block LWP user agents.
[INSTALLATION]
* The mech-dump program is now always installed. It no longer is
presented as an option.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 320e9db9d49..357d7b28cb1 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/06/08 11:32:00 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/07/01 17:22:12 heinz Exp $ # -DISTNAME= WWW-Mechanize-1.24 +DISTNAME= WWW-Mechanize-1.30 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 59071909950..ca25a9ea322 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/06/08 11:32:00 wiz Exp $ +$NetBSD: distinfo,v 1.11 2007/07/01 17:22:12 heinz Exp $ -SHA1 (WWW-Mechanize-1.24.tar.gz) = 960758ef5b00f79e12e419223c5af37249d75c12 -RMD160 (WWW-Mechanize-1.24.tar.gz) = bae10b0a0167fa6665cee9e6d49814712e77bc0d -Size (WWW-Mechanize-1.24.tar.gz) = 109208 bytes +SHA1 (WWW-Mechanize-1.30.tar.gz) = 08b79934b6c53eb3cbc652d891ddff28356ca0ac +RMD160 (WWW-Mechanize-1.30.tar.gz) = bed567849a73f584717292f6433cd7a3fe76d29d +Size (WWW-Mechanize-1.30.tar.gz) = 111276 bytes |