On Wed May 30, 2018 at 12:26:18PM +0100, Stuart Henderson wrote: > On 2018/05/29 22:02, Rafael Sadowski wrote: > > Simple update to the latest stable version. > > > > Tested with 8.1.0026-gtk2-perl-python3-ruby on amd64. > > > > :termin runs fine with gvim. > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/editors/vim/Makefile,v > > retrieving revision 1.168 > > diff -u -p -u -p -r1.168 Makefile > > --- Makefile 23 Apr 2018 09:39:46 -0000 1.168 > > +++ Makefile 29 May 2018 19:59:46 -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.1748 > > +V= 8.1.0026 > > GH_ACCOUNT= vim > > GH_PROJECT= vim > > GH_TAGNAME= v$V > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/editors/vim/distinfo,v > > retrieving revision 1.59 > > diff -u -p -u -p -r1.59 distinfo > > --- distinfo 23 Apr 2018 09:39:46 -0000 1.59 > > +++ distinfo 29 May 2018 19:59:46 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (vim-8.0.1748.tar.gz) = pCpgKo36FEXFZriUqsYlFBG3uE4BXwIllKPjRwwMbd8= > > -SIZE (vim-8.0.1748.tar.gz) = 13553816 > > +SHA256 (vim-8.1.0026.tar.gz) = oviwb862q1EX470T4GOeNTyjfjiXDClEuZ+NEGxLCZM= > > +SIZE (vim-8.1.0026.tar.gz) = 13648785 > > Index: patches/patch-runtime_filetype_vim > > =================================================================== > > RCS file: /cvs/ports/editors/vim/patches/patch-runtime_filetype_vim,v > > retrieving revision 1.15 > > diff -u -p -u -p -r1.15 patch-runtime_filetype_vim > > --- patches/patch-runtime_filetype_vim 8 Mar 2018 16:04:30 -0000 > > 1.15 > > +++ patches/patch-runtime_filetype_vim 29 May 2018 19:59:46 -0000 > > @@ -2,7 +2,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1 > > Index: runtime/filetype.vim > > --- runtime/filetype.vim.orig > > +++ runtime/filetype.vim > > -@@ -455,7 +455,7 @@ au BufNewFile,BufRead dict.conf,.dictrc > > setf dictconf > > +@@ -462,7 +462,7 @@ au BufNewFile,BufRead dict.conf,.dictrc > > setf dictconf > > au BufNewFile,BufRead dictd.conf setf dictdconf > > > > " Diff files > > @@ -11,7 +11,7 @@ Index: runtime/filetype.vim > > au BufNewFile,BufRead *.patch > > \ if getline(1) =~ '^From [0-9a-f]\{40\} Mon Sep 17 00:00:00 2001$' | > > \ setf gitsendemail | > > -@@ -924,7 +924,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases > > +@@ -931,7 +931,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases > > au BufNewFile,BufRead .mailcap,mailcap setf mailcap > > > > " Makefile > > Index: pkg/PLIST-lang > > =================================================================== > > RCS file: /cvs/ports/editors/vim/pkg/PLIST-lang,v > > retrieving revision 1.14 > > diff -u -p -u -p -r1.14 PLIST-lang > > --- pkg/PLIST-lang 8 Mar 2018 16:04:30 -0000 1.14 > > +++ pkg/PLIST-lang 29 May 2018 19:59:46 -0000 > > @@ -204,6 +204,9 @@ man/ru.UTF-8/man1/ > > @man man/ru.UTF-8/man1/vimdiff.1 > > @man man/ru.UTF-8/man1/vimtutor.1 > > @man man/ru.UTF-8/man1/xxd.1 > > +share/vim/${P}/autoload/xmlformat.vim > > +share/vim/${P}/colors/tools/ > > +share/vim/${P}/colors/tools/check_colors.vim > > share/vim/${P}/lang/af/ > > share/vim/${P}/lang/af/LC_MESSAGES/ > > share/vim/${P}/lang/af/LC_MESSAGES/vim.mo > > @@ -453,6 +456,7 @@ share/vim/${P}/lang/zh_TW.UTF-8/LC_MESSA > > share/vim/${P}/lang/zh_TW.UTF-8/LC_MESSAGES/vim.mo > > share/vim/${P}/lang/zh_TW/LC_MESSAGES/ > > share/vim/${P}/lang/zh_TW/LC_MESSAGES/vim.mo > > +share/vim/${P}/syntax/debcopyright.vim > > share/vim/${P}/tutor/README.el.cp737.txt > > share/vim/${P}/tutor/README.el.txt > > share/vim/${P}/tutor/tutor.bar > > Will test soon, but the files that you've added to PLIST-lang should > actually be in PLIST-main. >
New diff below, thanks! Index: Makefile =================================================================== RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.168 diff -u -p -u -p -r1.168 Makefile --- Makefile 23 Apr 2018 09:39:46 -0000 1.168 +++ Makefile 1 Jun 2018 15:56:57 -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.1748 +V= 8.1.0026 GH_ACCOUNT= vim GH_PROJECT= vim GH_TAGNAME= v$V Index: distinfo =================================================================== RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.59 diff -u -p -u -p -r1.59 distinfo --- distinfo 23 Apr 2018 09:39:46 -0000 1.59 +++ distinfo 1 Jun 2018 15:56:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (vim-8.0.1748.tar.gz) = pCpgKo36FEXFZriUqsYlFBG3uE4BXwIllKPjRwwMbd8= -SIZE (vim-8.0.1748.tar.gz) = 13553816 +SHA256 (vim-8.1.0026.tar.gz) = oviwb862q1EX470T4GOeNTyjfjiXDClEuZ+NEGxLCZM= +SIZE (vim-8.1.0026.tar.gz) = 13648785 Index: patches/patch-runtime_filetype_vim =================================================================== RCS file: /cvs/ports/editors/vim/patches/patch-runtime_filetype_vim,v retrieving revision 1.15 diff -u -p -u -p -r1.15 patch-runtime_filetype_vim --- patches/patch-runtime_filetype_vim 8 Mar 2018 16:04:30 -0000 1.15 +++ patches/patch-runtime_filetype_vim 1 Jun 2018 15:56:57 -0000 @@ -2,7 +2,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1 Index: runtime/filetype.vim --- runtime/filetype.vim.orig +++ runtime/filetype.vim -@@ -455,7 +455,7 @@ au BufNewFile,BufRead dict.conf,.dictrc setf dictconf +@@ -462,7 +462,7 @@ au BufNewFile,BufRead dict.conf,.dictrc setf dictconf au BufNewFile,BufRead dictd.conf setf dictdconf " Diff files @@ -11,7 +11,7 @@ Index: runtime/filetype.vim au BufNewFile,BufRead *.patch \ if getline(1) =~ '^From [0-9a-f]\{40\} Mon Sep 17 00:00:00 2001$' | \ setf gitsendemail | -@@ -924,7 +924,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases +@@ -931,7 +931,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases au BufNewFile,BufRead .mailcap,mailcap setf mailcap " Makefile Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.23 diff -u -p -u -p -r1.23 PLIST-main --- pkg/PLIST-main 8 Mar 2018 16:04:30 -0000 1.23 +++ pkg/PLIST-main 1 Jun 2018 15:56:57 -0000 @@ -69,6 +69,7 @@ share/vim/${P}/autoload/xml/xsd.vim share/vim/${P}/autoload/xml/xsl.vim share/vim/${P}/autoload/xmlcomplete.vim share/vim/${P}/autoload/zip.vim +share/vim/${P}/autoload/xmlformat.vim share/vim/${P}/bugreport.vim share/vim/${P}/colors/ share/vim/${P}/colors/README.txt @@ -90,6 +91,8 @@ share/vim/${P}/colors/shine.vim share/vim/${P}/colors/slate.vim share/vim/${P}/colors/torte.vim share/vim/${P}/colors/zellner.vim +share/vim/${P}/colors/tools/ +share/vim/${P}/colors/tools/check_colors.vim share/vim/${P}/compiler/ share/vim/${P}/compiler/README.txt share/vim/${P}/compiler/ant.vim @@ -299,8 +302,8 @@ share/vim/${P}/doc/workshop.txt share/vim/${P}/evim.vim share/vim/${P}/filetype.vim share/vim/${P}/ftoff.vim -share/vim/${P}/ftplugin.vim share/vim/${P}/ftplugin/ +share/vim/${P}/ftplugin.vim share/vim/${P}/ftplugin/README.txt share/vim/${P}/ftplugin/a2ps.vim share/vim/${P}/ftplugin/aap.vim @@ -517,8 +520,8 @@ share/vim/${P}/ftplugin/zimbu.vim share/vim/${P}/ftplugin/zsh.vim share/vim/${P}/ftplugof.vim share/vim/${P}/gvimrc_example.vim -share/vim/${P}/indent.vim share/vim/${P}/indent/ +share/vim/${P}/indent.vim share/vim/${P}/indent/README.txt share/vim/${P}/indent/aap.vim share/vim/${P}/indent/ada.vim @@ -1449,6 +1452,7 @@ share/vim/${P}/syntax/yaml.vim share/vim/${P}/syntax/z8a.vim share/vim/${P}/syntax/zimbu.vim share/vim/${P}/syntax/zsh.vim +share/vim/${P}/syntax/debcopyright.vim share/vim/${P}/tools/ share/vim/${P}/tools/README.txt share/vim/${P}/tools/blink.c