Hi ports@,

simple patch level update for vim. Flavor gtk2,python  tested on amd64.

Kind Regards,

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/vim/Makefile,v
retrieving revision 1.152
diff -u -p -u -p -r1.152 Makefile
--- Makefile    26 Sep 2016 10:48:39 -0000      1.152
+++ Makefile    8 Oct 2016 23:15:06 -0000
@@ -3,7 +3,7 @@
 COMMENT-main=  vi clone, many additional features
 COMMENT-lang=  vi clone, NLS subpackage
 
-V=             8.0.0004
+V=             8.0.0023
 DISTNAME=      vim-$V
 DISTFILES=     vim-$V{v$V}.tar.gz
 PKGNAME-main=  vim-$V
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/vim/distinfo,v
retrieving revision 1.49
diff -u -p -u -p -r1.49 distinfo
--- distinfo    26 Sep 2016 10:48:39 -0000      1.49
+++ distinfo    8 Oct 2016 23:15:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (vim-8.0.0004.tar.gz) = O6Cur4bJ+J6lXWFEuC82+C061bfvzTk9Bonm7CypcO8=
-SIZE (vim-8.0.0004.tar.gz) = 12909073
+SHA256 (vim-8.0.0023.tar.gz) = tIPlIUVlQH4/um5OvQaRYSyu4lslvIdpLFjjPWgPgAk=
+SIZE (vim-8.0.0023.tar.gz) = 12930124
Index: patches/patch-runtime_filetype_vim
===================================================================
RCS file: /cvs/ports/editors/vim/patches/patch-runtime_filetype_vim,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 patch-runtime_filetype_vim
--- patches/patch-runtime_filetype_vim  10 Aug 2016 15:54:29 -0000      1.11
+++ patches/patch-runtime_filetype_vim  8 Oct 2016 23:15:06 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-runtime_filetype_vim,v 1.11 2016/08/10 15:54:29 sthen Exp $
---- runtime/filetype.vim.orig  Wed Apr  6 22:56:21 2016
-+++ runtime/filetype.vim       Wed Apr  6 22:57:18 2016
+--- runtime/filetype.vim.orig  Sat Oct  8 19:21:31 2016
++++ runtime/filetype.vim       Sun Oct  9 01:07:48 2016
 @@ -627,7 +627,7 @@ au BufNewFile,BufRead dict.conf,.dictrc            setf 
dictconf
  au BufNewFile,BufRead dictd.conf              setf dictdconf
  
@@ -10,7 +10,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1
  
  " Dircolors
  au BufNewFile,BufRead .dir_colors,.dircolors,*/etc/DIR_COLORS setf dircolors
-@@ -1138,7 +1138,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
+@@ -1144,7 +1144,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
  au BufNewFile,BufRead .mailcap,mailcap                setf mailcap
  
  " Makefile
Index: patches/patch-runtime_syntax_fstab_vim
===================================================================
RCS file: /cvs/ports/editors/vim/patches/patch-runtime_syntax_fstab_vim,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-runtime_syntax_fstab_vim
--- patches/patch-runtime_syntax_fstab_vim      13 Sep 2016 22:38:14 -0000      
1.2
+++ patches/patch-runtime_syntax_fstab_vim      8 Oct 2016 23:15:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-runtime_syntax_fstab_vim,v 1.2 2016/09/13 22:38:14 rpe Exp $
---- runtime/syntax/fstab.vim.orig      Sun Aug  7 20:20:50 2016
-+++ runtime/syntax/fstab.vim   Sun Sep 11 23:25:13 2016
-@@ -138,7 +138,7 @@ syn match fsOptionsKeywords contained /\<\%(dir\|file\
+--- runtime/syntax/fstab.vim.orig      Sat Oct  8 19:21:31 2016
++++ runtime/syntax/fstab.vim   Sun Oct  9 01:07:48 2016
+@@ -137,7 +137,7 @@ syn match fsOptionsKeywords contained /\<\%(dir\|file\
  syn match fsOptionsKeywords contained /\<\%(session\|part\)=/ 
nextgroup=fsOptionsNumber
  
  " Options: ffs
Index: patches/patch-runtime_syntax_make_vim
===================================================================
RCS file: /cvs/ports/editors/vim/patches/patch-runtime_syntax_make_vim,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-runtime_syntax_make_vim
--- patches/patch-runtime_syntax_make_vim       10 Apr 2015 12:25:46 -0000      
1.5
+++ patches/patch-runtime_syntax_make_vim       8 Oct 2016 23:15:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-runtime_syntax_make_vim,v 1.5 2015/04/10 12:25:46 sthen Exp $
---- runtime/syntax/make.vim.orig       Thu Apr  9 21:08:22 2015
-+++ runtime/syntax/make.vim    Thu Apr  9 23:48:04 2015
-@@ -26,6 +26,9 @@ syn match makeInclude        "^ *[-s]\=include"
+--- runtime/syntax/make.vim.orig       Sat Oct  8 19:21:31 2016
++++ runtime/syntax/make.vim    Sun Oct  9 01:07:48 2016
+@@ -23,6 +23,9 @@ syn match makeInclude        "^ *[-s]\=include"
  syn match makeStatement       "^ *vpath"
  syn match makeExport    "^ *\(export\|unexport\)\>"
  syn match makeOverride        "^ *override"
@@ -11,7 +11,7 @@ $OpenBSD: patch-runtime_syntax_make_vim,
  hi link makeOverride makeStatement
  hi link makeExport makeStatement
  
-@@ -41,25 +44,29 @@ syn case match
+@@ -38,25 +41,29 @@ syn case match
  " identifiers
  syn region makeIdent  start="\$(" skip="\\)\|\\\\" end=")" 
contains=makeStatement,makeIdent,makeSString,makeDString
  syn region makeIdent  start="\${" skip="\\}\|\\\\" end="}" 
contains=makeStatement,makeIdent,makeSString,makeDString
@@ -46,7 +46,7 @@ $OpenBSD: patch-runtime_syntax_make_vim,
  
  syn match makeCommandError "^\s\+\S.*" contained
  syn region makeCommands start=";"hs=s+1 start="^\t" 
end="^[^\t#]"me=e-1,re=e-1 end="^$" contained 
contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString
 nextgroup=makeCommandError
-@@ -67,14 +74,15 @@ syn match makeCmdNextLine  "\\\n."he=e-1 contained
+@@ -64,14 +71,15 @@ syn match makeCmdNextLine  "\\\n."he=e-1 contained
  
  
  " Statements / Functions (GNU make)

Reply via email to