Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 12:08:11 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422381 - head/www/p5-WWW-Mechanize
Message-ID:  <201609181208.u8IC8BN4099768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Sep 18 12:08:11 2016
New Revision: 422381
URL: https://svnweb.freebsd.org/changeset/ports/422381

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

Modified:
  head/www/p5-WWW-Mechanize/Makefile
  head/www/p5-WWW-Mechanize/distinfo

Modified: head/www/p5-WWW-Mechanize/Makefile
==============================================================================
--- head/www/p5-WWW-Mechanize/Makefile	Sun Sep 18 11:58:38 2016	(r422380)
+++ head/www/p5-WWW-Mechanize/Makefile	Sun Sep 18 12:08:11 2016	(r422381)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WWW-Mechanize
-PORTVERSION=	1.75
+PORTVERSION=	1.79
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/www/p5-WWW-Mechanize/distinfo
==============================================================================
--- head/www/p5-WWW-Mechanize/distinfo	Sun Sep 18 11:58:38 2016	(r422380)
+++ head/www/p5-WWW-Mechanize/distinfo	Sun Sep 18 12:08:11 2016	(r422381)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181208.u8IC8BN4099768>