Received: by mail.netbsd.org (Postfix, from userid 605) id 4E95684F79; Wed, 8 Feb 2023 10:18:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BB2184F72 for ; Wed, 8 Feb 2023 10:18:51 +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 2MVNT_k8XwPe for ; Wed, 8 Feb 2023 10:18:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DDDD884CBC for ; Wed, 8 Feb 2023 10:18:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1E64FA90; Wed, 8 Feb 2023 10:18:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675851530294130" MIME-Version: 1.0 Date: Wed, 8 Feb 2023 10:18:50 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/editors/neovim To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230208101850.D1E64FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675851530294130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Wed Feb 8 10:18:50 UTC 2023 Modified Files: pkgsrc/editors/neovim: Makefile distinfo Log Message: neovim: update to version 0.8.3 ChangeLog (taken from https://github.com/neovim/neovim/releases): Nvim v0.8.3 Bugfix/maintenance release Bug Fixes clipboard: Show provider warning when not during batch changes diff: Avoid restoring invalid 'foldcolumn' value filetype: Don't pass empty string to detect messages: Reset msg_grid_scroll_discount when redrawing rbuffer: Handle edge case where write_ptr has wrapped around rpc: Don't parse msgpack if buflen is 0 treesitter: Properly restore 'syntax' (#21358) treesitter: Validate language name Build System deps: Bump libvterm to v0.3.1 deps: Bump tree-sitter-vimdoc to v1.3.0 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/neovim/Makefile \ pkgsrc/editors/neovim/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675851530294130 Content-Disposition: inline Content-Length: 1527 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/neovim/Makefile diff -u pkgsrc/editors/neovim/Makefile:1.4 pkgsrc/editors/neovim/Makefile:1.5 --- pkgsrc/editors/neovim/Makefile:1.4 Mon Jan 9 22:31:46 2023 +++ pkgsrc/editors/neovim/Makefile Wed Feb 8 10:18:50 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/01/09 22:31:46 nikita Exp $ +# $NetBSD: Makefile,v 1.5 2023/02/08 10:18:50 nikita Exp $ -DISTNAME= neovim-0.8.2 +DISTNAME= neovim-0.8.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/editors/neovim/distinfo diff -u pkgsrc/editors/neovim/distinfo:1.4 pkgsrc/editors/neovim/distinfo:1.5 --- pkgsrc/editors/neovim/distinfo:1.4 Mon Jan 9 22:31:46 2023 +++ pkgsrc/editors/neovim/distinfo Wed Feb 8 10:18:50 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/01/09 22:31:46 nikita Exp $ +$NetBSD: distinfo,v 1.5 2023/02/08 10:18:50 nikita Exp $ -BLAKE2s (neovim-0.8.2.tar.gz) = 0d22c00c4ee3c287e13dc3f94604773f2c126832a2a3610d70cfc994880b9a0a -SHA512 (neovim-0.8.2.tar.gz) = f6c9ad09618c9f8ebb4fe522f55fd3381cc4b6d079d912a0d2ef6ca5f48ed6c4c66805c14695469e2b3d2be2266a9b60e5fc698116cd655fd92ef0f4705fdbb2 -Size (neovim-0.8.2.tar.gz) = 11401444 bytes +BLAKE2s (neovim-0.8.3.tar.gz) = 0720da7a112235758b6c8d46027d8c448e2eddf08ef494eff2a44449d21c3989 +SHA512 (neovim-0.8.3.tar.gz) = 0ecf60b564a323eb95eb2e67f7dc7e1c1e7bfc70b08466a66eb668d1b75a7362ca42901cd5a64fda22292375e2921ba61c299ac846f820ac146dc55426813eb8 +Size (neovim-0.8.3.tar.gz) = 11406282 bytes --_----------=_1675851530294130--