aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-07-06 20:09:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-07-06 20:09:05 +0000
commit1344bef8126c131448b3c12e35111907b7e539d0 (patch)
tree4e737c96021d9b615cf7a27282c7e6a45c370312 /editors/vim/Makefile
parentaccf2d808f83d060462337a1c31fc87539be9643 (diff)
downloadports-1344bef8126c131448b3c12e35111907b7e539d0.tar.gz
ports-1344bef8126c131448b3c12e35111907b7e539d0.zip
Notes
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 45b36ea099e7..61d8217e9cda 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 62
+PATCHLEVEL= 79
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
+BADPATCHES= 000 022 025 035 038 041 044 047 048 052 073 077 078
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.3.${p}}
.endfor