diff options
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7b38ee535f34..829c7659ecbb 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 14 +PATCHLEVEL= 21 PORTVERSION= 6.2.${PATCHLEVEL} PORTREVISION?= 0 CATEGORIES?= editors @@ -18,7 +18,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/} PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -BADPATCHES= 009 013 +BADPATCHES= 009 013 019 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N6.2.${p}} .endfor |