diff options
author | pi <pi@FreeBSD.org> | 2016-09-18 20:08:11 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-09-18 20:08:11 +0800 |
commit | 52c146dcec16192cde24b6bb3f6a9ba5360c4284 (patch) | |
tree | f6aad23685b11df201512a7d63d74e1ab9994fb4 /www | |
parent | 5ad0cb32367c577a2936d800b17b28df0f0248b3 (diff) | |
download | freebsd-ports-gnome-52c146dcec16192cde24b6bb3f6a9ba5360c4284.tar.gz freebsd-ports-gnome-52c146dcec16192cde24b6bb3f6a9ba5360c4284.tar.zst freebsd-ports-gnome-52c146dcec16192cde24b6bb3f6a9ba5360c4284.zip |
www/p5-WWW-Mechanize: 1.75 -> 1.79
- Added form_with() method. (Martin Sluka)
Added history() and history_count() methods. (Ricardo Signes)
- click_button() now accepts ids. (Olaf Alders)
- Add a more descriptive error message when ->request is called without a
parameter. (Max Maischein)
- Document that form_id warns in addition to returning undef when a form
cannot be found. (Olaf Alders)
- Document use of a proxy with bin/mech-dump. (Florian Schlichting)
Changes: http://cpansearch.perl.org/src/OALDERS/WWW-Mechanize-1.79/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 2 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 0c8b22ed7ff9..c6fcaf06f007 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize -PORTVERSION= 1.75 +PORTVERSION= 1.79 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index f9e895103e4c..d32f27162792 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,2 +1,3 @@ -SHA256 (WWW-Mechanize-1.75.tar.gz) = 5310051feb66c6ef9f7a4c070c66ec6092932129fc9cd18bba009ce999b7930b -SIZE (WWW-Mechanize-1.75.tar.gz) = 128852 +TIMESTAMP = 1474186068 +SHA256 (WWW-Mechanize-1.79.tar.gz) = 196c29aeb74ada424d79781770e3e4ff7e293cee0c210b8f50e0e34d3c124708 +SIZE (WWW-Mechanize-1.79.tar.gz) = 156998 |