From 7542d020380ee05e8ae10101cc8706f424c1c99b Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 19 May 2009 14:56:57 +0000 Subject: Update to Vim 7.2 patchlevel 171. (there is an issue with patch 173 that holds back updating past PL 171) --- editors/vim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/vim/Makefile') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index cffb969c24a3..52942f7cb0b7 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,10 +7,10 @@ # PORTNAME?= vim -PATCHLEVEL= 166 +PATCHLEVEL= 171 PORTVERSION= 7.2.${PATCHLEVEL} RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} DISTFILES= ${RELEASE}${EXTRACT_SUFX} @@ -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 027 030 036 041 049 071 072 074 088 089 093 101 138 150 +BADPATCHES= 007 027 030 036 041 049 071 072 074 088 089 093 101 138 150 172 173 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif -- cgit