Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NDU7iG36; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yt/bE6P1 Received: by mail.netbsd.org (Postfix, from userid 605) id 933B284F58; Sun, 7 Apr 2024 21:27:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712525257; bh=G8J5S86Ans0zzeKGE4Nev63gt+Bn6WdaJp7KfIuZqGo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NDU7iG36Iyvh+7MJcUWE/Lo4N2zfStJ/6VtalqY1UaMS4yimotaXuD2fmCU+yfKRX xtEd8aqLUXUTBkaOJT1/n8uWUJBIh7H1AkGSIZRW0fJZAy5/0gS2U+mpTzmRdRLMbm dt3TXirRrPTIriqYfUqJ+eo9LRA2vLPUa6NrFMJY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 878B484F56 for ; Sun, 7 Apr 2024 21:27:36 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id t7uThUnj2Uo5 for ; Sun, 7 Apr 2024 21:27:36 +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 048D584CE3 for ; Sun, 7 Apr 2024 21:27:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712525256; bh=G8J5S86Ans0zzeKGE4Nev63gt+Bn6WdaJp7KfIuZqGo=; h=Date:From:Subject:To:Reply-To; b=yt/bE6P1vI8ppwNU7gPUa7sRiIMXRBnb10VDO6fW4YaHI30fbiHC/avlNVA1e7eXg SGEKziM2+mxYveJAyoytO1wsjeWiolmV+1lly09XYjLo8czIVak9ks+LjXoYyheCGz WyBKemxXgbvg0dyr+RG8GFCEcncktsBk364f1x8Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1484FA2C; Sun, 7 Apr 2024 21:27:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712525255247140" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 21:27:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-cpp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240407212735.F1484FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712525255247140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 7 21:27:35 UTC 2024 Modified Files: pkgsrc/textproc/tree-sitter-cpp: Makefile distinfo Log Message: tree-sitter-cpp: update to 0.21.0. No changelog found. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/tree-sitter-cpp/Makefile cvs rdiff -u -r1.5 -r1.6 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. --_----------=_1712525255247140 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.6 pkgsrc/textproc/tree-sitter-cpp/Makefile:1.7 --- pkgsrc/textproc/tree-sitter-cpp/Makefile:1.6 Sun Feb 25 15:28:08 2024 +++ pkgsrc/textproc/tree-sitter-cpp/Makefile Sun Apr 7 21:27:35 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2024/02/25 15:28:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2024/04/07 21:27:35 wiz Exp $ -DISTNAME= tree-sitter-cpp-0.20.5 +DISTNAME= tree-sitter-cpp-0.21.0 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.5 pkgsrc/textproc/tree-sitter-cpp/distinfo:1.6 --- pkgsrc/textproc/tree-sitter-cpp/distinfo:1.5 Sun Feb 25 15:28:08 2024 +++ pkgsrc/textproc/tree-sitter-cpp/distinfo Sun Apr 7 21:27:35 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2024/02/25 15:28:08 wiz Exp $ +$NetBSD: distinfo,v 1.6 2024/04/07 21:27:35 wiz Exp $ -BLAKE2s (tree-sitter-cpp-0.20.5.tar.gz) = 305a32773bca59911bfd86d500bb09ee6704efea60905571e69904e673746c3c -SHA512 (tree-sitter-cpp-0.20.5.tar.gz) = 0afe19dc868bce8fef7114c0553ed3af2c479fc84257959a617dd6acf695fb13a91468a3daddafd39cac11f7d5a72ba988bd29d7d7f1987d7486ae4d1dc7f746 -Size (tree-sitter-cpp-0.20.5.tar.gz) = 1442677 bytes +BLAKE2s (tree-sitter-cpp-0.21.0.tar.gz) = f1c22fd24d5a3dd864aff59079527c4defbd8a51f7caa245a97b0d2c388687cb +SHA512 (tree-sitter-cpp-0.21.0.tar.gz) = 70be7b446e5acf0f439fbf1d4c9d649e8e8bc8ea044d0d3f3644e3047eaa5468eabefd5552f98fa39d34030cce654db25371008ddbc27a64d3df14611ac3061c +Size (tree-sitter-cpp-0.21.0.tar.gz) = 1482410 bytes --_----------=_1712525255247140--