aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-21 02:21:33 +0800
committerobrien <obrien@FreeBSD.org>2004-03-21 02:21:33 +0800
commit2e42cf4e886abe8514d4f24f7ad020469c7ba318 (patch)
treed2539ac96e32cb9d41f30c19599e0adbecc1e426 /editors/vim/Makefile
parent704f648390e42f99de3a77e9a9a70b0e6bb425cc (diff)
downloadfreebsd-ports-gnome-2e42cf4e886abe8514d4f24f7ad020469c7ba318.tar.gz
freebsd-ports-gnome-2e42cf4e886abe8514d4f24f7ad020469c7ba318.tar.zst
freebsd-ports-gnome-2e42cf4e886abe8514d4f24f7ad020469c7ba318.zip
Update to Vim 6.2 patchlevel 383
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 73329646b59e..6aea753565db 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 263
+PATCHLEVEL= 383
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 019 022 023 024 033 036 038 039 041 042 047 056 057 060 066 090 099 103 107 115 116 118 121 123 124 125 127 128 130 131 132 134 138 140 141 142 156 161 173 177 179 188 194 199 205 210 211 212 214 215 225 226 227 230 233 235 236 243 252
+BADPATCHES= 009 013 019 022 023 024 033 036 038 039 041 042 047 056 057 060 066 090 099 103 107 115 116 118 121 123 124 125 127 128 130 131 132 134 138 140 141 142 156 161 173 177 179 188 194 199 205 210 211 212 214 215 225 226 227 230 233 235 236 243 252 267 271 275 288 290 291 294 296 299 304 306 307 319 324 330 332 333 334 337 341 342 344 345 347 353 354 355 358 361 362 365 367 369 370 376 378 380
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.2.${p}}
.endfor