diff options
author | martti <martti@pkgsrc.org> | 2002-01-14 14:10:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-14 14:10:28 +0000 |
commit | cf4910f92a395124219fd6f86e131b5425a6a2ac (patch) | |
tree | 7cfee358d53f09f8f2cbd18b817d1c1efd68071e /editors/vim-share/Makefile.common | |
parent | f95b291ce350239d69f3b84ad5c9e76378ba4eba (diff) | |
download | pkgsrc-cf4910f92a395124219fd6f86e131b5425a6a2ac.tar.gz |
Updated vim to 6.0.130
* in an expression used for ":s" "~" was replaced
* the python library was linked statically
* alternate screen color wrong after using external command
* scrollbars and mouse pointer not updated when moving a window
* crash with ":ls" while editing a file with a very long name
* redraw problem in quickfix window
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 0e9dc28d0cb..73ce224bce3 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.21 2002/01/09 13:40:17 martti Exp $ +# $NetBSD: Makefile.common,v 1.22 2002/01/14 14:10:28 martti Exp $ -VIM_VERSION= 6.0.120 +VIM_VERSION= 6.0.130 DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -10,22 +10,22 @@ DIST_SUBDIR= vim EXTRACT_SUFX= .tar.bz2 # -# Combine the first 120 patches into one big patch to avoid "Argument list -# too long" errors. +# Following patches were ignored: +# 121, 122, 123, 125 +# +PATCH_SITES+= ${MASTER_SITES:S/unix/patches/} +.for p in 124 126 127 128 129 130 +PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p} +.endfor + +# +# Combine the first 120 patches into one big patch # # Ignored: 12, 27, 48, 53, 64, 70, 73, 87, 93, 106, 107, 115, 116, 117, 119 # PATCH_SITES+= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ PATCHFILES+= vim-6.0-001-120.diff.gz -# -# Following patches were ignored: -# -#PATCH_SITES+= ${MASTER_SITES:S/unix/patches/} -#.for p in 121 -#PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p} -#.endfor - MAINTAINER= martti@netbsd.org HOMEPAGE= http://www.vim.org/ |