summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-12-14 18:01:11 +0000
committermartti <martti@pkgsrc.org>2001-12-14 18:01:11 +0000
commit1a22806597955f8aec4d76c7b41a7284e909b87a (patch)
treeb8ce1d95425ec096f13ab6f77e20a9dae2f52bcb /editors/vim-share/Makefile.common
parent0e75fcbed3dfb21264656fbef0b0c0f9db524deb (diff)
downloadpkgsrc-1a22806597955f8aec4d76c7b41a7284e909b87a.tar.gz
Updated to 6.0.97. Changes since 6.0.92:
6.0.093 TCL after patch 6.0.070: bogus message when closing window 6.0.094 Athena: crash when using the bottom scrollbar 6.0.095 Perl: Deleting lines may leave cursor beyond end of file 6.0.096 ":saveas" changes file name even when file already exists 6.0.097 multi-byte: Using CTRL-F in Insert mode may cause a crash
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index e1787c0a6f1..c51f5f8e17d 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.16 2001/11/07 16:39:15 martti Exp $
+# $NetBSD: Makefile.common,v 1.17 2001/12/14 18:01:11 martti Exp $
-VIM_VERSION= 6.0.92
+VIM_VERSION= 6.0.97
DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2
#
# Following patches were ignored:
-# 12, 27, 48, 53, 64, 70, 73, 87
+# 12, 27, 48, 53, 64, 70, 73, 87, 93
#
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
.for p in 001 002 003 004 005 006 007 008 009 010 \
@@ -23,7 +23,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
061 062 063 065 066 067 068 069 \
071 072 074 075 076 077 078 079 080 \
081 082 083 084 085 086 088 089 090 \
- 091 092
+ 091 092 094 095 096 097
PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p}
.endfor