aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index e4b3fcd63804..b32371d5160f 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 455
+PATCHLEVEL= 474
BASE_PATCHLEVEL=405
PORTVERSION= 6.1.${PATCHLEVEL}
PORTREVISION?= 0
@@ -19,7 +19,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
`expr ${PATCHLEVEL} - ${BASE_PATCHLEVEL}` `expr ${BASE_PATCHLEVEL} + 1` ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 414 418 420 421 424 434 437 443 444 445 446 452 454
+BADPATCHES= 414 418 420 421 424 434 437 443 444 445 446 452 454 456 459 465 470
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor