diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-24 00:27:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-24 00:27:58 +0800 |
commit | 20c2655e15cb3f9da791e5c3ddcff71da89fe08f (patch) | |
tree | 1995122354bdb0e2cef02ec5e088a3aef3c529c2 /editors/vim5/Makefile | |
parent | f6a928f16deb6b29a04d7ca45da2385ea4df147d (diff) | |
download | freebsd-ports-gnome-20c2655e15cb3f9da791e5c3ddcff71da89fe08f.tar.gz freebsd-ports-gnome-20c2655e15cb3f9da791e5c3ddcff71da89fe08f.tar.zst freebsd-ports-gnome-20c2655e15cb3f9da791e5c3ddcff71da89fe08f.zip |
Update Vim 5.8 to patchlevel 8.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 4 |
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 |