Received: by mail.netbsd.org (Postfix, from userid 605) id 1CA2C84E90; Fri, 27 Aug 2021 00:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5702B84E83 for ; Fri, 27 Aug 2021 00:19:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id P0q_iADmVWSK for ; Fri, 27 Aug 2021 00:19:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CBC4384CDC for ; Fri, 27 Aug 2021 00:19:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5089FA97; Fri, 27 Aug 2021 00:19:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630023549141510" MIME-Version: 1.0 Date: Fri, 27 Aug 2021 00:19:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-WWW-Mechanize To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210827001909.C5089FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630023549141510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Aug 27 00:19:09 UTC 2021 Modified Files: pkgsrc/www/p5-WWW-Mechanize: Makefile distinfo Log Message: Update to 2.04 Upstream changes: 2.04 2021-08-06 12:28:31Z [ENHANCEMENTS] - Add a head() method to allow relative URLs (GH#321) (Julien Fiegehenn) [DOCUMENTATION] - Document that form_id() accepts an id, not a name (GH#319) (Olaf Alders) To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/p5-WWW-Mechanize/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/p5-WWW-Mechanize/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630023549141510 Content-Disposition: inline Content-Length: 1745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-WWW-Mechanize/Makefile diff -u pkgsrc/www/p5-WWW-Mechanize/Makefile:1.60 pkgsrc/www/p5-WWW-Mechanize/Makefile:1.61 --- pkgsrc/www/p5-WWW-Mechanize/Makefile:1.60 Mon May 24 19:55:54 2021 +++ pkgsrc/www/p5-WWW-Mechanize/Makefile Fri Aug 27 00:19:09 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2021/05/24 19:55:54 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2021/08/27 00:19:09 wen Exp $ -DISTNAME= WWW-Mechanize-2.03 +DISTNAME= WWW-Mechanize-2.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} Index: pkgsrc/www/p5-WWW-Mechanize/distinfo diff -u pkgsrc/www/p5-WWW-Mechanize/distinfo:1.39 pkgsrc/www/p5-WWW-Mechanize/distinfo:1.40 --- pkgsrc/www/p5-WWW-Mechanize/distinfo:1.39 Thu Feb 11 01:11:19 2021 +++ pkgsrc/www/p5-WWW-Mechanize/distinfo Fri Aug 27 00:19:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2021/02/11 01:11:19 wen Exp $ +$NetBSD: distinfo,v 1.40 2021/08/27 00:19:09 wen Exp $ -SHA1 (WWW-Mechanize-2.03.tar.gz) = 5befd246e798aab9e29d95fe460985f6a74fcb21 -RMD160 (WWW-Mechanize-2.03.tar.gz) = ee9a3e88cf19aebdf614b28c1ffc1a4874c128cf -SHA512 (WWW-Mechanize-2.03.tar.gz) = 306509f4d889596ebb9486d37b4c1906805c279dc7c02a7abca15ee46e549c38246d499d74fec9ee23aa6cdf931bab471ad2fe137efaf78d885c0857ccf78b08 -Size (WWW-Mechanize-2.03.tar.gz) = 183933 bytes +SHA1 (WWW-Mechanize-2.04.tar.gz) = 5b0dbbf17574f7601637d551ead9b09824f490fb +RMD160 (WWW-Mechanize-2.04.tar.gz) = b31dd7f87c442d17d06c1dbde6df4e9b0ec9d00c +SHA512 (WWW-Mechanize-2.04.tar.gz) = 3c801ed8f627db70a343e6be3d6b5eb224ee23cc275667204594284702edab9f3fef3f4211e8947571bcd06ae97a96831d9afdbd3f3f9ef71a587df56118198e +Size (WWW-Mechanize-2.04.tar.gz) = 184311 bytes --_----------=_1630023549141510--