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:   nikita
Date:           Wed Feb  8 10:18:50 UTC 2023

Modified Files:
        pkgsrc/editors/neovim: Makefile distinfo

Log Message:
neovim: update to version 0.8.3

ChangeLog (taken from https://github.com/neovim/neovim/releases):

Nvim v0.8.3

Bugfix/maintenance release
Bug Fixes
    clipboard: Show provider warning when not during batch changes
    diff: Avoid restoring invalid 'foldcolumn' value
    filetype: Don't pass empty string to detect
    messages: Reset msg_grid_scroll_discount when redrawing
    rbuffer: Handle edge case where write_ptr has wrapped around
    rpc: Don't parse msgpack if buflen is 0
    treesitter: Properly restore 'syntax' (#21358)
    treesitter: Validate language name

Build System
    deps: Bump libvterm to v0.3.1
    deps: Bump tree-sitter-vimdoc to v1.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/editors/neovim/Makefile:1.5
--- pkgsrc/editors/neovim/Makefile:1.4  Mon Jan  9 22:31:46 2023
+++ pkgsrc/editors/neovim/Makefile      Wed Feb  8 10:18:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/01/09 22:31:46 nikita Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/08 10:18:50 nikita Exp $
 
-DISTNAME=      neovim-0.8.2
+DISTNAME=      neovim-0.8.3
 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.4 pkgsrc/editors/neovim/distinfo:1.5
--- pkgsrc/editors/neovim/distinfo:1.4  Mon Jan  9 22:31:46 2023
+++ pkgsrc/editors/neovim/distinfo      Wed Feb  8 10:18:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/01/09 22:31:46 nikita Exp $
+$NetBSD: distinfo,v 1.5 2023/02/08 10:18:50 nikita Exp $
 
-BLAKE2s (neovim-0.8.2.tar.gz) = 0d22c00c4ee3c287e13dc3f94604773f2c126832a2a3610d70cfc994880b9a0a
-SHA512 (neovim-0.8.2.tar.gz) = f6c9ad09618c9f8ebb4fe522f55fd3381cc4b6d079d912a0d2ef6ca5f48ed6c4c66805c14695469e2b3d2be2266a9b60e5fc698116cd655fd92ef0f4705fdbb2
-Size (neovim-0.8.2.tar.gz) = 11401444 bytes
+BLAKE2s (neovim-0.8.3.tar.gz) = 0720da7a112235758b6c8d46027d8c448e2eddf08ef494eff2a44449d21c3989
+SHA512 (neovim-0.8.3.tar.gz) = 0ecf60b564a323eb95eb2e67f7dc7e1c1e7bfc70b08466a66eb668d1b75a7362ca42901cd5a64fda22292375e2921ba61c299ac846f820ac146dc55426813eb8
+Size (neovim-0.8.3.tar.gz) = 11406282 bytes



Home | Main Index | Thread Index | Old Index