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 7b6c7fca4941..745d228c5669 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 204 +PATCHLEVEL= 223 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 186 +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 205 207 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N6.0.${p}} .endfor |