From 06821dcdafd06f91458189afb4519c159a2422c1 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 7 Nov 2008 16:31:11 +0000 Subject: Update to Vim 7.2 patchlevel 29. --- editors/vim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vim/Makefile') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index bf5039226599..ff2fcd9aa004 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 14 +PATCHLEVEL= 29 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 @@ -19,7 +19,7 @@ PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|} PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -BADPATCHES= 007 +BADPATCHES= 007 027 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif -- cgit