mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to vim-9.2.260
This commit is contained in:
@@ -3,7 +3,7 @@ COMMENT= vi clone with many additional features
|
||||
# careful with PLISTs if updating; normally use a gui flavour, not no_x11
|
||||
# if there are new languages for manpages, "make fix-plist" will add the
|
||||
# ${GUI_ONLY} markers as needed for gui-only tools.
|
||||
V= 9.2.0140
|
||||
V= 9.2.0260
|
||||
|
||||
GH_ACCOUNT= vim
|
||||
GH_PROJECT= vim
|
||||
@@ -20,7 +20,9 @@ WRKSRC= ${WRKDIST}/src
|
||||
|
||||
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
||||
|
||||
# donation-ware
|
||||
# see ${WRKDIST}/LICENSE. freely distributable if unmodified, otherwise
|
||||
# some restrictions apply. donations are encouraged to help orphans in
|
||||
# Uganda, see runtime/doc/uganda.txt / https://www.kuwasha.net/
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
# ruby 3.2 libraries need ports-gcc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SHA256 (vim-9.2.0140.tar.gz) = 6X6uBiPalF/eZuaTiMAAEwx5UaL5LPLlIBB5ymgGpkE=
|
||||
SHA256 (vim-9.2.0260.tar.gz) = guDNeogenL5h8sRQIwY06raqLeY9Y10596mSCX61d4A=
|
||||
SHA256 (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = SzhFOXUP4irGZv0XXm8yd2jE1sSJ+pUVz3hj9FcfBYw=
|
||||
SIZE (vim-9.2.0140.tar.gz) = 19801376
|
||||
SIZE (vim-9.2.0260.tar.gz) = 19843844
|
||||
SIZE (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = 132175
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: runtime/filetype.vim
|
||||
--- runtime/filetype.vim.orig
|
||||
+++ runtime/filetype.vim
|
||||
@@ -373,7 +373,7 @@ au BufNewFile,BufRead dictd*.conf setf dictdconf
|
||||
@@ -376,7 +376,7 @@ au BufNewFile,BufRead dictd*.conf setf dictdconf
|
||||
au BufNewFile,BufRead */debian/patches/* call dist#ft#Dep3patch()
|
||||
|
||||
" Diff files
|
||||
@@ -10,7 +10,7 @@ Index: runtime/filetype.vim
|
||||
\ if getline(1) =~# '^From [0-9a-f]\{40,\} Mon Sep 17 00:00:00 2001$' |
|
||||
\ setf gitsendemail |
|
||||
\ else |
|
||||
@@ -680,6 +680,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
|
||||
@@ -686,6 +686,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
|
||||
" Makefile
|
||||
au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak call dist#ft#FTmake()
|
||||
au BufNewFile,BufRead Kbuild setf make
|
||||
|
||||
@@ -409,8 +409,12 @@ ${GUI_ONLY}@man man/tr/man1/rgvim.1
|
||||
@man man/tr/man1/vim.1
|
||||
@man man/tr/man1/vimdiff.1
|
||||
@man man/tr/man1/vimtutor.1
|
||||
share/applications/
|
||||
${GUI_ONLY}share/applications/gvim.desktop
|
||||
share/applications/vim.desktop
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/gvim.png
|
||||
share/icons/locolor/
|
||||
share/icons/locolor/16x16/
|
||||
@@ -615,6 +619,7 @@ share/vim/${P}/compiler/jjs.vim
|
||||
share/vim/${P}/compiler/jq.vim
|
||||
share/vim/${P}/compiler/jshint.vim
|
||||
share/vim/${P}/compiler/jsonlint.vim
|
||||
share/vim/${P}/compiler/just.vim
|
||||
share/vim/${P}/compiler/make.vim
|
||||
share/vim/${P}/compiler/maven.vim
|
||||
share/vim/${P}/compiler/mcs.vim
|
||||
@@ -1264,6 +1269,7 @@ share/vim/${P}/ftplugin/vue.vim
|
||||
share/vim/${P}/ftplugin/wat.vim
|
||||
share/vim/${P}/ftplugin/wget.vim
|
||||
share/vim/${P}/ftplugin/wget2.vim
|
||||
share/vim/${P}/ftplugin/wks.vim
|
||||
share/vim/${P}/ftplugin/xcompose.vim
|
||||
share/vim/${P}/ftplugin/xdefaults.vim
|
||||
share/vim/${P}/ftplugin/xf86conf.vim
|
||||
@@ -1277,6 +1283,7 @@ share/vim/${P}/ftplugin/xsd.vim
|
||||
share/vim/${P}/ftplugin/xslt.vim
|
||||
share/vim/${P}/ftplugin/yacc.vim
|
||||
share/vim/${P}/ftplugin/yaml.vim
|
||||
share/vim/${P}/ftplugin/yara.vim
|
||||
share/vim/${P}/ftplugin/zathurarc.vim
|
||||
share/vim/${P}/ftplugin/zig.vim
|
||||
share/vim/${P}/ftplugin/zimbu.vim
|
||||
@@ -2806,6 +2813,7 @@ share/vim/${P}/syntax/wget.vim
|
||||
share/vim/${P}/syntax/wget2.vim
|
||||
share/vim/${P}/syntax/whitespace.vim
|
||||
share/vim/${P}/syntax/winbatch.vim
|
||||
share/vim/${P}/syntax/wks.vim
|
||||
share/vim/${P}/syntax/wml.vim
|
||||
share/vim/${P}/syntax/wsh.vim
|
||||
share/vim/${P}/syntax/wsml.vim
|
||||
|
||||
Reference in New Issue
Block a user