pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/neovim



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Nov  4 21:14:00 UTC 2025

Modified Files:
        pkgsrc/editors/neovim: Makefile PLIST distinfo

Log Message:
neovim: Update to 0.11.5

Changes:
0.11.5
======
FEATURES
--------
- help: gx opens help tag in web browser
- vimscript: log function name in "fast" message

PERFORMANCE
-----------
- scheduler priority clamping on macOS
- api: reduce redundant `win_find_tabpage` calls

- Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/neovim/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/neovim/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/neovim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.18 pkgsrc/editors/neovim/Makefile:1.19
--- pkgsrc/editors/neovim/Makefile:1.18 Wed Sep  3 09:06:26 2025
+++ pkgsrc/editors/neovim/Makefile      Tue Nov  4 21:14:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/09/03 09:06:26 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/11/04 21:14:00 leot Exp $
 
-DISTNAME=      neovim-0.11.4
+DISTNAME=      neovim-0.11.5
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/neovim/PLIST
diff -u pkgsrc/editors/neovim/PLIST:1.11 pkgsrc/editors/neovim/PLIST:1.12
--- pkgsrc/editors/neovim/PLIST:1.11    Wed Sep  3 09:06:26 2025
+++ pkgsrc/editors/neovim/PLIST Tue Nov  4 21:14:00 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/09/03 09:06:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/11/04 21:14:00 leot Exp $
 bin/nvim
 @pkgdir lib/nvim
 man/man1/nvim.1
@@ -304,6 +304,7 @@ share/nvim/runtime/doc/job_control.txt
 share/nvim/runtime/doc/lsp.txt
 share/nvim/runtime/doc/lua-bit.txt
 share/nvim/runtime/doc/lua-guide.txt
+share/nvim/runtime/doc/lua-plugin.txt
 share/nvim/runtime/doc/lua.txt
 share/nvim/runtime/doc/luaref.txt
 share/nvim/runtime/doc/luvref.txt

Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.15 pkgsrc/editors/neovim/distinfo:1.16
--- pkgsrc/editors/neovim/distinfo:1.15 Wed Sep  3 09:06:26 2025
+++ pkgsrc/editors/neovim/distinfo      Tue Nov  4 21:14:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/09/03 09:06:26 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/11/04 21:14:00 leot Exp $
 
-BLAKE2s (neovim-0.11.4.tar.gz) = b51e64f31a7fdb21cda3fcf17546aab61d9f1db2bb5987a0f07515ad976fb03d
-SHA512 (neovim-0.11.4.tar.gz) = 15eafa31cfee04f72f87ca442382d79a5c1f2e7699709cd1f713196a09425c55bca0587afc206488c528fa707515f12f8e2bc91460126c77ab3bc8e776deba76
-Size (neovim-0.11.4.tar.gz) = 12961606 bytes
+BLAKE2s (neovim-0.11.5.tar.gz) = 390b8ce8037b77e5f99afb2ba99616d39a8989f3fb76b499763810eb292242fd
+SHA512 (neovim-0.11.5.tar.gz) = 1b2bb241261eefd195275e28bb9ebe4102261d61d8b7fe38ccebad7131ccc38d29fae8494d511b4c440ad71ef95dc405a2ba6e98b5d47426f215c8137c8bc91f
+Size (neovim-0.11.5.tar.gz) = 12979925 bytes



Home | Main Index | Thread Index | Old Index