pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   morr
Date:           Tue Sep  3 18:31:21 UTC 2024

Modified Files:
        pkgsrc/editors/vim-share: PLIST distinfo version.mk

Log Message:
update to patchlevel 9.1.0708.

Changelog:

- patch 9.1.0709: GUIEnter event not found in Turkish locale
- runtime(sudoers): improve recognized Runas_Spec and Tag_Spec items
- patch 9.1.0708: Recursive window update does not account for reset skipcol
- runtime(nu): include filetype plugin
- patch 9.1.0707: [security]: invalid cursor position may cause a crash
- patch 9.1.0706: tests: test_gettext fails when using shadow dir
- CI: Install locales-all package
- patch 9.1.0705: Sorting of fuzzy filename completion is not stable
- translation(pt): update Portuguese/Brazilian menu translation
- runtime(vim): Update base-syntax, match bracket mark ranges
- runtime(doc): Update :help :command-complete list
- patch 9.1.0704: inserting with a count is inefficient
- runtime(doc): use mkdir -p to save a command
- patch 9.1.0703: crash with 2byte encoding and glob2regpat()
- runtime(hollywood): update syn highlight for If-Then statements and For-In-Loops
- patch 9.1.0702: Patch 9.1.0700 broke CI
- patch 9.1.0701: crash with NFA regex engine when searching for composing chars
- patch 9.1.0700: crash with 2byte encoding and glob2regpat()
- patch 9.1.0699: "dvgo" is not always an inclusive motion
- runtime(java): Provide support for syntax preview features


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.210 -r1.211 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.149 -r1.150 pkgsrc/editors/vim-share/version.mk

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

Modified files:

Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.71 pkgsrc/editors/vim-share/PLIST:1.72
--- pkgsrc/editors/vim-share/PLIST:1.71 Mon Aug 26 19:26:31 2024
+++ pkgsrc/editors/vim-share/PLIST      Tue Sep  3 18:31:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.71 2024/08/26 19:26:31 morr Exp $
+@comment $NetBSD: PLIST,v 1.72 2024/09/03 18:31:21 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -599,6 +599,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/nim.vim
 share/vim/${VIM_SUBDIR}/ftplugin/nix.vim
 share/vim/${VIM_SUBDIR}/ftplugin/nroff.vim
 share/vim/${VIM_SUBDIR}/ftplugin/nsis.vim
+share/vim/${VIM_SUBDIR}/ftplugin/nu.vim
 share/vim/${VIM_SUBDIR}/ftplugin/objc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/objcpp.vim
 share/vim/${VIM_SUBDIR}/ftplugin/objdump.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.210 pkgsrc/editors/vim-share/distinfo:1.211
--- pkgsrc/editors/vim-share/distinfo:1.210     Mon Aug 26 19:26:31 2024
+++ pkgsrc/editors/vim-share/distinfo   Tue Sep  3 18:31:21 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.210 2024/08/26 19:26:31 morr Exp $
+$NetBSD: distinfo,v 1.211 2024/09/03 18:31:21 morr Exp $
 
-BLAKE2s (vim-9.1.0698.tar.gz) = b92966768354c950103b732b7bac9a8a03ce10ab9d6cb129f994a40353a9f077
-SHA512 (vim-9.1.0698.tar.gz) = a3cac61d6a515515be5c8ee41bdd9d29fa2ec2ff0ac1aca2b24a5f0d6261f844d331eeaf1899c66a19abed0fdc11817a72f02c866b4629bae28699ee8398ed2b
-Size (vim-9.1.0698.tar.gz) = 18083072 bytes
+BLAKE2s (vim-9.1.0709.tar.gz) = 939e7de3f07d5998b909b9f8b105c9fb9a88e119979548d98a1d8322934dc899
+SHA512 (vim-9.1.0709.tar.gz) = 54231b0010a1d35c760bcff5eb81a772ffac5e3fd010b5c7c5060a20fb62a01f6cfd35e840362733da3575d18ac6d1304e04c01cbd6085c88d34ffcf67cda64c
+Size (vim-9.1.0709.tar.gz) = 18086034 bytes
 SHA1 (patch-Makefile) = d05c1b787804bc0907cbb9476d54aef558ceddad
 SHA1 (patch-feature.h) = e7d3385dc09e0ed7d45577344e9988264c0de4dd

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.149 pkgsrc/editors/vim-share/version.mk:1.150
--- pkgsrc/editors/vim-share/version.mk:1.149   Mon Aug 26 19:26:31 2024
+++ pkgsrc/editors/vim-share/version.mk Tue Sep  3 18:31:21 2024
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.149 2024/08/26 19:26:31 morr Exp $
+# $NetBSD: version.mk,v 1.150 2024/09/03 18:31:21 morr Exp $
 
 VIM_VERSION=           9.1
-VIM_PATCHLEVEL=                0698
+VIM_PATCHLEVEL=                0709
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s"
 VIM_SUBDIR=            vim91



Home | Main Index | Thread Index | Old Index