pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Update vim to 8.1.0390.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74274ad2b9a4
branches:  trunk
changeset: 312834:74274ad2b9a4
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 15 12:36:40 2018 +0000

description:
Update vim to 8.1.0390.

Among other minor changes, this correctly detects the argument types for
select, fixing PR port-sparc64/53296.

diffstat:

 editors/vim-gtk2/Makefile    |   3 +--
 editors/vim-gtk3/Makefile    |   3 +--
 editors/vim-lang/PLIST       |  11 +----------
 editors/vim-share/Makefile   |   3 +--
 editors/vim-share/PLIST      |  11 +++++++++--
 editors/vim-share/distinfo   |  10 +++++-----
 editors/vim-share/version.mk |   4 ++--
 7 files changed, 20 insertions(+), 25 deletions(-)

diffs (202 lines):

diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-gtk2/Makefile Sat Sep 15 12:36:40 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2018/04/16 14:34:25 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2018/09/15 12:36:40 bsiegert Exp $
 
 PKGNAME=       vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=   4
 
 COMMENT=       Vim editor (vi clone) with X11 GTK2 GUI
 
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-gtk3/Makefile
--- a/editors/vim-gtk3/Makefile Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-gtk3/Makefile Sat Sep 15 12:36:40 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/15 12:36:40 bsiegert Exp $
 
 PKGNAME=       vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=   3
 
 COMMENT=       Vim editor (vi clone) with X11 GTK3 GUI
 
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-lang/PLIST
--- a/editors/vim-lang/PLIST    Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-lang/PLIST    Sat Sep 15 12:36:40 2018 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2018/07/28 08:29:02 morr Exp $
-man/da.ISO8859-1/man1/evim.1
+@comment $NetBSD: PLIST,v 1.24 2018/09/15 12:36:41 bsiegert Exp $
 man/da.ISO8859-1/man1/ex.1
 man/da.ISO8859-1/man1/rview.1
 man/da.ISO8859-1/man1/rvim.1
@@ -7,7 +6,6 @@
 man/da.ISO8859-1/man1/vim.1
 man/da.ISO8859-1/man1/vimdiff.1
 man/da.ISO8859-1/man1/vimtutor.1
-man/da.UTF-8/man1/evim.1
 man/da.UTF-8/man1/ex.1
 man/da.UTF-8/man1/rview.1
 man/da.UTF-8/man1/rvim.1
@@ -15,7 +13,6 @@
 man/da.UTF-8/man1/vim.1
 man/da.UTF-8/man1/vimdiff.1
 man/da.UTF-8/man1/vimtutor.1
-man/da/man1/evim.1
 man/da/man1/ex.1
 man/da/man1/rview.1
 man/da/man1/rvim.1
@@ -23,27 +20,21 @@
 man/da/man1/vim.1
 man/da/man1/vimdiff.1
 man/da/man1/vimtutor.1
-man/de.ISO8859-1/man1/evim.1
 man/de.ISO8859-1/man1/ex.1
 man/de.ISO8859-1/man1/rview.1
 man/de.ISO8859-1/man1/rvim.1
 man/de.ISO8859-1/man1/view.1
 man/de.ISO8859-1/man1/vim.1
-man/de.ISO8859-1/man1/vimtutor.1
-man/de.UTF-8/man1/evim.1
 man/de.UTF-8/man1/ex.1
 man/de.UTF-8/man1/rview.1
 man/de.UTF-8/man1/rvim.1
 man/de.UTF-8/man1/view.1
 man/de.UTF-8/man1/vim.1
-man/de.UTF-8/man1/vimtutor.1
-man/de/man1/evim.1
 man/de/man1/ex.1
 man/de/man1/rview.1
 man/de/man1/rvim.1
 man/de/man1/view.1
 man/de/man1/vim.1
