Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 268B384F1B for ; Thu, 24 Aug 2023 06:18:54 +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 VLXe9zXwyh9m for ; Thu, 24 Aug 2023 06:18:53 +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 95EA884D59 for ; Thu, 24 Aug 2023 06:18:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9391DFBDB; Thu, 24 Aug 2023 06:18:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692857933271990" MIME-Version: 1.0 Date: Thu, 24 Aug 2023 06:18:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-cpp To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230824061853.9391DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692857933271990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 24 06:18:53 UTC 2023 Modified Files: pkgsrc/textproc/tree-sitter-cpp: Makefile distinfo Log Message: tree-sitter-cpp: update to 0.20.3. feat: use static_assert if it's available fix: rework some rules to reduce state count fix: allow template before identifier in qualified_identifier fix: allow user defined literals in assignment lhs Support dependent operator templates Support multidimensional subscripts To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-cpp/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-cpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692857933271990 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-cpp/Makefile diff -u pkgsrc/textproc/tree-sitter-cpp/Makefile:1.3 pkgsrc/textproc/tree-sitter-cpp/Makefile:1.4 --- pkgsrc/textproc/tree-sitter-cpp/Makefile:1.3 Sun Jul 30 02:21:47 2023 +++ pkgsrc/textproc/tree-sitter-cpp/Makefile Thu Aug 24 06:18:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/07/30 02:21:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/24 06:18:53 wiz Exp $ -DISTNAME= tree-sitter-cpp-0.20.2 +DISTNAME= tree-sitter-cpp-0.20.3 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-cpp/distinfo diff -u pkgsrc/textproc/tree-sitter-cpp/distinfo:1.2 pkgsrc/textproc/tree-sitter-cpp/distinfo:1.3 --- pkgsrc/textproc/tree-sitter-cpp/distinfo:1.2 Sun Jul 30 02:21:47 2023 +++ pkgsrc/textproc/tree-sitter-cpp/distinfo Thu Aug 24 06:18:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/07/30 02:21:47 wiz Exp $ +$NetBSD: distinfo,v 1.3 2023/08/24 06:18:53 wiz Exp $ -BLAKE2s (tree-sitter-cpp-0.20.2.tar.gz) = 609da6f25d6154489a72de2539f951d318af04e8badde6450b673bf9c8bbeb5e -SHA512 (tree-sitter-cpp-0.20.2.tar.gz) = b71945be515313598ee9d7db0da8267407e7cd0b94f4b318c4282f0333f93984a59552d39f09329fedb1f71b5ef4616f5d37ada881017dad38c705cbf3e57d7d -Size (tree-sitter-cpp-0.20.2.tar.gz) = 1050346 bytes +BLAKE2s (tree-sitter-cpp-0.20.3.tar.gz) = d521aee99bc51e612356d188559bbf8d8b7ce2c5058689dffe6d4ef8b6416786 +SHA512 (tree-sitter-cpp-0.20.3.tar.gz) = 62630953cb873dccbf6203b90ac6bd62fb596a615c71603c93b4fdc1e21d456c8f6ba74576e9e86732dbce2b7deaa082ea35eddf7fd7387d1ba13236757dfaab +Size (tree-sitter-cpp-0.20.3.tar.gz) = 1056333 bytes --_----------=_1692857933271990--