diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 22:53:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 22:53:34 +0000 |
commit | d516a6be1c8c264e6b0cdad156cecd1651882e39 (patch) | |
tree | 136441a7f0e99e543f2cae6ed1dca6205342ed61 /editors/vim5/Makefile | |
parent | Update the WWW link. (diff) |
Update Vim 5.7 to patchlevel 27.
Notes
Notes:
svn path=/head/; revision=40680
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 7c47072a6380..9254c7de4f85 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.7.25 +PORTVERSION= 5.7.27 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 16 17 18 19 20 21 22 23 24 25 +.for p in 01 02 03 04 05 06 07 08 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 PATCHFILES+= 5.7.0${p} .endfor |