-man/de/man1/vimtutor.1
 man/fr.ISO8859-1/man1/evim.1
 man/fr.ISO8859-1/man1/ex.1
 man/fr.ISO8859-1/man1/rview.1
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-share/Makefile
--- a/editors/vim-share/Makefile        Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-share/Makefile        Sat Sep 15 12:36:40 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2018/08/22 09:45:03 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2018/09/15 12:36:41 bsiegert Exp $
 
 PKGNAME=               vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=           1
 COMMENT=               Data files for the vim editor (vi clone)
 
 .include               "Makefile.common"
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-share/PLIST
--- a/editors/vim-share/PLIST   Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-share/PLIST   Sat Sep 15 12:36:40 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2018/07/28 08:27:35 morr Exp $
+@comment $NetBSD: PLIST,v 1.42 2018/09/15 12:36:41 bsiegert Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -6,6 +6,7 @@
 man/man1/vimtutor.1
 man/man1/xxd.1
 share/vim/${VIM_SUBDIR}/autoload/README.txt
+share/vim/${VIM_SUBDIR}/autoload/RstFold.vim
 share/vim/${VIM_SUBDIR}/autoload/ada.vim
 share/vim/${VIM_SUBDIR}/autoload/adacomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/ccomplete.vim
@@ -18,6 +19,7 @@
 share/vim/${VIM_SUBDIR}/autoload/getscript.vim
 share/vim/${VIM_SUBDIR}/autoload/gnat.vim
 share/vim/${VIM_SUBDIR}/autoload/gzip.vim
+share/vim/${VIM_SUBDIR}/autoload/haskellcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/htmlcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/javascriptcomplete.vim
 share/vim/${VIM_SUBDIR}/autoload/netrw.vim
@@ -133,6 +135,7 @@
 share/vim/${VIM_SUBDIR}/compiler/sass.vim
 share/vim/${VIM_SUBDIR}/compiler/se.vim
 share/vim/${VIM_SUBDIR}/compiler/splint.vim
+share/vim/${VIM_SUBDIR}/compiler/stack.vim
 share/vim/${VIM_SUBDIR}/compiler/tcl.vim
 share/vim/${VIM_SUBDIR}/compiler/tex.vim
 share/vim/${VIM_SUBDIR}/compiler/tidy.vim
@@ -484,6 +487,7 @@
 share/vim/${VIM_SUBDIR}/ftplugin/vhdl.vim
 share/vim/${VIM_SUBDIR}/ftplugin/vim.vim
 share/vim/${VIM_SUBDIR}/ftplugin/vroom.vim
+share/vim/${VIM_SUBDIR}/ftplugin/wast.vim
 share/vim/${VIM_SUBDIR}/ftplugin/xdefaults.vim
 share/vim/${VIM_SUBDIR}/ftplugin/xf86conf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/xhtml.vim
@@ -527,6 +531,7 @@
 share/vim/${VIM_SUBDIR}/indent/dictconf.vim
 share/vim/${VIM_SUBDIR}/indent/dictdconf.vim
 share/vim/${VIM_SUBDIR}/indent/docbk.vim
+share/vim/${VIM_SUBDIR}/indent/dosbatch.vim
 share/vim/${VIM_SUBDIR}/indent/dtd.vim
 share/vim/${VIM_SUBDIR}/indent/dtrace.vim
 share/vim/${VIM_SUBDIR}/indent/dylan.vim
@@ -612,6 +617,7 @@
 share/vim/${VIM_SUBDIR}/indent/vhdl.vim
 share/vim/${VIM_SUBDIR}/indent/vim.vim
 share/vim/${VIM_SUBDIR}/indent/vroom.vim
+share/vim/${VIM_SUBDIR}/indent/wast.vim
 share/vim/${VIM_SUBDIR}/indent/xf86conf.vim
 share/vim/${VIM_SUBDIR}/indent/xhtml.vim
 share/vim/${VIM_SUBDIR}/indent/xinetd.vim
