summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-07-14 10:47:22 +0000
committerseb <seb@pkgsrc.org>2010-07-14 10:47:22 +0000
commit29f45ed7c4b167318704d18d929b2f7eda5d1c2c (patch)
tree9764c65d0a1b1f9e437a8f198ecb19bc5a1a9427
parent26a252abde89ceed405b4021f5e2d52f80ab8211 (diff)
downloadpkgsrc-29f45ed7c4b167318704d18d929b2f7eda5d1c2c.tar.gz
Update p5-WWW-Mechanize from version 1.62 to version 1.64.
Upstream changes: 1.64 Thu Jul 1 10:41:00 CDT 2010 ======================================== [THINGS THAT MAY BREAK YOUR CODE] If you've been accessing $mech->{forms} or $mech->{form} values directly, instead of going through the $mech->forms or $mech->current_form accessors, respectively, then this version of Mech will break your code. [ENHANCEMENTS] Parsing of forms has been delayed until they're actually needed. If don't use forms on a page, you'll no longer waste time and memory parsing them. $mech->title now caches the title of the page after parsing the page to find it. mech-dump now takes a --cookie-file parameter for keeping cookies between calls. [DOCUMENTATION] Typo fixes.
-rw-r--r--www/p5-WWW-Mechanize/Makefile4
-rw-r--r--www/p5-WWW-Mechanize/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile
index 9fb908be580..441c0be5bab 100644
--- a/www/p5-WWW-Mechanize/Makefile
+++ b/www/p5-WWW-Mechanize/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2010/04/18 08:12:19 seb Exp $
+# $NetBSD: Makefile,v 1.23 2010/07/14 10:47:22 seb Exp $
#
-DISTNAME= WWW-Mechanize-1.62
+DISTNAME= WWW-Mechanize-1.64
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 c8a466e7502..5f4804ee52d 100644
--- a/www/p5-WWW-Mechanize/distinfo
+++ b/www/p5-WWW-Mechanize/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2010/04/18 08:12:20 seb Exp $
+$NetBSD: distinfo,v 1.18 2010/07/14 10:47:22 seb Exp $
-SHA1 (WWW-Mechanize-1.62.tar.gz) = 8c4d5f6ed37e2bcc40d63f208836d8d309625640
-RMD160 (WWW-Mechanize-1.62.tar.gz) = 3ac045ea692037dd6a0444e5f84ca2c3672b4ca9
-Size (WWW-Mechanize-1.62.tar.gz) = 121166 bytes
+SHA1 (WWW-Mechanize-1.64.tar.gz) = fd50457ed15a69b363308a3871e6eaa4720404f4
+RMD160 (WWW-Mechanize-1.64.tar.gz) = bd18795951d1f1e3989210ab7957cf9fe2478bc0
+Size (WWW-Mechanize-1.64.tar.gz) = 121009 bytes