diff options
author | martti <martti@pkgsrc.org> | 2001-12-14 18:01:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-14 18:01:11 +0000 |
commit | 1a22806597955f8aec4d76c7b41a7284e909b87a (patch) | |
tree | b8ce1d95425ec096f13ab6f77e20a9dae2f52bcb /editors | |
parent | 0e75fcbed3dfb21264656fbef0b0c0f9db524deb (diff) | |
download | pkgsrc-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')
-rw-r--r-- | editors/vim-share/Makefile.common | 8 | ||||
-rw-r--r-- | editors/vim-share/distinfo | 10 |
2 files changed, 13 insertions, 5 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 diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo index df811d01927..8f3e595e838 100644 --- a/editors/vim-share/distinfo +++ b/editors/vim-share/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2001/11/07 16:39:15 martti Exp $ +$NetBSD: distinfo,v 1.14 2001/12/14 18:01:11 martti Exp $ SHA1 (vim/vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a Size (vim/vim-6.0.tar.bz2) = 2776551 bytes @@ -170,6 +170,14 @@ SHA1 (vim/6.0.091) = 04e83459ee232193ac65981907dce6ce59a9d9ae Size (vim/6.0.091) = 1908 bytes SHA1 (vim/6.0.092) = d2dd36ba881235949e97855b0e412fb31ef7a6d1 Size (vim/6.0.092) = 3094 bytes +SHA1 (vim/6.0.094) = cc4bf08c3c410aa1f811f0413ee200b30478f16b +Size (vim/6.0.094) = 1872 bytes +SHA1 (vim/6.0.095) = 90f8e430117533612dbc4d252ed833849093c702 +Size (vim/6.0.095) = 1314 bytes +SHA1 (vim/6.0.096) = fd6d69041f1305ded32b5cf957495ae6c6af547a +Size (vim/6.0.096) = 4448 bytes +SHA1 (vim/6.0.097) = 1a1a27652b8f12b8fba36f4aca1911cf90163b4d +Size (vim/6.0.097) = 1482 bytes SHA1 (patch-aa) = 8176260aff9176f350c4534f52bce0080fedd28b SHA1 (patch-ad) = 34e1420b7cbf25fb0394a36c32faf2e03c54b386 SHA1 (patch-zb) = 41f58d90a14f47b0bf242bb90178f0c872e4b022 |