diff options
author | martti <martti@pkgsrc.org> | 2008-06-02 11:19:53 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-06-02 11:19:53 +0000 |
commit | e633b0c01890290c8b50871a7a91a9a24aab5768 (patch) | |
tree | d2fef781772310c05401c0c649515557f6e129cf /editors/vim-share/Makefile.common | |
parent | a63efd34f94ff36198c45ef8186f71b67f0e7541 (diff) | |
download | pkgsrc-e633b0c01890290c8b50871a7a91a9a24aab5768.tar.gz |
Updated editors/vim-share to 7.1.305
1558 7.1.298 src/gvimtutor is not distributed
9490 7.1.299 filetype detection fails for file name with special characters
1959 7.1.300 value of asmsyntax argument isn't checked for valid characters
1673 7.1.301 "File/Save" menu in Insert mode doesn't update tab page label
1485 7.1.302 (after 7.1.299) compilation error on MS-Windows
12135 7.1.304 shortpath_for_invalid_fname() is too complex and wrong
4735 7.1.305 can't edit compressed file with special characters in the name
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index ea2316d1399..fdbd5d01196 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.107 2008/05/09 09:47:21 martti Exp $ +# $NetBSD: Makefile.common,v 1.108 2008/06/02 11:19:53 martti Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -27,21 +27,8 @@ SITES.vim-${VIM_VERSION}-lang.tar.gz+= ftp://ftp.fu-berlin.de/misc/editors/vim/e PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/ PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/ -PATCHFILES+= 7.1.001-100.gz 7.1.101-200.gz -PATCHFILES+= 7.1.201 7.1.202 7.1.203 7.1.204 7.1.205 7.1.206 7.1.207 -PATCHFILES+= 7.1.208 7.1.209 7.1.210 7.1.211 7.1.212 7.1.213 7.1.214 -PATCHFILES+= 7.1.215 7.1.216 7.1.217 7.1.218 7.1.219 7.1.220 7.1.221 -PATCHFILES+= 7.1.222 7.1.223 7.1.224 7.1.225 7.1.226 7.1.227 7.1.228 -PATCHFILES+= 7.1.229 7.1.230 7.1.231 7.1.232 7.1.233 7.1.234 7.1.235 -PATCHFILES+= 7.1.236 7.1.237 7.1.238 7.1.239 7.1.240 7.1.241 7.1.242 -PATCHFILES+= 7.1.243 7.1.244 7.1.245 7.1.246 7.1.247 7.1.248 7.1.249 -PATCHFILES+= 7.1.250 7.1.251 7.1.252 7.1.253 7.1.254 7.1.255 7.1.256 -PATCHFILES+= 7.1.257 7.1.258 7.1.259 7.1.260 7.1.261 7.1.262 7.1.263 -PATCHFILES+= 7.1.264 7.1.265 7.1.266 7.1.267 7.1.268 7.1.269 7.1.270 -PATCHFILES+= 7.1.271 7.1.272 7.1.273 7.1.274 7.1.275 7.1.276 7.1.277 -PATCHFILES+= 7.1.278 7.1.279 7.1.280 7.1.281 7.1.282 7.1.283 7.1.284 -PATCHFILES+= 7.1.285 7.1.286 7.1.287 7.1.288 7.1.289 7.1.290 7.1.291 -PATCHFILES+= 7.1.292 7.1.293 7.1.294 7.1.295 7.1.296 7.1.297 +PATCHFILES+= 7.1.001-100.gz 7.1.101-200.gz 7.1.201-300.gz +PATCHFILES+= 7.1.301 7.1.302 7.1.303 7.1.304 7.1.305 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |