Hi OpenBSD vim users,

simple patch to the last release a day ago. Maybe the last update before
the lock or maybe it's too late already. Anyway, gtk2 FLAVOR works fine
on amd64. Created packages with following FLAVORS:

gtk2-lua
gtk2-perl-python-ruby
gtk2-perl-python3-ruby
gtk2
no_x11-lua
no_x11-perl-python-ruby
no_x11-perl-python3-ruby
no_x11-ruby
no_x11

Best regards,

Rafael Sadowski


===================================================================
RCS file: /cvs/ports/editors/vim/Makefile,v
retrieving revision 1.159
diff -u -p -u -p -r1.159 Makefile
--- Makefile    28 Feb 2017 23:25:25 -0000      1.159
+++ Makefile    24 Mar 2017 22:36:06 -0000
@@ -4,7 +4,7 @@ COMMENT-main=   vi clone, many additional 
 COMMENT-lang=  vi clone, NLS subpackage
 
 # if updating major version, sync editors/vim-spell
-V=             8.0.0388
+V=             8.0.0503
 GH_ACCOUNT=    vim
 GH_PROJECT=    vim
 GH_TAGNAME=    v$V
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/vim/distinfo,v
retrieving revision 1.53
diff -u -p -u -p -r1.53 distinfo
--- distinfo    28 Feb 2017 23:25:25 -0000      1.53
+++ distinfo    24 Mar 2017 22:36:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (vim-8.0.0388.tar.gz) = i6pg0TpyIk8W7i05qkTOj1MNuUH4zmchdbK2c1rDUcE=
-SIZE (vim-8.0.0388.tar.gz) = 13001326
+SHA256 (vim-8.0.0503.tar.gz) = 8qMWp66D7M/s9KcA5jEJT86d+HM1jj1fESE0+qdAgqw=
+SIZE (vim-8.0.0503.tar.gz) = 13056945
Index: patches/patch-runtime_filetype_vim
===================================================================
RCS file: /cvs/ports/editors/vim/patches/patch-runtime_filetype_vim,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 patch-runtime_filetype_vim
--- patches/patch-runtime_filetype_vim  12 Oct 2016 09:31:16 -0000      1.12
+++ patches/patch-runtime_filetype_vim  24 Mar 2017 22:36:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-runtime_filetype_vim,v 1.12 2016/10/12 09:31:16 sthen Exp $
---- runtime/filetype.vim.orig  Sun Oct  9 16:28:01 2016
-+++ runtime/filetype.vim       Wed Oct 12 10:01:36 2016
-@@ -627,7 +627,7 @@ au BufNewFile,BufRead dict.conf,.dictrc            setf 
dictconf
+--- runtime/filetype.vim.orig  Thu Mar 23 21:53:35 2017
++++ runtime/filetype.vim       Fri Mar 24 22:58:53 2017
+@@ -630,7 +630,7 @@ au BufNewFile,BufRead dict.conf,.dictrc            setf 
dictconf
  au BufNewFile,BufRead dictd.conf              setf dictdconf
  
  " Diff files
@@ -10,7 +10,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1
  
  " Dircolors
  au BufNewFile,BufRead .dir_colors,.dircolors,*/etc/DIR_COLORS setf dircolors
-@@ -1144,7 +1144,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
+@@ -1153,7 +1153,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
  au BufNewFile,BufRead .mailcap,mailcap                setf mailcap
  
  " Makefile
Index: patches/patch-src_configure_ac
===================================================================
RCS file: /cvs/ports/editors/vim/patches/patch-src_configure_ac,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-src_configure_ac
--- patches/patch-src_configure_ac      23 Nov 2016 16:40:33 -0000      1.1
+++ patches/patch-src_configure_ac      24 Mar 2017 22:36:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_configure_ac,v 1.1 2016/11/23 16:40:33 sthen Exp $
---- src/configure.ac.orig      Mon Nov 21 19:55:58 2016
-+++ src/configure.ac   Wed Nov 23 16:24:16 2016
-@@ -564,10 +564,10 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
+--- src/configure.ac.orig      Thu Mar 23 21:53:35 2017
++++ src/configure.ac   Fri Mar 24 22:58:53 2017
+@@ -568,10 +568,10 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
        AC_MSG_RESULT(yes)
        else
        AC_MSG_RESULT(no)
@@ -15,7 +15,7 @@ $OpenBSD: patch-src_configure_ac,v 1.1 2
        else
          AC_MSG_RESULT(no)
          vi_cv_path_lua_pfx=
