summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-07-25 16:42:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-07-25 16:42:21 +0000
commit20f5237f0f889b5aae0cd269aada523ed6cb08e2 (patch)
tree3a768382e2cc64ea5bfed710fb13d818cf4114f1 /editors/vim/Makefile
parentRemove empty files. (diff)
Update to Vim 6.1 patchlevel 141
Notes
Notes: svn path=/head/; revision=63538
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 5cdf5a214a8f..8cb4052c43e3 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 118
+PATCHLEVEL= 141
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 100
+BADPATCHES= 002 016 019 023 035 044 049 050 066 073 076 086 088 093 100 119
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor