Thursday, January 30, 2025

[update] editors/neovim 0.10.4

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/neovim/Makefile,v
diff -u -p -r1.53 Makefile
--- Makefile 28 Jan 2025 14:38:28 -0000 1.53
+++ Makefile 30 Jan 2025 09:22:20 -0000
@@ -10,9 +10,8 @@ EMBED_LUAJIT = No
.endif

COMMENT = continuation and extension of Vim
-REVISION = 0

-DIST_TUPLE = github neovim neovim v0.10.3 .
+DIST_TUPLE = github neovim neovim v0.10.4 .

# embedded luajit
USE_NOBTCFI = Yes
@@ -204,9 +203,6 @@ pre-configure:
#
# Test_language_cmd fails due to:
# https://github.com/neovim/neovim/issues/19331
-#
-# Test_linebreak_list test fails (test_breakindent.vim)
-#
do-test:
true
${SETENV} LC_CTYPE=en_US.UTF-8 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/neovim/distinfo,v
diff -u -p -r1.29 distinfo
--- distinfo 24 Jan 2025 16:47:13 -0000 1.29
+++ distinfo 30 Jan 2025 09:22:20 -0000
@@ -2,7 +2,7 @@ SHA256 (LuaJIT-LuaJIT-75e92777988017fe47
SHA256 (MDeiml-tree-sitter-markdown-v0.2.3.tar.gz) = SQnWAjZD8a/DqyGVhdQDW3QD86F4SXgquAPF9zyKMdU=
SHA256 (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 9dww57H9qFbuTTkr5FdkLB8MJZJkqbm/vLaAMCzoj8I=
SHA256 (luvit-luv-1.48.0-2.tar.gz) = 5kzYoBl0SSiLN99soFgSDo0jCPwwX1QxYrW/PpInOgU=
-SHA256 (neovim-neovim-v0.10.3.tar.gz) = Ofq0fSQdp7lBiCPMVjxonVIsHEst7wQDY5ODTz8cqUw=
+SHA256 (neovim-neovim-v0.10.4.tar.gz) = EEEyZakVEz+KhT3HV1cTNK2m5PCqFfTEzIzEg0EYbKI=
SHA256 (neovim-tree-sitter-vim-v0.4.0.tar.gz) = n4Vvi0oQq0M0hVD6LTyyhGrj2OYPRYhyAFScBRxm+dU=
SHA256 (neovim-tree-sitter-vimdoc-v3.0.0.tar.gz) = pjm/kr9Xv6HNyQyhavJ7+vJql3kGR3bdS+NMHvFFP2w=
SHA256 (tree-sitter-grammars-tree-sitter-lua-v0.1.0.tar.gz) = Iwz8v6dO0fe4FJ6aHzTC78TFiacf4PXchWBiL4Ag1yI=
@@ -12,7 +12,7 @@ SIZE (LuaJIT-LuaJIT-75e92777988017fe47c5
SIZE (MDeiml-tree-sitter-markdown-v0.2.3.tar.gz) = 418293
SIZE (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 60960
SIZE (luvit-luv-1.48.0-2.tar.gz) = 134821
-SIZE (neovim-neovim-v0.10.3.tar.gz) = 12804352
+SIZE (neovim-neovim-v0.10.4.tar.gz) = 12808381
SIZE (neovim-tree-sitter-vim-v0.4.0.tar.gz) = 356704
SIZE (neovim-tree-sitter-vimdoc-v3.0.0.tar.gz) = 58110
SIZE (tree-sitter-grammars-tree-sitter-lua-v0.1.0.tar.gz) = 56812
Hi ports@

[ccc edd@ as maintainer]

a simple update for the latest version 0.10.4 (maintenance release).
Changelog: https://github.com/neovim/neovim/releases/tag/v0.10.4

- update Makefile and distinfo
- remove comment for fail test 'Test_linebreak_list' => OK with this version.

Build and tests OK on current/amd64.

Neovim works without issue with my Lua config and plugins :)

Laurent

No comments:

Post a Comment