-@@ -592,9 +592,9 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
+@@ -596,9 +596,9 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
      else
        if test "X$LUA_INC" != "X"; then
        dnl Test alternate location using version
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 PLIST-main
--- pkg/PLIST-main      28 Feb 2017 23:25:25 -0000      1.19
+++ pkg/PLIST-main      24 Mar 2017 22:36:06 -0000
@@ -43,6 +43,8 @@ share/vim/${P}/autoload/phpcomplete.vim
 share/vim/${P}/autoload/python3complete.vim
 share/vim/${P}/autoload/pythoncomplete.vim
 share/vim/${P}/autoload/rubycomplete.vim
+share/vim/${P}/autoload/rust.vim
+share/vim/${P}/autoload/rustfmt.vim
 share/vim/${P}/autoload/spellfile.vim
 share/vim/${P}/autoload/sqlcomplete.vim
 share/vim/${P}/autoload/syntaxcomplete.vim
@@ -91,6 +93,7 @@ share/vim/${P}/compiler/README.txt
 share/vim/${P}/compiler/ant.vim
 share/vim/${P}/compiler/bcc.vim
 share/vim/${P}/compiler/bdf.vim
+share/vim/${P}/compiler/cargo.vim
 share/vim/${P}/compiler/checkstyle.vim
 share/vim/${P}/compiler/context.vim
 share/vim/${P}/compiler/cs.vim
@@ -141,6 +144,7 @@ share/vim/${P}/compiler/rspec.vim
 share/vim/${P}/compiler/rst.vim
 share/vim/${P}/compiler/ruby.vim
 share/vim/${P}/compiler/rubyunit.vim
+share/vim/${P}/compiler/rustc.vim
 share/vim/${P}/compiler/sass.vim
 share/vim/${P}/compiler/se.vim
 share/vim/${P}/compiler/splint.vim
@@ -169,6 +173,7 @@ share/vim/${P}/doc/farsi.txt
 share/vim/${P}/doc/filetype.txt
 share/vim/${P}/doc/fold.txt
 share/vim/${P}/doc/ft_ada.txt
+share/vim/${P}/doc/ft_rust.txt
 share/vim/${P}/doc/ft_sql.txt
 share/vim/${P}/doc/gui.txt
 share/vim/${P}/doc/gui_w32.txt
@@ -450,6 +455,7 @@ share/vim/${P}/ftplugin/rpl.vim
 share/vim/${P}/ftplugin/rrst.vim
 share/vim/${P}/ftplugin/rst.vim
 share/vim/${P}/ftplugin/ruby.vim
+share/vim/${P}/ftplugin/rust.vim
 share/vim/${P}/ftplugin/sass.vim
 share/vim/${P}/ftplugin/scala.vim
 share/vim/${P}/ftplugin/scheme.vim
@@ -477,6 +483,7 @@ share/vim/${P}/ftplugin/tcsh.vim
 share/vim/${P}/ftplugin/terminfo.vim
 share/vim/${P}/ftplugin/tex.vim
 share/vim/${P}/ftplugin/text.vim
+share/vim/${P}/ftplugin/tmux.vim
 share/vim/${P}/ftplugin/treetop.vim
 share/vim/${P}/ftplugin/tt2html.vim
 share/vim/${P}/ftplugin/udevconf.vim
@@ -591,6 +598,8 @@ share/vim/${P}/indent/rpl.vim
 share/vim/${P}/indent/rrst.vim
 share/vim/${P}/indent/rst.vim
 share/vim/${P}/indent/ruby.vim
+share/vim/${P}/indent/rust.vim
+share/vim/${P}/indent/sas.vim
 share/vim/${P}/indent/sass.vim
 share/vim/${P}/indent/scala.vim
 share/vim/${P}/indent/scheme.vim
@@ -1248,6 +1257,7 @@ share/vim/${P}/syntax/rrst.vim
 share/vim/${P}/syntax/rst.vim
 share/vim/${P}/syntax/rtf.vim
 share/vim/${P}/syntax/ruby.vim
+share/vim/${P}/syntax/rust.vim
 share/vim/${P}/syntax/samba.vim
 share/vim/${P}/syntax/sas.vim
 share/vim/${P}/syntax/sass.vim
@@ -1346,6 +1356,7 @@ share/vim/${P}/syntax/tf.vim
 share/vim/${P}/syntax/tidy.vim
 share/vim/${P}/syntax/tilde.vim
 share/vim/${P}/syntax/tli.vim
+share/vim/${P}/syntax/tmux.vim
 share/vim/${P}/syntax/tpp.vim
 share/vim/${P}/syntax/trasys.vim
 share/vim/${P}/syntax/treetop.vim

Reply via email to