aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-08-14 02:22:37 +0800
committerobrien <obrien@FreeBSD.org>2007-08-14 02:22:37 +0800
commited5ed7ff7395362d56745f22d631336282812d78 (patch)
treefd878e9920667cbd93161394ce3c92d4a02c9f6d /editors/vim/Makefile
parent654343ed4faed8550a22509c6cc26e222c565853 (diff)
downloadfreebsd-ports-gnome-ed5ed7ff7395362d56745f22d631336282812d78.tar.gz
freebsd-ports-gnome-ed5ed7ff7395362d56745f22d631336282812d78.tar.zst
freebsd-ports-gnome-ed5ed7ff7395362d56745f22d631336282812d78.zip
Update to Vim 7.1 patchlevel 68.
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 93908ee2af06..63f02c445385 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 55
+PATCHLEVEL= 68
PORTVERSION= 7.1.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
PORTREVISION?= 0
@@ -19,7 +19,7 @@ PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}
PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 003 007 041
+BADPATCHES= 003 007 041 065
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N7.1.${p}}
.endfor