summaryrefslogtreecommitdiff
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-23 16:27:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-23 16:27:58 +0000
commitfea21db97b42b793c01f307ca1e6b4226e596b8e (patch)
tree9c411d34b2e1e19205a8de953ee070122b4483b9 /editors/vim5/Makefile
parent* Set maintainership to anders@fix.no, there is no maintainer for this port. (diff)
Update Vim 5.8 to patchlevel 8.
Notes
Notes: svn path=/head/; revision=45414
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r--editors/vim5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 7aec4331ea20..fc752c664f80 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PORTVERSION= 5.8.6
+PORTVERSION= 5.8.8
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
ftp://relay.nuxi.com/pub/vim/unreleased/unix/ \
@@ -21,7 +21,7 @@ DISTNAME= vim-${PORTVERSION:C/\.[0-9]+$//g}
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
-.for p in 01 02 03 04 05 06
+.for p in 01 02 03 04 05 06 07 08
PATCHFILES+= 5.8.0${p}
.endfor