aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-03-02 12:43:23 +0800
committerobrien <obrien@FreeBSD.org>2005-03-02 12:43:23 +0800
commit30c396371882b759055393a7ae73ab08933d1deb (patch)
treeaf7bc3877ab07551bffa18f5a738e14f894eb6c3 /editors/vim/Makefile
parentc94978292ac0c9e98c3c87b0824eea4e4afd67a3 (diff)
downloadfreebsd-ports-gnome-30c396371882b759055393a7ae73ab08933d1deb.tar.gz
freebsd-ports-gnome-30c396371882b759055393a7ae73ab08933d1deb.tar.zst
freebsd-ports-gnome-30c396371882b759055393a7ae73ab08933d1deb.zip
Update to Vim 6.3 patchlevel 62
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 e392264f84af..45b36ea099e7 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 45
+PATCHLEVEL= 62
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
+BADPATCHES= 000 022 025 035 038 041 044 047 048 052
.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)'\
+ '(src/os_win32|src/os_mswin|src/if_ole|src/proto/gui_w32|src/gui_w48|src/gui_mac|src/os_riscos|vms)'\
vim/${PORTVERSION:C/\.[0-9a-z]*$//}*
.include <bsd.port.post.mk>