summaryrefslogtreecommitdiff
path: root/editors/vim5
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-19 03:09:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-19 03:09:37 +0000
commit05da9e1416d41822758af9aca4c28a7ba54ba16d (patch)
tree65471ccd7eb6b21fa2e1b535fdceaac42459dac9 /editors/vim5
parentMake nolonger support :U. Fix to compensate for that. (diff)
Update Vim 5.7 to patchlevel 18.
Notes
Notes: svn path=/head/; revision=35252
Diffstat (limited to 'editors/vim5')
-rw-r--r--editors/vim5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index b1d883c2a734..9ada4911394d 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PORTVERSION= 5.7.15
+PORTVERSION= 5.7.18
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
ftp://ftp.nuxi.com/pub/vim/unix/ \
@@ -21,7 +21,7 @@ DISTNAME= vim-5.7
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 07 08 10 12 13 14 15
+.for p in 01 02 03 04 05 06 07 08 10 12 13 14 15 16 17 18
PATCHFILES+= 5.7.0${p}
.endfor