summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 52b4cc1a9cd..9b2e6fa71be 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.23 2002/01/17 11:37:01 martti Exp $
+# $NetBSD: Makefile.common,v 1.24 2002/01/28 14:06:49 martti Exp $
-VIM_VERSION= 6.0.140
+VIM_VERSION= 6.0.151
DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -11,11 +11,13 @@ EXTRACT_SUFX= .tar.bz2
#
# Following patches were ignored:
-# 121, 122, 123, 125, 135, 137, 138
+# 121, 122, 123, 125, 135, 137, 138, 144, 147, 152
#
PATCH_SITES+= ${MASTER_SITES:S/unix/patches/}
.for p in 124 126 127 128 129 130 \
- 131 132 133 134 136 139 140
+ 131 132 133 134 136 139 140 \
+ 141 142 143 145 146 148 149 150 \
+ 151
PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p}
.endfor