Received: by mail.netbsd.org (Postfix, from userid 605) id F394484CEF; Mon, 4 Jun 2018 09:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14BF484D31 for ; Mon, 4 Jun 2018 09:05:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TSOb5sKMcFoW for ; Mon, 4 Jun 2018 09:05:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7ACCE84C85 for ; Mon, 4 Jun 2018 09:05:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74711FBEC; Mon, 4 Jun 2018 09:05:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528103100122730" MIME-Version: 1.0 Date: Mon, 4 Jun 2018 09:05:00 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/editors/vim-share To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20180604090500.74711FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1528103100122730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Mon Jun 4 09:05:00 UTC 2018 Modified Files: pkgsrc/editors/vim-share: PLIST distinfo version.mk Log Message: Welcome to Vim 8.1. Changes: 8.0.1773 dialog messages are not translated 8.0.1774 reading very long lines can be slow 8.0.1775 MS-Windows: warning for unused variable 8.0.1776 in tests, when WaitFor() fails it doesn't say why 8.0.1777 cannot cleanup before loading another colorscheme 8.0.1778 script to check translations does not always work 8.0.1779 deleting in a block selection causes problems 8.0.1780 test fails because Vim in a terminal uses wrong 'encoding' 8.0.1781 file names in quickfix window are not shortened 8.0.1782 no simple way to label quickfix entries 8.0.1783 cannot use 256 colors in a MS-Windows console 8.0.1784 (after 8.0.1782) gvim test gets stuck in dialog 8.0.1785 (after 8.0.1783) missing symbol in Win32 small build 8.0.1786 no test for 'termwinkey' 8.0.1787 cannot insert the whole cursor line 8.0.1788 tool to check a color scheme is not installed 8.0.1789 BufWinEnter does not work well for a terminal window 8.0.1790 'winfixwidth' is not always respected by :close 8.0.1791 using uint8_t does not work everywhere 8.0.1792 MS-Windows users expect -? to work like --help 8.0.1793 no test for "vim -g" 8.0.1794 duplicate term options after renaming 8.0.1795 lose contact with jobs when :gui forks 8.0.1796 GUI: click on tab fails when the focus is in a terminal 8.0.1797 terminal window is redrawn too often 8.0.1798 MS-Windows: file considered read-only too often 8.0.1799 no test for :registers command 8.0.1800 X11: getting color is slow 8.0.1801 MS-Windows: redirecting terminal output does not work 8.0.1802 (after 8.0.1802) MS-Windows: terminal test fails 8.0.1803 warning for uninitialized variable 8.0.1804 using :normal in terminal window causes problems 8.0.1805 qf_parse_line() is too long 8.0.1806 InsertCharPre causes problems for autocomplete 8.0.1807 function to set terminal name is too long 8.0.1808 can't build without TGETENT 8.0.1809 various typos 8.0.1810 buffer of a terminal only updated in Terminal-Normal mode 8.0.1811 no test for winrestcmd() 8.0.1812 the qf_jump_to_usable_window() function is too long 8.0.1813 Windows installer doesn't install terminal debugger 8.0.1814 crash with terminal window and with 'lazyredraw' set 8.0.1815 crash with terminal window and with 'lazyredraw' set 8.0.1816 no test for setcmdpos() 8.0.1817 a timer may change v:count unexpectedly 8.0.1818 lines remove from wrong buffer when using terminal window 8.0.1819 swap file warning for file with non-existing directory 8.0.1820 terminal window redirecting stdout does not show stderr 8.0.1821 cursor in terminal window moves when pressing CTRL-W 8.0.1822 make uninstall does not remove colors/tools 8.0.1823 test for terminal stdout redirection is flaky 8.0.1824 Coverity warns for variable that may be uninitialized 8.0.1825 might use NULL pointer when out of memory 8.0.1826 configure uses old compiler flag 8.0.1827 compiler warning for signed/unsigned char pointers 8.0.1828 get no clue why :gui does not fork 8.0.1829 MS-Windows: script for vimdiff can't handle ! chars 8.0.1830 switching to Terminal-Normal mode does not redraw 8.0.1831 sometimes the quickfix title is incorrectly prefixed with ':' 8.0.1832 cannot use :unlet for an environment variable 8.0.1833 X11: ":echo 3.14" gives E806 8.0.1834 GUI: find/replace dialog does not handle some chars 8.0.1835 print document name does not support multi-byte 8.0.1836 buffer-local window options may not be recent 8.0.1837 one character cmdline abbreviation not triggered after '<,'> 8.0.1838 cursor in wrong pos when switching to Terminal-Normal mode 8.0.1839 script to check .po file doesn't check for plural header 8.0.1840 getwinpos() is not tested 8.0.1841 HP-UX does not have setenv() 8.0.1842 popup menu inside terminal window isn't cleared 8.0.1843 entry for 'wrap' in options window is wrong 8.0.1844 superfluous quickfix code, missing examples 8.0.1845 various comment updates needed, missing white space 8.0.1846 Python interface is incompatible with lldb 8.0.1847 some build options don't have an example 8.0.1848 'termwinscroll' does not work properly 8.0.1849 compiler warning for unused arguments, missing prototype 8.0.1850 todo items in source code not visible for users 8.1.0001 the netrw plugin does not work 8.1.0002 :stopinsert changes the message position 8.1.0003 the :compiler command is not tested 8.1.0004 test for :compiler command sometimes fails 8.1.0005 test for :compiler command fails on MS-Windows 8.1.0006 syn_id2cterm_bg() may be undefined 8.1.0007 no test for "o" and "O" in Visual block mode 8.1.0008 no test for strwidth() 8.1.0009 tabpages insufficiently tested 8.1.0010 efm_to_regpat() is too long 8.1.0011 maparg() and mapcheck() confuse empty and non-existing 8.1.0012 misplaced #endif 8.1.0013 using freed memory when changing terminal cursor color 8.1.0014 qf_init_ext() is too long 8.1.0015 cursor color wrong when closing a terminal window 8.1.0016 possible crash in term_wait() 8.1.0017 shell command completion has duplicates 8.1.0018 using "gn" may select wrong text when wrapping 8.1.0019 error when defining a Lambda with index of a function result 8.1.0020 cannot tell whether a register is executing or recording 8.1.0021 clang warns for undefined behavior 8.1.0022 repeating put from expression register fails 8.1.0023 gcc 8.1 warns for use of strncpy() 8.1.0024 % command not testded on #ifdef and comment 8.1.0025 no test for the undofile() function 8.1.0026 terminal test fails with very tall terminal 8.1.0027 difficult to make a plugin that feeds a line to a job 8.1.0028 prompt buffer test fails on MS-Windows 8.1.0029 terminal test fails on MS-Windows when "wc" exists 8.1.0030 stoping Vim running in a terminal may not work 8.1.0031 terminal test aucmd_on_close is flaky To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/editors/vim-share/PLIST cvs rdiff -u -r1.173 -r1.174 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.115 -r1.116 pkgsrc/editors/vim-share/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528103100122730 Content-Disposition: inline Content-Length: 3538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-share/PLIST diff -u pkgsrc/editors/vim-share/PLIST:1.39 pkgsrc/editors/vim-share/PLIST:1.40 --- pkgsrc/editors/vim-share/PLIST:1.39 Mon Apr 16 10:19:37 2018 +++ pkgsrc/editors/vim-share/PLIST Mon Jun 4 09:05:00 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2018/04/16 10:19:37 morr Exp $ +@comment $NetBSD: PLIST,v 1.40 2018/06/04 09:05:00 morr Exp $ bin/xxd man/man1/evim.1 man/man1/vim.1 @@ -51,6 +51,7 @@ share/vim/${VIM_SUBDIR}/autoload/xml/xht share/vim/${VIM_SUBDIR}/autoload/xml/xsd.vim share/vim/${VIM_SUBDIR}/autoload/xml/xsl.vim share/vim/${VIM_SUBDIR}/autoload/xmlcomplete.vim +share/vim/${VIM_SUBDIR}/autoload/xmlformat.vim share/vim/${VIM_SUBDIR}/autoload/zip.vim share/vim/${VIM_SUBDIR}/bugreport.vim share/vim/${VIM_SUBDIR}/colors/README.txt @@ -70,6 +71,7 @@ share/vim/${VIM_SUBDIR}/colors/peachpuff share/vim/${VIM_SUBDIR}/colors/ron.vim share/vim/${VIM_SUBDIR}/colors/shine.vim share/vim/${VIM_SUBDIR}/colors/slate.vim +share/vim/${VIM_SUBDIR}/colors/tools/check_colors.vim share/vim/${VIM_SUBDIR}/colors/torte.vim share/vim/${VIM_SUBDIR}/colors/zellner.vim share/vim/${VIM_SUBDIR}/compiler/README.txt @@ -836,6 +838,7 @@ share/vim/${VIM_SUBDIR}/syntax/dcd.vim share/vim/${VIM_SUBDIR}/syntax/dcl.vim share/vim/${VIM_SUBDIR}/syntax/debchangelog.vim share/vim/${VIM_SUBDIR}/syntax/debcontrol.vim +share/vim/${VIM_SUBDIR}/syntax/debcopyright.vim share/vim/${VIM_SUBDIR}/syntax/debsources.vim share/vim/${VIM_SUBDIR}/syntax/def.vim share/vim/${VIM_SUBDIR}/syntax/denyhosts.vim Index: pkgsrc/editors/vim-share/distinfo diff -u pkgsrc/editors/vim-share/distinfo:1.173 pkgsrc/editors/vim-share/distinfo:1.174 --- pkgsrc/editors/vim-share/distinfo:1.173 Sun Apr 29 05:50:39 2018 +++ pkgsrc/editors/vim-share/distinfo Mon Jun 4 09:05:00 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.173 2018/04/29 05:50:39 wiz Exp $ +$NetBSD: distinfo,v 1.174 2018/06/04 09:05:00 morr Exp $ -SHA1 (vim-8.0.1772.tar.gz) = 199f4a5cfdd33712513836977c78e06dcb35234f -RMD160 (vim-8.0.1772.tar.gz) = f2d212e018dfe4a297bd5e7eee0d1ccef035a2b5 -SHA512 (vim-8.0.1772.tar.gz) = f171e7dbfa3f591fb446d756b5d3c5692139acacdacce55b7529246dd695ba8ff65990ff9247b271e0a5b33fb6269b590b351ae6800eb96f74d5d25950d592a1 -Size (vim-8.0.1772.tar.gz) = 13556497 bytes +SHA1 (vim-8.1.0031.tar.gz) = 639b5eb271564cb95debc7c9973f700fef6fb442 +RMD160 (vim-8.1.0031.tar.gz) = f3da428ff224b78a40b64f081a1d42c21e34ea5c +SHA512 (vim-8.1.0031.tar.gz) = bec106b368040d97a136476db7bee0d94438fcda8e2381bf524dc3b6c1387a3861af200cad15b1dfe1651c96937ecd5dbca4079a60ce93677b9301ec7470ffce +Size (vim-8.1.0031.tar.gz) = 13652273 bytes SHA1 (patch-Makefile) = a7a25e77bcb5b53118b12af1dbca7f8312f353a5 SHA1 (patch-auto_configure) = b71d17ae4f770e25e309d7feef0d5232b74778c1 SHA1 (patch-configure) = 8bd8d7f463959c1b3b93364c8f3b156ad49965be Index: pkgsrc/editors/vim-share/version.mk diff -u pkgsrc/editors/vim-share/version.mk:1.115 pkgsrc/editors/vim-share/version.mk:1.116 --- pkgsrc/editors/vim-share/version.mk:1.115 Sun Apr 29 05:50:39 2018 +++ pkgsrc/editors/vim-share/version.mk Mon Jun 4 09:05:00 2018 @@ -1,8 +1,8 @@ -# $NetBSD: version.mk,v 1.115 2018/04/29 05:50:39 wiz Exp $ +# $NetBSD: version.mk,v 1.116 2018/06/04 09:05:00 morr Exp $ -VIM_VERSION= 8.0 -VIM_PATCHLEVEL= 1772 +VIM_VERSION= 8.1 +VIM_PATCHLEVEL= 0031 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.0/ -VIM_SUBDIR= vim80 +VIM_SUBDIR= vim81 PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; } --_----------=_1528103100122730--