diff options
author | martti <martti@pkgsrc.org> | 2001-10-24 10:55:21 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-24 10:55:21 +0000 |
commit | 85c40a308b3689e204abbf9d80340a944c5e7ac9 (patch) | |
tree | 5acd41cdc15546260e82f0ce5395e166acaf0200 /editors/vim-share/Makefile.common | |
parent | 980f3660788b1059c86f18f38a756175796edf3e (diff) | |
download | pkgsrc-85c40a308b3689e204abbf9d80340a944c5e7ac9.tar.gz |
- Note obrien@freebsd.org's work in the head of Makefile.common
- Updated to 6.0.23. Changes since 6.0.18:
6.0.019 crash when making a printable string with multi-byte chars
6.0.020 <Leader> and <LocalLeader> don't work inside a function
6.0.021 the 'cscopepathcomp' option didn't work
6.0.022 'langmap' wasn't use after a command starting with "g"
6.0.023 The lhaskell syntax file didn't load haskell.vim
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 80a685a0752..255a855373d 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,5 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2001/10/22 06:46:02 martti Exp $ -VIM_VERSION= 6.0.18 +# $NetBSD: Makefile.common,v 1.14 2001/10/24 10:55:21 martti Exp $ +# Obtained from: FreeBSD vim port (obrien) + +VIM_VERSION= 6.0.23 DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -13,7 +15,8 @@ EXTRACT_SUFX= .tar.bz2 # - patch 12 was ignored # PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -.for p in 01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 +.for p in 01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 \ + 19 20 21 22 23 PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.0${p} .endfor |