aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-06-16 22:07:25 +0800
committerobrien <obrien@FreeBSD.org>2008-06-16 22:07:25 +0800
commit7efe557cdafaa1307552e98b401e3177e298846c (patch)
tree0ebfaf3caf68d650752c827e2a3b449fa7848c53 /editors/vim/Makefile
parentee63894bacba15ae51923d18e313261ad3693491 (diff)
downloadfreebsd-ports-gnome-7efe557cdafaa1307552e98b401e3177e298846c.tar.gz
freebsd-ports-gnome-7efe557cdafaa1307552e98b401e3177e298846c.tar.zst
freebsd-ports-gnome-7efe557cdafaa1307552e98b401e3177e298846c.zip
Update to Vim 7.1 patchlevel 315.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index efb0af26e4ed..c21be29e4bde 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME?= vim
-PATCHLEVEL= 293
+PATCHLEVEL= 315
PORTVERSION= 7.1.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
-PORTREVISION?= 2
+PORTREVISION?= 0
CATEGORIES?= editors
MASTER_SITES= ${MASTER_SITE_VIM}
DISTFILES= ${RELEASE}${EXTRACT_SUFX}
@@ -20,6 +20,9 @@ PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 128 129 134 146 158 168 196 204 275 278 280 282 283 285
+.if !defined(WITH_LANG)
+BADPATCHES+= 312
+.endif
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N7.1.${p}}
.endfor