@@ -637,7 +643,6 @@
 share/vim/${VIM_SUBDIR}/macros/matchit.vim
 share/vim/${VIM_SUBDIR}/macros/maze/Makefile
 share/vim/${VIM_SUBDIR}/macros/maze/README.txt
-share/vim/${VIM_SUBDIR}/macros/maze/main.aap
 share/vim/${VIM_SUBDIR}/macros/maze/maze.c
 share/vim/${VIM_SUBDIR}/macros/maze/maze_5.78
 share/vim/${VIM_SUBDIR}/macros/maze/maze_mac
@@ -653,6 +658,7 @@
 share/vim/${VIM_SUBDIR}/menu.vim
 share/vim/${VIM_SUBDIR}/mswin.vim
 share/vim/${VIM_SUBDIR}/optwin.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/cfilter/plugin/cfilter.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/dvorak/disable.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/dvorak/enable.vim
 share/vim/${VIM_SUBDIR}/pack/dist/opt/dvorak/plugin/dvorak.vim
@@ -1293,6 +1299,7 @@
 share/vim/${VIM_SUBDIR}/syntax/vrml.vim
 share/vim/${VIM_SUBDIR}/syntax/vroom.vim
 share/vim/${VIM_SUBDIR}/syntax/vsejcl.vim
+share/vim/${VIM_SUBDIR}/syntax/wast.vim
 share/vim/${VIM_SUBDIR}/syntax/wdiff.vim
 share/vim/${VIM_SUBDIR}/syntax/web.vim
 share/vim/${VIM_SUBDIR}/syntax/webmacro.vim
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo        Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-share/distinfo        Sat Sep 15 12:36:40 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.176 2018/07/28 08:27:35 morr Exp $
+$NetBSD: distinfo,v 1.177 2018/09/15 12:36:41 bsiegert Exp $
 
-SHA1 (vim-8.1.0216.tar.gz) = 97e6ddfbed657f233debd4c9a9e56a3d9a62ba89
-RMD160 (vim-8.1.0216.tar.gz) = 8f10be37ae78b02efeddd1a42cc4a063595eeb70
-SHA512 (vim-8.1.0216.tar.gz) = 902eb8c973b3a23c311c077ef60178a04b76bb84c29edaf6f91aa5a575c886cf0cf9f0a94da06092f98d3b56f02932b67981f7a5b70a6cfe036b009262073d0f
-Size (vim-8.1.0216.tar.gz) = 13769455 bytes
+SHA1 (vim-8.1.0390.tar.gz) = f6cf4237aff5b59a4ed701bc19ab6c0d618cc517
+RMD160 (vim-8.1.0390.tar.gz) = b05fbd8731b0457642d3ea6ddefa353556ea22b1
+SHA512 (vim-8.1.0390.tar.gz) = 9dec5899950a9cf4b5712e8774d68609e8b039411460a1ce6f5a09709e192614520ff09fe6ceb5036e6029a8d208bc257efffe12b6725c217fffa05eb8036ea7
+Size (vim-8.1.0390.tar.gz) = 13855213 bytes
 SHA1 (patch-Makefile) = 52d05da11e8b0c2ab90310e178032124033887f4
 SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9
 SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6
diff -r d336d69c648c -r 74274ad2b9a4 editors/vim-share/version.mk
--- a/editors/vim-share/version.mk      Sat Sep 15 11:38:45 2018 +0000
+++ b/editors/vim-share/version.mk      Sat Sep 15 12:36:40 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.118 2018/07/28 08:27:35 morr Exp $
+# $NetBSD: version.mk,v 1.119 2018/09/15 12:36:41 bsiegert Exp $
 
 VIM_VERSION=           8.1
-VIM_PATCHLEVEL=                0216
+VIM_PATCHLEVEL=                0390
 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.1/
 VIM_SUBDIR=            vim81
 



Home | Main Index | Thread Index | Old Index