Received: by mail.netbsd.org (Postfix, from userid 605) id 21F0A84EED; Sun, 25 Feb 2024 15:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708874899; bh=cZ+vkNgzBMQTOPgzMxBABKBYBQwysu621SaRxd1lWkM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=xLebBaVUYW3LDt+I0wZx6hm8cRDpf0kttY6IUFjhzwyiJ+WFoEAQH6BIr8AAZo6SD 9MgvksInfuoqCsrwyD/uj2xE6xxV6MMeqirVKkYMaWyHtrrqHCQOMBleFB1f93QAfz 36wcAjp+HvdJzUntchJle+HPaf5cc7baPZEvCH14= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13AD984E82 for ; Sun, 25 Feb 2024 15:28:18 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id I7-A7TRnaXUS for ; Sun, 25 Feb 2024 15:28:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5946E84D59 for ; Sun, 25 Feb 2024 15:28:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708874897; bh=cZ+vkNgzBMQTOPgzMxBABKBYBQwysu621SaRxd1lWkM=; h=Date:From:Subject:To:Reply-To; b=zRuAnCOlF3/5Grg3APF6GtdH2XEdqV8ARLFrI+p5cqqAMFaU+kJzSO1CIZSc0jrkG UtPE3OrfQeP/b3kU3XltsmKvL+xRHakCJgWOBgH7DCsr1Tk2nsIp/7awQQ3+DQNyQD NXaxmCuesgJyjjO3TSxeoTvaOwUU4WW3KVSjENtc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54A44FA27; Sun, 25 Feb 2024 15:28:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17088748978190" MIME-Version: 1.0 Date: Sun, 25 Feb 2024 15:28:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240225152817.54A44FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17088748978190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 25 15:28:17 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: doc: Updated textproc/tree-sitter-cpp to 0.20.5 To generate a diff of this commit: cvs rdiff -u -r1.1507 -r1.1508 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.24100 -r1.24101 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17088748978190 Content-Disposition: inline Content-Length: 1348 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.1507 pkgsrc/doc/CHANGES-2024:1.1508 --- pkgsrc/doc/CHANGES-2024:1.1507 Sun Feb 25 15:27:05 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 25 15:28:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1507 2024/02/25 15:27:05 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1508 2024/02/25 15:28:16 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2657,3 +2657,4 @@ Changes to the packages collection and i Updated misc/py-trove-classifiers to 2024.2.23 [wiz 2024-02-25] Updated devel/py-urwid to 2.6.4 [wiz 2024-02-25] Updated textproc/tree-sitter to 0.21.0 [wiz 2024-02-25] + Updated textproc/tree-sitter-cpp to 0.20.5 [wiz 2024-02-25] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24100 pkgsrc/doc/TODO:1.24101 --- pkgsrc/doc/TODO:1.24100 Sun Feb 25 15:27:05 2024 +++ pkgsrc/doc/TODO Sun Feb 25 15:28:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24100 2024/02/25 15:27:05 wiz Exp $ +$NetBSD: TODO,v 1.24101 2024/02/25 15:28:16 wiz Exp $ Suggested new packages ====================== @@ -1340,7 +1340,6 @@ For possible Perl packages updates, see o trafficserver-9.0.1 o translate-toolkit-3.3.4 o transmission-4.0.4 - o tree-sitter-cpp-0.20.5 o tree-sitter-html-0.20.1 o trimmomatic-0.39 o tripwire-2.3.1 [see also pkg/22362] --_----------=_17088748978190--