Sunday, March 29, 2026

[udpate] editors/neovim 0.11.7

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/neovim/Makefile,v
diff -u -p -r1.64 Makefile
--- Makefile 6 Feb 2026 23:19:17 -0000 1.64
+++ Makefile 29 Mar 2026 09:08:53 -0000
@@ -11,7 +11,7 @@ EMBED_LUAJIT = No

COMMENT = continuation and extension of Vim

-DIST_TUPLE = github neovim neovim v0.11.6 .
+DIST_TUPLE = github neovim neovim v0.11.7 .

# embedded luajit
USE_NOBTCFI = Yes
@@ -203,8 +203,7 @@ pre-configure:
# These are the "old tests". There is also a new suite, but we would need the
# "busted" test suite for Lua, which is not yet ported.
#
-# Test_language_cmd fails due to:
-# https://github.com/neovim/neovim/issues/19331
+# Test fails in test_alot_utf8.vim: "Found errors in Test_detect_fifo()"
do-test:
true
${SETENV} LC_CTYPE=en_US.UTF-8 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/neovim/distinfo,v
diff -u -p -r1.38 distinfo
--- distinfo 6 Feb 2026 23:19:17 -0000 1.38
+++ distinfo 29 Mar 2026 09:08:53 -0000
@@ -2,7 +2,7 @@ SHA256 (LuaJIT-LuaJIT-538a82133ad6fddfd0
SHA256 (MDeiml-tree-sitter-markdown-v0.5.0.tar.gz) = FMLJSMzw6bYG7sObCShsWd3fKDB4SfcbfOKx0e8Gk34=
SHA256 (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 9dww57H9qFbuTTkr5FdkLB8MJZJkqbm/vLaAMCzoj8I=
SHA256 (luvit-luv-1.50.0-1.tar.gz) = u08FcFceQMHSp2RPb5wTCabM2xm/TTl+jXv9DGuI5hM=
-SHA256 (neovim-neovim-v0.11.6.tar.gz) = 0cjj9ITtHiMf1fSPU7c0W2KOUiY9Xu9Im7i3PKjZD8o=
+SHA256 (neovim-neovim-v0.11.7.tar.gz) = tVCw5M0qD5VYvGsnjSfke1KPdoTvoqRt70OPzWTumCI=
SHA256 (neovim-tree-sitter-vim-v0.7.0.tar.gz) = ROq8MRJ8T+rNoZ8qBaV4gnISj/VhzgEJOot6U6rcx7I=
SHA256 (neovim-tree-sitter-vimdoc-v4.0.0.tar.gz) = gJZ5TA8JCy10t7/5RUisG+MoW5Kex0+Dm9mz/09Mags=
SHA256 (tree-sitter-grammars-tree-sitter-lua-v0.4.0.tar.gz) = sJd6ztSmO7dfJnJXh+BHuPX0oJJxLIQOpwcHZdQElVk=
@@ -12,7 +12,7 @@ SIZE (LuaJIT-LuaJIT-538a82133ad6fddfd0ca
SIZE (MDeiml-tree-sitter-markdown-v0.5.0.tar.gz) = 419516
SIZE (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 60960
SIZE (luvit-luv-1.50.0-1.tar.gz) = 142052
-SIZE (neovim-neovim-v0.11.6.tar.gz) = 13012085
+SIZE (neovim-neovim-v0.11.7.tar.gz) = 13018335
SIZE (neovim-tree-sitter-vim-v0.7.0.tar.gz) = 364666
SIZE (neovim-tree-sitter-vimdoc-v4.0.0.tar.gz) = 58862
SIZE (tree-sitter-grammars-tree-sitter-lua-v0.4.0.tar.gz) = 63999
Hi ports@

[cc edd@ as maintainer]

a simple update for editors/neovim to the latest version 0.11.7.
Changelog: https://github.com/neovim/neovim/commit/cd90ec7cdcdc55b617dfae5317b2c24b76b4148a

Issue for tests on OpenBSD fixed => https://github.com/neovim/neovim/pull/37503

Build OK on current/amd64 but there is a new error in tests:
Test fails in test_alot_utf8.vim: "Found errors in Test_detect_fifo()"

Tests welcome and please commit if OK.

Laurent

No comments:

Post a Comment