diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-29 01:56:13 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-29 01:56:13 +0800 |
commit | a6e585c8f059288c570f2c2866ee92df1752fe61 (patch) | |
tree | c379bc5204eef8d5a5bd40c148640c954c1e4f28 /editors/vim5 | |
parent | 3ae296f031b5fa9716dccb44718287871a48d4f2 (diff) | |
download | freebsd-ports-gnome-a6e585c8f059288c570f2c2866ee92df1752fe61.tar.gz freebsd-ports-gnome-a6e585c8f059288c570f2c2866ee92df1752fe61.tar.zst freebsd-ports-gnome-a6e585c8f059288c570f2c2866ee92df1752fe61.zip |
Update to Vim 5.7 release.
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 18 | ||||
-rw-r--r-- | editors/vim5/distinfo | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 6e73b2982785..54657283759e 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,16 +7,16 @@ # PORTNAME?= vim -PORTVERSION= 5.7a +PORTVERSION= 5.7 CATEGORIES= editors -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 +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.is.co.za/applications/editors/vim/ \ + ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ + ftp://ftp.progsoc.uts.edu.au/pub/vim/ +DISTNAME= vim-5.7 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} #PATCH_SITES= ${MASTER_SITES:S/unix/patches/} diff --git a/editors/vim5/distinfo b/editors/vim5/distinfo index d96d150b4343..fdaa284ef575 100644 --- a/editors/vim5/distinfo +++ b/editors/vim5/distinfo @@ -1,2 +1,2 @@ -MD5 (vim/vim-5.7a-src.tar.gz) = 69824ed97d3678bd0fbf28be992005cc -MD5 (vim/vim-5.7a-rt.tar.gz) = c6d80ffa65b7d5b2aa5f756a5632976a +MD5 (vim/vim-5.7-src.tar.gz) = 0b2bca69c7018a8777d8d5390e23d06e +MD5 (vim/vim-5.7-rt.tar.gz) = b7d9cbc64479e26f52e2bc58d312bd84 |