aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 03:53:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 03:53:46 +0000
commit3a063823998c4033cd6adc312b8a7b688032688a (patch)
tree20a38033ef58e4296e664b917ba71278e610285d /editors/vim/Makefile
parent520bec1f56b59e6f799cb8d16ae618cda06384a1 (diff)
downloadports-3a063823998c4033cd6adc312b8a7b688032688a.tar.gz
ports-3a063823998c4033cd6adc312b8a7b688032688a.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 344491816c8a..47b70d021abd 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 94
+PATCHLEVEL= 114
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 050 066 073 076 086 088 093
+BADPATCHES= 002 016 019 023 035 044 049 050 066 073 076 086 088 093 100
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor