Received: by mail.netbsd.org (Postfix, from userid 605) id 2B22F84D95; Wed, 1 Apr 2020 10:21:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5D5D84D86 for ; Wed, 1 Apr 2020 10:21:33 +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 ASiNr4OcCOHl for ; Wed, 1 Apr 2020 10:21:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 223AE84D20 for ; Wed, 1 Apr 2020 10:21:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15DAFFB27; Wed, 1 Apr 2020 10:21:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585736493192510" MIME-Version: 1.0 Date: Wed, 1 Apr 2020 10:21:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/checkbot To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200401102133.15DAFFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585736493192510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Apr 1 10:21:33 UTC 2020 Modified Files: pkgsrc/www/checkbot: Makefile distinfo Log Message: checkbout: Update to 1.80 2008-10-15 Hans de Graaff * Checkbot 1.80 is released 2008-07-08 Hans de Graaff * checkbot (handle_doc): Tighten up the check for a robots tag so that nofollow text later in the document won't be matched, thus skipping the whole document, bug 2005950. 2007-05-05 Brandon Bell * checkbot: mms scheme can be ignored safely. 2007-04-30 Hans de Graaff * checkbot (printAllServers): Clarify that 'Unique links' actually is 'Documents scanned'. 2007-02-26 Hans de Graaff * checkbot (handle_doc): Handle the case where decoded_content is not available as per bug 1665075. 2007-02-26 Gerald Preifer * checkbot (check_point): Simplify and add a comment. 2007-02-26 Hans de Graaff * Makefile.PL: Require LWP 5.803 or better. decoded_content got added in 5.802 and 5.803 added some important bugfixes. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/checkbot/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/checkbot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585736493192510 Content-Disposition: inline Content-Length: 1598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/checkbot/Makefile diff -u pkgsrc/www/checkbot/Makefile:1.41 pkgsrc/www/checkbot/Makefile:1.42 --- pkgsrc/www/checkbot/Makefile:1.41 Sun Jan 26 17:32:21 2020 +++ pkgsrc/www/checkbot/Makefile Wed Apr 1 10:21:32 2020 @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2020/01/26 17:32:21 rillig Exp $ -# +# $NetBSD: Makefile,v 1.42 2020/04/01 10:21:32 nia Exp $ -DISTNAME= checkbot-1.79 -PKGREVISION= 11 +DISTNAME= checkbot-1.80 CATEGORIES= www net perl5 MASTER_SITES= http://degraaff.org/checkbot/ Index: pkgsrc/www/checkbot/distinfo diff -u pkgsrc/www/checkbot/distinfo:1.10 pkgsrc/www/checkbot/distinfo:1.11 --- pkgsrc/www/checkbot/distinfo:1.10 Wed Nov 4 02:46:51 2015 +++ pkgsrc/www/checkbot/distinfo Wed Apr 1 10:21:32 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 02:46:51 agc Exp $ +$NetBSD: distinfo,v 1.11 2020/04/01 10:21:32 nia Exp $ -SHA1 (checkbot-1.79.tar.gz) = 0f389bd0f27e7dd9af45e99c43c97f26988e783e -RMD160 (checkbot-1.79.tar.gz) = b70bfd1d0ee52363856c70048420fa7f9f79ab28 -SHA512 (checkbot-1.79.tar.gz) = c60e93b966587e590379f7bebb90af71395681f8b830910dbc6773e2ea3aeda493cc8a1a8bcfa07693fdb5b422adc1602f355c5333aad25201dd14655a60ff67 -Size (checkbot-1.79.tar.gz) = 36023 bytes +SHA1 (checkbot-1.80.tar.gz) = 72c03cca93dcd800c51cd1732ac94f4cb034c901 +RMD160 (checkbot-1.80.tar.gz) = 71fc3e5b2294475ec63e8eb7a339d523fc3bab76 +SHA512 (checkbot-1.80.tar.gz) = 5575220d87294d49b8eb5a85fd62ddfd9578f5c708f78d54bff292f731d5fbe8262e73cba5d29fcb08341208a12c3be7eeb399ea3c3319bbb90c795a103024b1 +Size (checkbot-1.80.tar.gz) = 36200 bytes --_----------=_1585736493192510--