aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-08-03 00:50:21 +0800
committerobrien <obrien@FreeBSD.org>2005-08-03 00:50:21 +0800
commitc99b8315d2b2399ababe9f0b4d800f0b7a37ec34 (patch)
tree2dde9d978fc2ebc435f3929dc82a63b133097cc0 /editors/vim/Makefile
parentb572ee093164ea24a54f9838879e192392d38996 (diff)
downloadfreebsd-ports-gnome-c99b8315d2b2399ababe9f0b4d800f0b7a37ec34.tar.gz
freebsd-ports-gnome-c99b8315d2b2399ababe9f0b4d800f0b7a37ec34.tar.zst
freebsd-ports-gnome-c99b8315d2b2399ababe9f0b4d800f0b7a37ec34.zip
Update to Vim 6.3 patchlevel 85
Approved by: portmgr(krion)
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 61d8217e9cda..1acea07b52ec 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 79
+PATCHLEVEL= 85
PORTVERSION= 6.3.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
@@ -18,7 +18,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= 000 022 025 035 038 041 044 047 048 052 073 077 078
+BADPATCHES= 000 022 025 035 038 041 044 047 048 052 073 077 078 080 084
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.3.${p}}
.endfor
@@ -181,7 +181,7 @@ cklatest:
find-bad-patches:
cd ${DISTDIR} ; egrep -l \
- '(src/os_win32|src/os_mswin|src/if_ole|src/proto/gui_w32|src/gui_w48|src/gui_mac|src/os_riscos|vms)'\
+ '(src/os_win32|src/os_mswin|src/if_ole|src/proto/gui_w32|src/gui_w48|src/gui_mac|src/os_riscos|cyg|vms)'\
vim/${PORTVERSION:C/\.[0-9a-z]*$//}*
.include <bsd.port.post.mk>