diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-20 10:37:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-20 10:37:00 +0800 |
commit | 19ac28970684d84fbcb89235acc031cfd26895c9 (patch) | |
tree | c0a8e9caddf2f4f8e7b9ac6ed9f1d615a60e7585 /editors/vim5/Makefile | |
parent | b83f1b88a1dcbd8f0ac8505ae5edf8ed9efa4634 (diff) | |
download | freebsd-ports-graphics-19ac28970684d84fbcb89235acc031cfd26895c9.tar.gz freebsd-ports-graphics-19ac28970684d84fbcb89235acc031cfd26895c9.tar.zst freebsd-ports-graphics-19ac28970684d84fbcb89235acc031cfd26895c9.zip |
Update to Vim 5.7a.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 5001cdf084b..6e73b298278 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,22 +7,22 @@ # PORTNAME?= vim -PORTVERSION= 5.6.70 +PORTVERSION= 5.7a CATEGORIES= editors -MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ - ftp://ftp.nuxi.com/pub/vim/unix/ \ - ftp://ftp.freesoftware.com/pub/vim/unix/ \ - ftp://ftp.vim.org/pub/vim/unix/ \ - ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ - ftp://ftp.is.co.za/applications/editors/vim/ \ - ftp://ftp.progsoc.uts.edu.au/pub/vim/ -DISTNAME= vim-5.6 +MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ + ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \ + ftp://ftp.freesoftware.com/pub/vim/unreleased/unix/ \ + ftp://ftp.vim.org/pub/vim/unreleased/unix/ \ + ftp://ftp.is.co.za/applications/editors/unreleased/vim/ \ + ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unreleased/unix/ \ + ftp://ftp.progsoc.uts.edu.au/pub/unreleased/vim/ +DISTNAME= vim-5.7a DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} -PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -.for p in 01 02 03 05 06 10 11 12 13 14 15 16 17 18 19 21 22 25 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 46 47 48 49 50 51 52 53 54 55 58 60 61 62 63 64 65 66 67 68 69 70 -PATCHFILES+= 5.6.0${p} -.endfor +#PATCH_SITES= ${MASTER_SITES:S/unix/patches/} +#.for p in 01 +#PATCHFILES+= 5.6.0${p} +#.endfor MAINTAINER= obrien@FreeBSD.org |