summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-07-09 23:58:24 +0000
committerwen <wen@pkgsrc.org>2017-07-09 23:58:24 +0000
commit60463a7e0ba5be39063ba6f1d6b52a18617e3b06 (patch)
tree6ea923b641e1fb0020ff6bc1268e87ca73f0d55f /editors
parent0d3132c63e7d70af415e5cb6edb25a7cb9aec6cf (diff)
downloadpkgsrc-60463a7e0ba5be39063ba6f1d6b52a18617e3b06.tar.gz
Update to 8.0.0702
Upstream changes: 17435 8.0.0647 syntax highlighting can cause a freeze 1629 8.0.0648 possible use of NULL pointer 3822 8.0.0649 when opening a help file the filetype is set several times 2039 8.0.0650 for extra help files the filetype is set more than once 1534 8.0.0651 build failure without the auto command feature 10036 8.0.0652 unicode information is outdated 2013 8.0.0653 the default highlight for QuickFixLine is not good 5188 8.0.0654 no warning for text after :endfunction 2677 8.0.0655 not easy to make sure a function does not exist 2329 8.0.0656 cannot use ! after some user commands 13104 8.0.0657 cannot get and set quickfix list items 47863 8.0.0658 spell test is old style 5884 8.0.0659 no test for conceal mode 1676 8.0.0660 silent install on MS-Windows shows dialog 10750 8.0.0661 recognizing urxvt mouse codes does not work well 1828 8.0.0662 stray FIXME for fixed problem 5971 8.0.0663 unexpected error message only when 'verbose' is set 2373 8.0.0664 mouse does not work in tmux 1517 8.0.0665 warning for uninitialized variable 4110 8.0.0666 dead for loop 5896 8.0.0667 memory access error when command follows :endfunc 1689 8.0.0668 nsis installer script does not work 2927 8.0.0669 CTRL-N at start of the buffer does not work correctly 3607 8.0.0670 can't use input() in a timer callback 1600 8.0.0671 hang when typing CTRL-C in confirm() in timer 6001 8.0.0672 third item of synconcealed() changes too often 1260 8.0.0673 build failure without conceal feature 1751 8.0.0674 cannot build with eval but without timers 2638 8.0.0675 'colorcolumn' has a higher priority than 'hlsearch' 8830 8.0.0676 crash when closing quickfix window in autocmd 4177 8.0.0677 setting 'filetype' may switch buffers 3772 8.0.0678 closing a window does not trigger resizing 2223 8.0.0679 using freed memory 10068 8.0.0680 plugins in start packages are sourced twice 2323 8.0.0681 unnamed register only contains the last deleted text 2786 8.0.0682 no test for synIDtrans() 4871 8.0.0683 visual bell flashes too quickly 13990 8.0.0684 old style tests are not nice 28918 8.0.0685 when conversion fails written file may be truncated 1479 8.0.0686 extra redraw when using CTRL-L in second window 6644 8.0.0687 minor issues related to quickfix 4317 8.0.0688 cannot resize the window in a FileType autocommand 2402 8.0.0689 ~ character not escaped when extending search pattern 2150 8.0.0690 compiler warning on non-Unix system 1267 8.0.0691 compiler warning without the linebreak feature 2964 8.0.0692 CTRL-G with 'incsearch' and ? goes in the wrong direction 361923 8.0.0693 no terminal emulator support 2396 8.0.0694 building in shadow directory does not work 5003 8.0.0695 missing dependencies breaks parallel make 1309 8.0.0696 .inc files missing in git 9396 8.0.0697 recorded key sequences may become invalid 4219 8.0.0698 crash on exit when using Python function in timer. 1742 8.0.0699 checksum tests are not actually run 2709 8.0.0700 segfault with QuitPre autocommand closes the window 2900 8.0.0701 system test failing when using X11 forwarding 5191 8.0.0702 an error in a timer can make Vim unusable 3118 8.0.0703 illegal memory access with empty :doau command 2145 8.0.0704 problems with autocommands when opening help
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-share/Makefile.common4
-rw-r--r--editors/vim-share/PLIST3
-rw-r--r--editors/vim-share/distinfo10
-rw-r--r--editors/vim-share/version.mk4
4 files changed, 12 insertions, 9 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index af7237a677b..c29e9ab50c8 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.157 2017/03/14 15:15:08 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.158 2017/07/09 23:58:24 wen Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk2/Makefile
@@ -22,6 +22,8 @@ LICENSE= vim-license
CONFLICTS+= vim-kde-[0-9]*
+EXTRACT_USING= gtar
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
USE_LANGUAGES+= c99
diff --git a/editors/vim-share/PLIST b/editors/vim-share/PLIST
index 829222d4ee3..abd959ff2ad 100644
--- a/editors/vim-share/PLIST
+++ b/editors/vim-share/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2017/06/18 17:46:59 morr Exp $
+@comment $NetBSD: PLIST,v 1.33 2017/07/09 23:58:24 wen Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -226,6 +226,7 @@ share/vim/${VIM_SUBDIR}/doc/tabpage.txt
share/vim/${VIM_SUBDIR}/doc/tags
share/vim/${VIM_SUBDIR}/doc/tagsrch.txt
share/vim/${VIM_SUBDIR}/doc/term.txt
+share/vim/${VIM_SUBDIR}/doc/terminal.txt
share/vim/${VIM_SUBDIR}/doc/tips.txt
share/vim/${VIM_SUBDIR}/doc/todo.txt
share/vim/${VIM_SUBDIR}/doc/uganda.txt
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index bf22e033f55..57dc39df3b3 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.163 2017/06/18 18:47:37 morr Exp $
+$NetBSD: distinfo,v 1.164 2017/07/09 23:58:24 wen Exp $
-SHA1 (vim-8.0.0646.tar.gz) = ea6b5387f1f800f311284dc0a6937577457be318
-RMD160 (vim-8.0.0646.tar.gz) = 1de54c347c1a510d89e4146ccd892c8995bfdae0
-SHA512 (vim-8.0.0646.tar.gz) = cd30490ba092a70bbde0c5e28e745ef4ab125cad3c3787ec0173c1378dbd87f47c48ecf9268871bb4df0773dab53b5b6bfbad83eef0fa5520c03d9c19b95eee4
-Size (vim-8.0.0646.tar.gz) = 13121300 bytes
+SHA1 (vim-8.0.0702.tar.gz) = 26edfeb68eef3e8b19fd26caf0fc6d1eb15126ca
+RMD160 (vim-8.0.0702.tar.gz) = f55721b2305cf47a003f55e9dd0f2bf203c5028c
+SHA512 (vim-8.0.0702.tar.gz) = 6e3c537545d8978a11e2ab4eb4eaf4f3231bd32cf8f9d35d2614d0137753d7d2a508683dd2849a173462ea17ed40b645f2ff04f96952dac25ee137208977bd2d
+Size (vim-8.0.0702.tar.gz) = 13206138 bytes
SHA1 (patch-Makefile) = 38fc271ce8feaeefbf22595eef8921d652737519
SHA1 (patch-auto_configure) = 58a0d41f257d39f61d7705c65737bd9bcb3bf719
SHA1 (patch-configure) = ae5970dec6d557d81da8a8f1da36d05ddc59ca56
diff --git a/editors/vim-share/version.mk b/editors/vim-share/version.mk
index abb8ffe7500..a479d5c9817 100644
--- a/editors/vim-share/version.mk
+++ b/editors/vim-share/version.mk
@@ -1,5 +1,5 @@
-# $NetBSD: version.mk,v 1.104 2017/06/18 17:48:46 morr Exp $
+# $NetBSD: version.mk,v 1.105 2017/07/09 23:58:24 wen Exp $
VIM_VERSION= 8.0
-VIM_PATCHLEVEL= 0646
+VIM_PATCHLEVEL= 0702
VIM_SUBDIR= vim80