aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-02-12 01:29:11 +0800
committerobrien <obrien@FreeBSD.org>2009-02-12 01:29:11 +0800
commiteec46150c4ae885d180d25455e1e4f39ad6af451 (patch)
treea749f652ef3315d3b7195873fbe9ed3276b76d58 /editors/vim/Makefile
parent0b7cf84f3ebcfd3734a55780950968462cc96f63 (diff)
downloadfreebsd-ports-gnome-eec46150c4ae885d180d25455e1e4f39ad6af451.tar.gz
freebsd-ports-gnome-eec46150c4ae885d180d25455e1e4f39ad6af451.tar.zst
freebsd-ports-gnome-eec46150c4ae885d180d25455e1e4f39ad6af451.zip
Update to Vim 7.2 patchlevel 106.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index e38d85ac7fc0..ea8d3f306127 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 69
+PATCHLEVEL= 106
PORTVERSION= 7.2.${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= 007 027 030 036 041 049
+BADPATCHES= 007 027 030 036 041 049 071 072 074 088 089 093 101
#.if !defined(WITH_LANG)
#BADPATCHES+=
#.endif
@@ -247,7 +247,7 @@ cklatest:
| fgrep ${PORTVERSION:C/[0-9]*$//} | ${TAIL}
find-bad-patches:
- cd ${DISTDIR} ; egrep -l \
+ @cd ${DISTDIR} ; egrep -l \
'(src/if_ole|src/gui_(w32|w48|mac)|src/os_(riscos|cyg|os2|vms|amiga|win32|mswin))|src/Make_(cyg|vms|mvc)'\
vim/${PORTVERSION:C/\.[0-9a-z]*$//}*