pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Mechanize Update to version 1.30 by maintai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67d493f909ba
branches:  trunk
changeset: 530565:67d493f909ba
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jul 01 17:22:12 2007 +0000

description:
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:

 www/p5-WWW-Mechanize/Makefile |  4 ++--
 www/p5-WWW-Mechanize/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 92c868dd81cd -r 67d493f909ba www/p5-WWW-Mechanize/Makefile
--- a/www/p5-WWW-Mechanize/Makefile     Sun Jul 01 15:58:37 2007 +0000
+++ b/www/p5-WWW-Mechanize/Makefile     Sun Jul 01 17:22:12 2007 +0000
@@ -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 -r 92c868dd81cd -r 67d493f909ba www/p5-WWW-Mechanize/distinfo
--- a/www/p5-WWW-Mechanize/distinfo     Sun Jul 01 15:58:37 2007 +0000
+++ b/www/p5-WWW-Mechanize/distinfo     Sun Jul 01 17:22:12 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index