Download raw body.
[update] editors/neovim 0.11.4
Hi ports@ [cc edd@ as maintainer] simple update for editors/neovim to the latest version 0.11.4 Build and tests OK on current/amd64 + tests with my Lua configuration and ~25 nvim plugins Tests welcome and please commit if OK. Laurent Index: Makefile =================================================================== RCS file: /cvs/ports/editors/neovim/Makefile,v diff -u -p -r1.61 Makefile --- Makefile 15 Aug 2025 15:49:35 -0000 1.61 +++ Makefile 8 Sep 2025 10:09:04 -0000 @@ -11,7 +11,7 @@ EMBED_LUAJIT = No COMMENT = continuation and extension of Vim -DIST_TUPLE = github neovim neovim v0.11.3 . +DIST_TUPLE = github neovim neovim v0.11.4 . # embedded luajit USE_NOBTCFI = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/editors/neovim/distinfo,v diff -u -p -r1.35 distinfo --- distinfo 16 Jul 2025 15:45:31 -0000 1.35 +++ distinfo 8 Sep 2025 10:09:04 -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.3.tar.gz) = fxzjzJ/myTM34ipLwWvuceBBIYzJF3B4vSiMSkNdvvA= +SHA256 (neovim-neovim-v0.11.4.tar.gz) = g8+VQ77auL7IwRzVDM2aS/FXBCCpFLmij4OtEAym1SQ= 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.3.tar.gz) = 12933589 +SIZE (neovim-neovim-v0.11.4.tar.gz) = 12961606 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 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/editors/neovim/pkg/PLIST,v diff -u -p -r1.27 PLIST --- pkg/PLIST 16 Jul 2025 15:45:31 -0000 1.27 +++ pkg/PLIST 8 Sep 2025 10:09:05 -0000 @@ -1119,6 +1119,8 @@ share/nvim/runtime/lua/_vim9script.lua share/nvim/runtime/lua/coxpcall.lua share/nvim/runtime/lua/editorconfig.lua share/nvim/runtime/lua/man.lua +share/nvim/runtime/lua/nvim/ +share/nvim/runtime/lua/nvim/tutor.lua share/nvim/runtime/lua/tohtml.lua share/nvim/runtime/lua/vim/ share/nvim/runtime/lua/vim/F.lua @@ -2020,6 +2022,7 @@ share/nvim/runtime/syntax/tsv.vim share/nvim/runtime/syntax/tt2.vim share/nvim/runtime/syntax/tt2html.vim share/nvim/runtime/syntax/tt2js.vim +share/nvim/runtime/syntax/tutor.lua share/nvim/runtime/syntax/tutor.vim share/nvim/runtime/syntax/typescript.vim share/nvim/runtime/syntax/typescriptreact.vim @@ -2112,3 +2115,8 @@ share/nvim/runtime/tutor/tutor.tutor share/nvim/runtime/tutor/tutor.tutor.json @tag update-desktop-database @tag gtk-update-icon-cache %D/share/icons/hicolor +share/nvim/runtime/tutor/zh/ +share/nvim/runtime/tutor/zh/vim-01-beginner.tutor +share/nvim/runtime/tutor/zh/vim-01-beginner.tutor.json +share/nvim/runtime/tutor/zh/vim-02-beginner.tutor +share/nvim/runtime/tutor/zh/vim-02-beginner.tutor.json
[update] editors/neovim 0.11.4