diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-17 00:29:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-17 00:29:16 +0800 |
commit | d752dc42d3e345b73ec407c028a2f149d8a94e93 (patch) | |
tree | 668a46e453b6d27f6828333455a1abdd88b18058 /editors/vim5/Makefile | |
parent | ecc967ce0f40bf1487a100f4de34eaac9cc0b01f (diff) | |
download | freebsd-ports-gnome-d752dc42d3e345b73ec407c028a2f149d8a94e93.tar.gz freebsd-ports-gnome-d752dc42d3e345b73ec407c028a2f149d8a94e93.tar.zst freebsd-ports-gnome-d752dc42d3e345b73ec407c028a2f149d8a94e93.zip |
Update Vim 5.8 to patchlevel 4.
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 5988650f0fdd..aeb34d901c58 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.8.3 +PORTVERSION= 5.8.4 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 +.for p in 01 02 03 04 PATCHFILES+= 5.8.0${p} .endfor |