aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-18 23:22:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-18 23:22:50 +0000
commitb49f1f31751cb0ed0d3f8f027d3e3d5216468928 (patch)
tree689f560325087ffd6daa8b2aea1d18119575b426 /editors/vim/Makefile
parentd7002343e529722f25ce55c6bcf0ce48fcd5b44b (diff)
downloadports-b49f1f31751cb0ed0d3f8f027d3e3d5216468928.tar.gz
ports-b49f1f31751cb0ed0d3f8f027d3e3d5216468928.zip
Notes
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