Received: by mail.netbsd.org (Postfix, from userid 605) id D970884CF4; Mon, 4 Mar 2024 20:18:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709583527; bh=hTSP3L8fAv32BZ+7kLWX+6S8cpX+al8DswuqOVc0qMU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QI3Rqienj0mTOau9b2mAgVgEzd2kOVgNny8Y9I/XzVYV2RaMmlTYp7Af5lnjSI3GJ rBayTVlNA/qbDKayq0ng2CcD+KwmzdXO5gZp1IiP52kHFHV2xEPnDMfMy9lP7e4xc5 1y+M1abi/j8n5WQoMPCsUJtKzFyYBUVrWxxQ7kUc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A763C84EE4 for ; Mon, 4 Mar 2024 20:18:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QqJgz4N-norX for ; Mon, 4 Mar 2024 20:18:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 74FB884EDD for ; Mon, 4 Mar 2024 20:18:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709583524; bh=hTSP3L8fAv32BZ+7kLWX+6S8cpX+al8DswuqOVc0qMU=; h=Date:From:Subject:To:Reply-To; b=dVtV7gV3PRP4cOHx7ERovk1miN2LFoeCB7qWLe5GlvDAtuAlGondij/pe+u2BwDo8 kSKVV1Z+iAYTcoWbsMsK9+Q2/bA95lJWSZc5qc/vesZFxqZ26ss9p6lkMrAkGpNV3K yUp83kUM7Nsntm1V4f7Oj5HZsJlhiu/9a3/wHSAs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E184FA29; Mon, 4 Mar 2024 20:18:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709583524280450" MIME-Version: 1.0 Date: Mon, 4 Mar 2024 20:18:44 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240304201844.6E184FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709583524280450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Mar 4 20:18:44 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/tokei to alpha.1 To generate a diff of this commit: cvs rdiff -u -r1.1708 -r1.1709 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709583524280450 Content-Disposition: inline Content-Length: 716 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.1708 pkgsrc/doc/CHANGES-2024:1.1709 --- pkgsrc/doc/CHANGES-2024:1.1708 Mon Mar 4 20:17:28 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 4 20:18:44 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1708 2024/03/04 20:17:28 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1709 2024/03/04 20:18:44 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2949,3 +2949,4 @@ Changes to the packages collection and i Updated security/pcsc-lite to 2.0.3 [adam 2024-03-04] Updated www/py-nbconvert to 7.16.2 [adam 2024-03-04] Updated textproc/csview to 1.2.4 [pin 2024-03-04] + Updated devel/tokei to alpha.1 [pin 2024-03-04] --_----------=_1709583524280450--