Received: by mail.netbsd.org (Postfix, from userid 605) id B58FA84EE3; Mon, 1 Jan 2024 13:39:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E20FC84ED6 for ; Mon, 1 Jan 2024 13:39:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id f0IHr1Wy93de for ; Mon, 1 Jan 2024 13:39:29 +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 E9AB384EC6 for ; Mon, 1 Jan 2024 13:39:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E26A6FA42; Mon, 1 Jan 2024 13:39:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704116368237440" MIME-Version: 1.0 Date: Mon, 1 Jan 2024 13:39:28 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20240101133928.E26A6FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704116368237440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Jan 1 13:39:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added pkgtools/pkgchkxx version 0.1.6nb1 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704116368237440 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.17 pkgsrc/doc/CHANGES-2024:1.18 --- pkgsrc/doc/CHANGES-2024:1.17 Mon Jan 1 12:01:19 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Jan 1 13:39:28 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.17 2024/01/01 12:01:19 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.18 2024/01/01 13:39:28 bsiegert Exp $ Changes to the packages collection and infrastructure in 2024: @@ -25,3 +25,4 @@ Changes to the packages collection and i Updated textproc/py-regex to 2023.12.25 [adam 2024-01-01] Updated graphics/py-seaborn to 0.13.1 [adam 2024-01-01] Added devel/bazel version 6.4.0 [ryoon 2024-01-01] + Added pkgtools/pkgchkxx version 0.1.6nb1 [bsiegert 2024-01-01] --_----------=_1704116368237440--