Received: by mail.netbsd.org (Postfix, from userid 605) id 3A2DA84D82; Sun, 13 Jun 2021 00:15:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7210E84D79 for ; Sun, 13 Jun 2021 00:15:55 +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 W-In5Et7BlcV for ; Sun, 13 Jun 2021 00:15:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E17FC84D12 for ; Sun, 13 Jun 2021 00:15:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3662FA95; Sun, 13 Jun 2021 00:15:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623543354272720" MIME-Version: 1.0 Date: Sun, 13 Jun 2021 00:15:54 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-B-Keywords To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210613001554.D3662FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623543354272720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jun 13 00:15:54 UTC 2021 Modified Files: pkgsrc/devel/p5-B-Keywords: Makefile distinfo Log Message: Update to 1.22 Upstream changes: 1.22 2021-02-22 09:42:18 rurban - add try/catch by Tom Wyant To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-B-Keywords/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-B-Keywords/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623543354272720 Content-Disposition: inline Content-Length: 1703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-B-Keywords/Makefile diff -u pkgsrc/devel/p5-B-Keywords/Makefile:1.29 pkgsrc/devel/p5-B-Keywords/Makefile:1.30 --- pkgsrc/devel/p5-B-Keywords/Makefile:1.29 Mon May 24 19:50:09 2021 +++ pkgsrc/devel/p5-B-Keywords/Makefile Sun Jun 13 00:15:54 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2021/05/24 19:50:09 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2021/06/13 00:15:54 wen Exp $ -DISTNAME= B-Keywords-1.21 +DISTNAME= B-Keywords-1.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} Index: pkgsrc/devel/p5-B-Keywords/distinfo diff -u pkgsrc/devel/p5-B-Keywords/distinfo:1.14 pkgsrc/devel/p5-B-Keywords/distinfo:1.15 --- pkgsrc/devel/p5-B-Keywords/distinfo:1.14 Wed Jan 1 01:35:32 2020 +++ pkgsrc/devel/p5-B-Keywords/distinfo Sun Jun 13 00:15:54 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/01/01 01:35:32 mef Exp $ +$NetBSD: distinfo,v 1.15 2021/06/13 00:15:54 wen Exp $ -SHA1 (B-Keywords-1.21.tar.gz) = d55deb5a4c1852414c1c13a880ada87cc3d96caf -RMD160 (B-Keywords-1.21.tar.gz) = 722d849a97c2366aa62b511f7f5f9ea1b1f8c8a1 -SHA512 (B-Keywords-1.21.tar.gz) = 80965484f35b21478279664aa6d0bf582a8cfe684469b944b3b514edb706bd8d1a4edba37d567badd581ce0a3ee23550fcbb93c1681665a36d02fae1a0cf1d96 -Size (B-Keywords-1.21.tar.gz) = 12349 bytes +SHA1 (B-Keywords-1.22.tar.gz) = daaf86c7750899b89205db1cf4d74be3524944e7 +RMD160 (B-Keywords-1.22.tar.gz) = fa66679daaf053c99bf8a77f7c3686fc98bfa504 +SHA512 (B-Keywords-1.22.tar.gz) = 9dd44cafe4502edb519d885d74688183275550c3ad4da61387e805cf7a4789434ebda8f1f71104515c688e0e0358ca38399a1d1bd2ba066c7e1e3de76ae68bb2 +Size (B-Keywords-1.22.tar.gz) = 12417 bytes --_----------=_1623543354272720--