diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 6be04f59223..42bb1912641 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.38 2005/01/05 11:03:44 cjs Exp $ +# $NetBSD: Makefile.common,v 1.39 2005/01/06 20:38:06 adrianp Exp $ VIM_VERSION= 6.3 -VIM_PATCHLEVEL= 0 +VIM_PATCHLEVEL= 045 DISTNAME= vim-${VIM_VERSION} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -10,12 +10,13 @@ MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ DIST_SUBDIR= vim EXTRACT_SUFX= .tar.bz2 -##PATCH_SITES+= ${MASTER_SITES:S/unix/patches/} -##PATCHFILES!= jot -s " " -w ${VIM_VERSION}.%03d ${VIM_PATCHLEVEL} -##SKIP_PATCHES= -##.for p in ${SKIP_PATCHES} -##PATCHFILES:= ${PATCHFILES:N${VIM_VERSION}.${p}} -##.endif +PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/ +PATCHFILES+= 6.3.001 6.3.002 6.3.003 6.3.004 6.3.005 6.3.006 6.3.007\ + 6.3.008 6.3.009 6.3.010 6.3.011 6.3.012 6.3.013 6.3.014\ + 6.3.015 6.3.016 6.3.017 6.3.018 6.3.019 6.3.020 6.3.021\ + 6.3.023 6.3.024 6.3.026 6.3.027 6.3.028 6.3.029 6.3.030\ + 6.3.031 6.3.032 6.3.033 6.3.034 6.3.036 6.3.037 6.3.039\ + 6.3.040 6.3.042 6.3.043 6.3.045 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |