Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=C55YPbue; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=g+u6ubl+ Received: by mail.netbsd.org (Postfix, from userid 605) id 3DDD984E8D; Thu, 18 Apr 2024 09:11:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713431484; bh=/5XHvrMN/yReDB562K6OUzPADjo05BwQ9mwt0se7Fyg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=C55YPbuezHcHnzp7ZW6G1JfgwrcOTKx/l68fEjHNnMA3YuAJEBuYFwH0AOfBxHjFo QomuO3Y9f2RonMlHIfoRa0BH0pCKCb6aqCLY4hIlzVLT3eNZXpkrlaZa7rD0UKYTDQ WJxnbvjbylOqA8p4keNp4d8CrodTkZtVPQrKOPCY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31C3084D0E for ; Thu, 18 Apr 2024 09:11:23 +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 w_SN8_Z2hAX1 for ; Thu, 18 Apr 2024 09:11:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A07E184CC8 for ; Thu, 18 Apr 2024 09:11:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713431482; bh=/5XHvrMN/yReDB562K6OUzPADjo05BwQ9mwt0se7Fyg=; h=Date:From:Subject:To:Reply-To; b=g+u6ubl+hHqXRkwM2ovTJPch0TMn9a0duyttLpbgb1Gvs4DrmSomp39enfISwptLU aDxCAyoksthgERz7FubLdxp2kdTfnvE4woQbvkL6bJtjEcMOKQALtnPlEO0+UliuVE Zm0P9bvCjnIGABL7WSonuhf+p9idDDYHSVZ+ol8k= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D24DFA2C; Thu, 18 Apr 2024 09:11:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713431482196810" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 09:11:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-elixir To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240418091122.9D24DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713431482196810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 18 09:11:22 UTC 2024 Modified Files: pkgsrc/textproc/tree-sitter-elixir: Makefile distinfo Log Message: tree-sitter-elixir: update to 0.2.0. ## [v0.2.0](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.2.0) (2024-04-08) ### Changed * Required tree-sitter version to 0.21+ ([#66](https://github.com/elixir-lang/tree-sitter-elixir/pull/66)) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tree-sitter-elixir/Makefile \ pkgsrc/textproc/tree-sitter-elixir/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713431482196810 Content-Disposition: inline Content-Length: 1749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tree-sitter-elixir/Makefile diff -u pkgsrc/textproc/tree-sitter-elixir/Makefile:1.3 pkgsrc/textproc/tree-sitter-elixir/Makefile:1.4 --- pkgsrc/textproc/tree-sitter-elixir/Makefile:1.3 Sun Dec 17 22:33:58 2023 +++ pkgsrc/textproc/tree-sitter-elixir/Makefile Thu Apr 18 09:11:22 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/12/17 22:33:58 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2024/04/18 09:11:22 wiz Exp $ -DISTNAME= tree-sitter-elixir-0.1.1 +DISTNAME= tree-sitter-elixir-0.2.0 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=elixir-lang/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/tree-sitter-elixir/distinfo diff -u pkgsrc/textproc/tree-sitter-elixir/distinfo:1.3 pkgsrc/textproc/tree-sitter-elixir/distinfo:1.4 --- pkgsrc/textproc/tree-sitter-elixir/distinfo:1.3 Sun Dec 17 22:33:58 2023 +++ pkgsrc/textproc/tree-sitter-elixir/distinfo Thu Apr 18 09:11:22 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/12/17 22:33:58 wiz Exp $ +$NetBSD: distinfo,v 1.4 2024/04/18 09:11:22 wiz Exp $ -BLAKE2s (tree-sitter-elixir-0.1.1.tar.gz) = 736c0e466e0b0dd26280b5295ffe4058b0a9888f8e9d538d2f1ba3ce94707054 -SHA512 (tree-sitter-elixir-0.1.1.tar.gz) = d1ba3c9755004a281fa18785fe0d7d419f25fd50adcfb325724965dfcfb511043e3e385f79b71b7d0d35355767031575fad2c9f9eb3034cf93ff89eb61aa70c2 -Size (tree-sitter-elixir-0.1.1.tar.gz) = 600464 bytes +BLAKE2s (tree-sitter-elixir-0.2.0.tar.gz) = 3703faf5b70462c2ef5f145695d34a6fa9beafd45b6ff45924dd9e124646c395 +SHA512 (tree-sitter-elixir-0.2.0.tar.gz) = c23b679e23ae3403c9e2741b5ceefce54e96fa5d9ce97d0975776340bbbac321324ed5930fd76fd525b4a06a702143715e366b8a043d243f8a60307716639feb +Size (tree-sitter-elixir-0.2.0.tar.gz) = 605682 bytes --_----------=_1713431482196810--