Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F3A284E80 for ; Wed, 19 Jul 2023 13:12:03 +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 plIrfSEJtxjE for ; Wed, 19 Jul 2023 13:12:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D13884D5E for ; Wed, 19 Jul 2023 13:12:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18B38FBDB; Wed, 19 Jul 2023 13:12:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168977232367890" MIME-Version: 1.0 Date: Wed, 19 Jul 2023 13:12:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-cmake To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230719131203.18B38FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168977232367890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 19 13:12:03 UTC 2023 Modified Files: pkgsrc/textproc/tree-sitter-cmake: Makefile distinfo Log Message: tree-sitter-cmake: update to 0.4.0. feat: put arguments in argument_list node feat: put the body of commands into a body node refactor: use C for the external scanner (#16) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-cmake/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-cmake/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168977232367890 Content-Disposition: inline Content-Length: 1723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-cmake/Makefile diff -u pkgsrc/textproc/tree-sitter-cmake/Makefile:1.3 pkgsrc/textproc/tree-sitter-cmake/Makefile:1.4 --- pkgsrc/textproc/tree-sitter-cmake/Makefile:1.3 Thu Apr 27 08:21:41 2023 +++ pkgsrc/textproc/tree-sitter-cmake/Makefile Wed Jul 19 13:12:02 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/04/27 08:21:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2023/07/19 13:12:02 wiz Exp $ -DISTNAME= tree-sitter-cmake-0.2.0 +DISTNAME= tree-sitter-cmake-0.4.0 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=uyha/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-cmake/distinfo diff -u pkgsrc/textproc/tree-sitter-cmake/distinfo:1.2 pkgsrc/textproc/tree-sitter-cmake/distinfo:1.3 --- pkgsrc/textproc/tree-sitter-cmake/distinfo:1.2 Thu Apr 27 08:21:41 2023 +++ pkgsrc/textproc/tree-sitter-cmake/distinfo Wed Jul 19 13:12:02 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/04/27 08:21:41 wiz Exp $ +$NetBSD: distinfo,v 1.3 2023/07/19 13:12:02 wiz Exp $ -BLAKE2s (tree-sitter-cmake-0.2.0.tar.gz) = 443a8a2b3a63e31edf4b4272e8431c4824e6cd3c072377dcad79a413b8ed02ca -SHA512 (tree-sitter-cmake-0.2.0.tar.gz) = 7be3ec3be431fa44d281109dda13f8c06d85bcc78d8c28340082a7c63f19f38e45eb3b83a1118036171e3748ffeccbef9f8e44330aa381334e16eb0736842387 -Size (tree-sitter-cmake-0.2.0.tar.gz) = 53185 bytes +BLAKE2s (tree-sitter-cmake-0.4.0.tar.gz) = 2e3d5282908f3abbcc5ab7e32cadf9add814f14aa1b2887fbe78503bb4aeb4d0 +SHA512 (tree-sitter-cmake-0.4.0.tar.gz) = 226b2c376e0b6c5e0b97da94ddf3330ecddad4a768ea104a87cc1d98a8f9edba2df8c8c4798552639f069edc2c5e7a1933bee728be074f3b3d731917cd2a69da +Size (tree-sitter-cmake-0.4.0.tar.gz) = 50094 bytes --_----------=_168977232367890--