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:   bsiegert
Date:           Tue Aug 30 15:41:11 UTC 2022

Modified Files:
        pkgsrc/editors/neovim: Makefile distinfo

Log Message:
Update neovim to 0.7.2.

BREAKING CHANGES:
introduce $NVIM, unset $NVIM_LISTEN_ADDRESS

FEATURES:
feat(api): add `group_name` to `nvim_get_autocmds`
feat(api): add `group_name` to `nvim_get_autocmds`
feat(tui): query terminal for CSI u support

Plus a long list of bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/neovim/Makefile \
    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.1 pkgsrc/editors/neovim/Makefile:1.2
--- pkgsrc/editors/neovim/Makefile:1.1  Wed Apr 20 18:32:32 2022
+++ pkgsrc/editors/neovim/Makefile      Tue Aug 30 15:41:11 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/04/20 18:32:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/30 15:41:11 bsiegert Exp $
 
-DISTNAME=      neovim-0.7.0
+DISTNAME=      neovim-0.7.2
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.1 pkgsrc/editors/neovim/distinfo:1.2
--- pkgsrc/editors/neovim/distinfo:1.1  Wed Apr 20 18:32:32 2022
+++ pkgsrc/editors/neovim/distinfo      Tue Aug 30 15:41:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/20 18:32:32 nia Exp $
+$NetBSD: distinfo,v 1.2 2022/08/30 15:41:11 bsiegert Exp $
 
-BLAKE2s (neovim-0.7.0.tar.gz) = 563d1a1a0e7935cfc80e1591467942e023aa820f3139c4f3b389e9435a9b82fd
-SHA512 (neovim-0.7.0.tar.gz) = 3597c54fb925a4d607bca9ba0fdb37df90ecb816da99f52baf46cc2ec79727a55048ba1d8d22c8e7d61f0e8e35546326b1d0d15c0a91de8bf5bc529c45fb1ce0
-Size (neovim-0.7.0.tar.gz) = 10925354 bytes
+BLAKE2s (neovim-0.7.2.tar.gz) = 7e3a6514e91905539e8e93f94ddb88e626431a61570c02ada6918561cf4fb41b
+SHA512 (neovim-0.7.2.tar.gz) = 04d0fa5b23018531b70b53271821bf6944cde1bcec2210b99f5888e1339cd38f57feaa8e40874a3a504930e6614980947f31852185cbcd2ce106a0867896dd79
+Size (neovim-0.7.2.tar.gz) = 10933623 bytes



Home | Main Index | Thread Index | Old Index