summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-08-11 12:14:10 +0000
committermartti <martti@pkgsrc.org>2008-08-11 12:14:10 +0000
commit244cac03bd9e7e8f65a2c3e1c015dacd764afda9 (patch)
tree53f62ff09bdd8371caced7d4bda734c83fc14cc5 /editors/vim-share/Makefile.common
parentac6fd34d7d3302bfd11c0d03783691974e1eca70 (diff)
downloadpkgsrc-244cac03bd9e7e8f65a2c3e1c015dacd764afda9.tar.gz
Updated VIM to 7.2
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2".
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common9
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 58d459c4175..75eb515165c 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.110 2008/06/23 05:07:56 martti Exp $
+# $NetBSD: Makefile.common,v 1.111 2008/08/11 12:14:10 martti Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -27,12 +27,7 @@ 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 7.1.201-300.gz
-PATCHFILES+= 7.1.301 7.1.302 7.1.303 7.1.304 7.1.305 7.1.306 7.1.307
-PATCHFILES+= 7.1.308 7.1.309 7.1.310 7.1.311 7.1.312 7.1.313 7.1.314
-PATCHFILES+= 7.1.315 7.1.316 7.1.317 7.1.318 7.1.319 7.1.320 7.1.321
-PATCHFILES+= 7.1.322 7.1.323 7.1.324 7.1.325 7.1.326 7.1.327 7.1.328
-PATCHFILES+= 7.1.329 7.1.330
+#PATCHFILES+= 7.2.001
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/