Received: by mail.netbsd.org (Postfix, from userid 605) id 22D4F84EE8; Sun, 25 Feb 2024 15:27:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708874828; bh=J6P8f9OUicG0iAfZQZwwZi05B6oNMjGiEJj0SYUIBNI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=K0PzMNP1HXHS/x+q7JgK7gnFdPAngQLmBxIsXyBgC540Pfx/ZD8QTMpDM8ZdRNyC7 508OIstvDvPlNHaImsxCtvFOmPFvzvXiONQ3DKjqJ8cSwK2MvxB12S9DSRrFGJE4vI l5cEmVaLZBGDzy47anz87Hp6x3bIyxrMGv1wZU8s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11BB384E82 for ; Sun, 25 Feb 2024 15:27:07 +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 ihm9Ta0a1Om8 for ; Sun, 25 Feb 2024 15:27:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B3D784D59 for ; Sun, 25 Feb 2024 15:27:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708874826; bh=J6P8f9OUicG0iAfZQZwwZi05B6oNMjGiEJj0SYUIBNI=; h=Date:From:Subject:To:Reply-To; b=Wx+Bg2Gexl5tS7NOxmraXhQNMZErdt3d+eyv//z31GabhLuYJ7v6uX/m56ilImGRT MOiEFY1gLrta2tWPpwUS+ZlkzftlSMNveo/l7EBmy1UYD5JVylu6BJFQCGM9XwUdpg w8SGJdm1SdwuFfjGpmJRf5v9+xr7hNYLOhpfdiAQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 521E8FA27; Sun, 25 Feb 2024 15:27:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708874826266470" MIME-Version: 1.0 Date: Sun, 25 Feb 2024 15:27:06 +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: <20240225152706.521E8FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708874826266470 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:27:06 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: doc: Updated textproc/tree-sitter to 0.21.0 To generate a diff of this commit: cvs rdiff -u -r1.1506 -r1.1507 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.24099 -r1.24100 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708874826266470 Content-Disposition: inline Content-Length: 1330 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.1506 pkgsrc/doc/CHANGES-2024:1.1507 --- pkgsrc/doc/CHANGES-2024:1.1506 Sun Feb 25 15:25:13 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 25 15:27:05 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1506 2024/02/25 15:25:13 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1507 2024/02/25 15:27:05 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2656,3 +2656,4 @@ Changes to the packages collection and i Updated devel/py-setuptools-rust to 1.9.0 [wiz 2024-02-25] 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] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24099 pkgsrc/doc/TODO:1.24100 --- pkgsrc/doc/TODO:1.24099 Sun Feb 25 15:25:13 2024 +++ pkgsrc/doc/TODO Sun Feb 25 15:27:05 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24099 2024/02/25 15:25:13 wiz Exp $ +$NetBSD: TODO,v 1.24100 2024/02/25 15:27:05 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-0.21.0 o tree-sitter-cpp-0.20.5 o tree-sitter-html-0.20.1 o trimmomatic-0.39 --_----------=_1708874826266470--