diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 11:32:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 11:32:00 +0000 |
commit | 0642637c0096f02e0c19982828122900340c344e (patch) | |
tree | 1f95bc7bba1b1ae7f6f1ee9b29a1e99736dd6b2d /www/p5-WWW-Mechanize | |
parent | 5846d7b4b883f8d2c04c8d94fd0d6b99789c72e3 (diff) | |
download | pkgsrc-0642637c0096f02e0c19982828122900340c344e.tar.gz |
Update to 1.24:
1.24 Fri May 11 15:57:56 CDT 2007
========================================
[FIXES]
* Fixed failures in "make test" with some versions of HTTP::Server::Simple
* RT #26593: Improved handling of charsets. Thanks Kevin Falcone.
* RT #24354: find_link now handles http-equivs with quoted URLs.
* Reverses the change in 1.21_01 where it decodes the content.
[ENHANCEMENTS]
* Added find_all_inputs() and find_all_submits() methods. Thanks,
Mike O'Regan.
* Test::LongString is no longer needed, so has been removed as a
requirement.
[TESTS]
* Added a test for save_content()
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 5 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 4030f9b8676..320e9db9d49 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2007/03/10 15:13:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/06/08 11:32:00 wiz Exp $ # -DISTNAME= WWW-Mechanize-1.22 +DISTNAME= WWW-Mechanize-1.24 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -13,7 +13,6 @@ COMMENT= Automates web page form & link interaction DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww DEPENDS+= p5-HTML-Parser>=3.35:../../www/p5-HTML-Parser DEPENDS+= p5-URI>=1.30:../../www/p5-URI -DEPENDS+= p5-Test-LongString>=0:../../devel/p5-Test-LongString # use defaults from Makefile.PL, to avoid user interaction # if not set explicitly diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 022096f98ae..59071909950 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/03/10 15:13:27 wiz Exp $ +$NetBSD: distinfo,v 1.10 2007/06/08 11:32:00 wiz Exp $ -SHA1 (WWW-Mechanize-1.22.tar.gz) = 96967a510943857a86a5c5cd06ef497bc8351f34 -RMD160 (WWW-Mechanize-1.22.tar.gz) = a524eaf3f50479253849c3dc7911745a7c20b00d -Size (WWW-Mechanize-1.22.tar.gz) = 108193 bytes +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 |