Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BCA584F19 for ; Sun, 30 Jul 2023 02:19:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 S3mggQ0bRvTm for ; Sun, 30 Jul 2023 02:19:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 782C484D5E for ; Sun, 30 Jul 2023 02:19:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 700B4FBDB; Sun, 30 Jul 2023 02:19:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16906835981350" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 02:19:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-c To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230730021958.700B4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16906835981350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 30 02:19:58 UTC 2023 Modified Files: pkgsrc/textproc/tree-sitter-c: Makefile distinfo Log Message: tree-sitter-c: update to 0.20.4. Features add attribute_specifierto struct (4b6e0bc) rework release action (e17d0a1) Bug Fixes rework typedef specifiers again (4c49fc3) swap precedences of assignnment and conditional expressions (f3559c6) disallow / after \S to better handle comments in preproc_arg (5890e77) make preproc newlines immediate so they don't span excess trailing newliens (41c0a15) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-c/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-c/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16906835981350 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-c/Makefile diff -u pkgsrc/textproc/tree-sitter-c/Makefile:1.2 pkgsrc/textproc/tree-sitter-c/Makefile:1.3 --- pkgsrc/textproc/tree-sitter-c/Makefile:1.2 Fri Jan 20 11:14:58 2023 +++ pkgsrc/textproc/tree-sitter-c/Makefile Sun Jul 30 02:19:58 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/01/20 11:14:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2023/07/30 02:19:58 wiz Exp $ -DISTNAME= tree-sitter-c-0.20.2 -PKGREVISION= 1 +DISTNAME= tree-sitter-c-0.20.4 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-c/distinfo diff -u pkgsrc/textproc/tree-sitter-c/distinfo:1.1 pkgsrc/textproc/tree-sitter-c/distinfo:1.2 --- pkgsrc/textproc/tree-sitter-c/distinfo:1.1 Wed Jan 18 13:28:34 2023 +++ pkgsrc/textproc/tree-sitter-c/distinfo Sun Jul 30 02:19:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/18 13:28:34 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/07/30 02:19:58 wiz Exp $ -BLAKE2s (tree-sitter-c-0.20.2.tar.gz) = 795c3bb3148aa991afdc5d14d584e017a5d0e61f703b7ec0f56414e241317463 -SHA512 (tree-sitter-c-0.20.2.tar.gz) = ac559ee1d29bb77ce3cade02cfa4ed95c24cea7b84844df6521ebbf6213894c6f91499eb782e04e5e778091300f0043d59b9324a78d72d9bea4f40cc67d56cc1 -Size (tree-sitter-c-0.20.2.tar.gz) = 249711 bytes +BLAKE2s (tree-sitter-c-0.20.4.tar.gz) = 031398829adc606b9b6b2dad85ca42d7119f97879e2d7bbad939271c3bd8c86d +SHA512 (tree-sitter-c-0.20.4.tar.gz) = 12b961294302d057e08ee9b451d5bab651968a353f5928ba268bb1d587e84aecccf9b25c8a786d1b20e1bf93ccca2fd7e3fe87348284ec37973270d09c1b5dce +Size (tree-sitter-c-0.20.4.tar.gz) = 354526 bytes --_----------=_16906835981350--