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.common24
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/