From owner-dev-commits-ports-main@freebsd.org Mon Sep 27 00:23:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE6506AB1D5; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHjzg5h2Bz3M8l; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3475270DD; Mon, 27 Sep 2021 00:23:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R0NhP7087833; Mon, 27 Sep 2021 00:23:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R0Nh4E087832; Mon, 27 Sep 2021 00:23:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 00:23:43 GMT Message-Id: <202109270023.18R0Nh4E087832@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: 98af9ea2882e - main - editors/neovim: Update to 0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 98af9ea2882e5addf489a313d3a4f465d08df5a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 00:23:43 -0000 The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=98af9ea2882e5addf489a313d3a4f465d08df5a7 commit 98af9ea2882e5addf489a313d3a4f465d08df5a7 Author: Adam Weinberger AuthorDate: 2021-09-27 00:22:41 +0000 Commit: Adam Weinberger CommitDate: 2021-09-27 00:23:38 +0000 editors/neovim: Update to 0.5.1 BREAKING CHANGES: feat(lua)!: register_keystroke_callback => on_key feat(lsp)!: change handler signature #15504 FEATURES: feat(jobstart): add parameter to close stdin FIXES: backport: fix(windowing): positioning of relative floats backport: refactor(sign): include longer sign column option backport: fix(sign): reset auto sign column with minimum in float win minimal style backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace build: use RelWithDebInfo build for nightlies, Release for releases build: update appdata.xml version in release commit test(treesitter): skip all parsers tests if parsers aren't installed Rename stdin to stdin_mode (fixes Windows build) FIXES (LSP): backport: fix(lsp): Ensure human readable errors are printed backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results backport: fix(lsp): prevent double for cached plaintext markup feat(lsp): allow root_dir to be nil (#15430) (Mathias Fußenegger) lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132) (sim) fix(lsp): check if buffer is valid in changetracking (#15505) (Jose Alvarez) fix(lsp): avoid ipairs on non-sequential tables (#15059) (Michael Lingelbach) feat(lsp): improve vim.lsp.util.apply_text_edits (#15561) (hrsh7th) feat(lsp): improve logging (#15636) (Michael Lingelbach) --- editors/neovim/Makefile | 2 +- editors/neovim/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index c23c0a1371ac..c35ba42e31ea 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -2,7 +2,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.5.1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org diff --git a/editors/neovim/distinfo b/editors/neovim/distinfo index f6c2c53f78f3..c6e2860e1b74 100644 --- a/editors/neovim/distinfo +++ b/editors/neovim/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1625243672 -SHA256 (neovim-neovim-v0.5.0_GH0.tar.gz) = 2294caa9d2011996499fbd70e4006e4ef55db75b99b6719154c09262e23764ef -SIZE (neovim-neovim-v0.5.0_GH0.tar.gz) = 10337976 +TIMESTAMP = 1632701733 +SHA256 (neovim-neovim-v0.5.1_GH0.tar.gz) = aa449795e5cc69bdd2eeed7095f20b9c086c6ecfcde0ab62ab97a9d04243ec84 +SIZE (neovim-neovim-v0.5.1_GH0.tar.gz) = 10349190 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966 SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a