diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-12 10:56:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-12 10:56:19 +0800 |
commit | fcb380844f6c325a3a3fdc4c71c72a9220ea7e7c (patch) | |
tree | 0978df711ae58bca94dcf15f7b5a595c139c0abe /editors/vim5/Makefile | |
parent | c25dbab8c71230b2c08811e2d372448b75e250fa (diff) | |
download | freebsd-ports-gnome-fcb380844f6c325a3a3fdc4c71c72a9220ea7e7c.tar.gz freebsd-ports-gnome-fcb380844f6c325a3a3fdc4c71c72a9220ea7e7c.tar.zst freebsd-ports-gnome-fcb380844f6c325a3a3fdc4c71c72a9220ea7e7c.zip |
Update to version 5.6a patchlevel 21.
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 6f29bc788cdd..0ad55c71ee1c 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -PKGVER= 5.6a.12 +PKGVER= 5.6a.21 DISTNAME= vim-5.6a PKGNAME?= vim-${PKGVER} CATEGORIES= editors @@ -20,7 +20,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -.for p in 01 02 03 05 06 07 08 09 10 12 +.for p in 01 02 03 05 06 07 08 09 10 12 13 14 15 17 18 19 20 21 PATCHFILES+= 5.6a.0${p} .endfor |