Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B7A641A923B for ; Sat, 8 Jan 2022 15:45:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 48D8084EE6; Sat, 8 Jan 2022 15:45:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A579E84E69 for ; Sat, 8 Jan 2022 15:41:36 +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 AFl8ALOPX76m for ; Sat, 8 Jan 2022 15:41:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 37C4684C13 for ; Sat, 8 Jan 2022 15:41:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35150FAEC; Sat, 8 Jan 2022 15:41:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641656496122940" MIME-Version: 1.0 Date: Sat, 8 Jan 2022 15:41:36 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220108154136.35150FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641656496122940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 8 15:41:36 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: doc: Updated sysutils/entr to 5.1 To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641656496122940 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.138 pkgsrc/doc/CHANGES-2022:1.139 --- pkgsrc/doc/CHANGES-2022:1.138 Sat Jan 8 15:36:03 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Jan 8 15:41:36 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.138 2022/01/08 15:36:03 pin Exp $ +$NetBSD: CHANGES-2022,v 1.139 2022/01/08 15:41:36 leot Exp $ Changes to the packages collection and infrastructure in 2022: @@ -170,3 +170,4 @@ Changes to the packages collection and i Updated editors/featherpad to 1.1.1 [pin 2022-01-08] Updated x11/citron to 0.13.0 [pin 2022-01-08] Updated sysutils/broot to 1.9.1 [pin 2022-01-08] + Updated sysutils/entr to 5.1 [leot 2022-01-08] --_----------=_1641656496122940--