summaryrefslogtreecommitdiff
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 5ea59d31a80d..7b6c7fca4941 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 185
+PATCHLEVEL= 204
PORTVERSION= 6.0.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
@@ -27,7 +27,7 @@ PATCHFILES!= p=0 ; \
p=$$(($$p + 1)) ; \
done
# bits to remove
-BADPATCHES= 000 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179
+BADPATCHES= 000 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179 186
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.0.${p}}
.endfor