pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vim-share
Module Name: pkgsrc
Committed By: wen
Date: Sun Jul 9 23:58:24 UTC 2017
Modified Files:
pkgsrc/editors/vim-share: Makefile.common PLIST distinfo version.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.163 -r1.164 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.104 -r1.105 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.
Modified files:
Index: pkgsrc/editors/vim-share/Makefile.common
diff -u pkgsrc/editors/vim-share/Makefile.common:1.157 pkgsrc/editors/vim-share/Makefile.common:1.158
--- pkgsrc/editors/vim-share/Makefile.common:1.157 Tue Mar 14 15:15:08 2017
+++ pkgsrc/editors/vim-share/Makefile.common Sun Jul 9 23:58:24 2017
@@ -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
Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.32 pkgsrc/editors/vim-share/PLIST:1.33
--- pkgsrc/editors/vim-share/PLIST:1.32 Sun Jun 18 17:46:59 2017
+++ pkgsrc/editors/vim-share/PLIST Sun Jul 9 23:58:24 2017
@@ -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
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.163 pkgsrc/editors/vim-share/distinfo:1.164
--- pkgsrc/editors/vim-share/distinfo:1.163 Sun Jun 18 18:47:37 2017
+++ pkgsrc/editors/vim-share/distinfo Sun Jul 9 23:58:24 2017
@@ -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
Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.104 pkgsrc/editors/vim-share/version.mk:1.105
--- pkgsrc/editors/vim-share/version.mk:1.104 Sun Jun 18 17:48:46 2017
+++ pkgsrc/editors/vim-share/version.mk Sun Jul 9 23:58:24 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index