aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-10 17:29:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-10 17:29:45 +0000
commite6401d30248d912dc26cabd30e33052e52b8c391 (patch)
tree5cdafa99f1b316899c7474007891b05b05b34343 /editors/vim/Makefile
parentd8794febc8c6dedff1ca7c65b2fbd83ebd464341 (diff)
downloadports-e6401d30248d912dc26cabd30e33052e52b8c391.tar.gz
ports-e6401d30248d912dc26cabd30e33052e52b8c391.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 e79efbd3c328..344491816c8a 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 48
+PATCHLEVEL= 94
PORTVERSION= 6.1.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
@@ -23,7 +23,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= 002 016 019 023 035 044 049
+BADPATCHES= 002 016 019 023 035 044 049 050 066 073 076 086 088 093
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor