Hi,

Here's an update of vim to a recent patchlevel. Also enable building
no_x11,python and no_x11,python3 by default.

OK?

-- 
jasper

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/Makefile,v
retrieving revision 1.125
diff -u -p -r1.125 Makefile
--- Makefile    30 May 2017 19:17:10 -0000      1.125
+++ Makefile    15 Oct 2017 11:08:41 -0000
@@ -72,6 +72,8 @@
      SUBDIR += vim,gtk2,perl,python3,ruby
      SUBDIR += vim,no_x11
      SUBDIR += vim,no_x11,lua
+     SUBDIR += vim,no_x11,python
+     SUBDIR += vim,no_x11,python3
      SUBDIR += vim,no_x11,perl,python,ruby
      SUBDIR += vim,no_x11,perl,python3,ruby
      SUBDIR += vim-spell
Index: vim/Makefile
===================================================================
RCS file: /cvs/ports/editors/vim/Makefile,v
retrieving revision 1.162
diff -u -p -r1.162 Makefile
--- vim/Makefile        28 Aug 2017 14:01:34 -0000      1.162
+++ vim/Makefile        15 Oct 2017 11:08:41 -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.0987
+V=             8.0.1194
 GH_ACCOUNT=    vim
 GH_PROJECT=    vim
 GH_TAGNAME=    v$V
@@ -13,8 +13,6 @@ PKGNAME-main= vim-$V
 PKGNAME-lang=  vim-lang-$V
 P=             vim${V:R:S/.//}
 CATEGORIES=    editors
-
-REVISION-main= 0
 
 HOMEPAGE=      http://www.vim.org/
 
Index: vim/distinfo
===================================================================
RCS file: /cvs/ports/editors/vim/distinfo,v
retrieving revision 1.55
diff -u -p -r1.55 distinfo
--- vim/distinfo        23 Aug 2017 19:10:56 -0000      1.55
+++ vim/distinfo        15 Oct 2017 11:08:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (vim-8.0.0987.tar.gz) = LBBN1V3sRqN/mh5LyIbCcg8QQx+XJIUX/eBPu201W1k=
-SIZE (vim-8.0.0987.tar.gz) = 13292099
+SHA256 (vim-8.0.1194.tar.gz) = SeijOcUh55Wd9nwT4FkXEx8F5ISj+CmdyDaOe+J8VWE=
+SIZE (vim-8.0.1194.tar.gz) = 13364496
Index: vim/pkg/PLIST-lang
===================================================================
RCS file: /cvs/ports/editors/vim/pkg/PLIST-lang,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST-lang
--- vim/pkg/PLIST-lang  10 Aug 2016 15:54:29 -0000      1.12
+++ vim/pkg/PLIST-lang  15 Oct 2017 11:08:41 -0000
@@ -255,6 +255,9 @@ share/vim/${P}/lang/ko.UTF-8/LC_MESSAGES
 share/vim/${P}/lang/ko.UTF-8/LC_MESSAGES/vim.mo
 share/vim/${P}/lang/ko/LC_MESSAGES/
 share/vim/${P}/lang/ko/LC_MESSAGES/vim.mo
+share/vim/${P}/lang/lv/
+share/vim/${P}/lang/lv/LC_MESSAGES/
+share/vim/${P}/lang/lv/LC_MESSAGES/vim.mo
 share/vim/${P}/lang/menu_af.latin1.vim
 share/vim/${P}/lang/menu_af.utf-8.vim
 share/vim/${P}/lang/menu_af_af.latin1.vim
@@ -481,6 +484,7 @@ share/vim/${P}/tutor/tutor.ja.sjis
 share/vim/${P}/tutor/tutor.ja.utf-8
 share/vim/${P}/tutor/tutor.ko.euc
 share/vim/${P}/tutor/tutor.ko.utf-8
+share/vim/${P}/tutor/tutor.lv
 share/vim/${P}/tutor/tutor.nb
 share/vim/${P}/tutor/tutor.nb.utf-8
 share/vim/${P}/tutor/tutor.nl
Index: vim/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v
retrieving revision 1.21
diff -u -p -r1.21 PLIST-main
--- vim/pkg/PLIST-main  23 Aug 2017 19:10:56 -0000      1.21
+++ vim/pkg/PLIST-main  15 Oct 2017 11:08:41 -0000
@@ -774,6 +774,9 @@ share/vim/${P}/pack/dist/opt/shellmenu/p
 share/vim/${P}/pack/dist/opt/swapmouse/
 share/vim/${P}/pack/dist/opt/swapmouse/plugin/
 share/vim/${P}/pack/dist/opt/swapmouse/plugin/swapmouse.vim
+share/vim/${P}/pack/dist/opt/termdebug/
+share/vim/${P}/pack/dist/opt/termdebug/plugin/
+share/vim/${P}/pack/dist/opt/termdebug/plugin/termdebug.vim
 share/vim/${P}/plugin/
 share/vim/${P}/plugin/README.txt
 share/vim/${P}/plugin/getscriptPlugin.vim
@@ -1165,6 +1168,7 @@ share/vim/${P}/syntax/murphi.vim
 share/vim/${P}/syntax/mush.vim
 share/vim/${P}/syntax/muttrc.vim
 share/vim/${P}/syntax/mysql.vim
+share/vim/${P}/syntax/n1ql.vim
 share/vim/${P}/syntax/named.vim
 share/vim/${P}/syntax/nanorc.vim
 share/vim/${P}/syntax/nasm.vim
@@ -1345,6 +1349,7 @@ share/vim/${P}/syntax/tags.vim
 share/vim/${P}/syntax/tak.vim
 share/vim/${P}/syntax/takcmp.vim
 share/vim/${P}/syntax/takout.vim
+share/vim/${P}/syntax/tap.vim
 share/vim/${P}/syntax/tar.vim
 share/vim/${P}/syntax/taskdata.vim
 share/vim/${P}/syntax/taskedit.vim

Reply via email to