diff options
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |