From f0cf5f6a4bd6d3803255eaf58b45deb06e8a4649 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 1 Sep 1998 09:33:41 +0000 Subject: Upgrade to version 5.3 of the vi editor clone, to include minor bugfixes since 5.2. Re-arrange the Makefile so that it hits the faster ftp sites first. Add some additional syntax checking files. --- editors/vim/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/vim/Makefile') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index dabf7d9eb32..c80e2432258 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1998/08/24 10:12:22 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/01 09:33:41 agc Exp $ -DISTNAME= vim-5.2 +DISTNAME= vim-5.3 CATEGORIES= editors -MASTER_SITES= ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ - ftp://ftp.oce.nl/pub/vim/unix/ \ +MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ + ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ -DISTFILES= vim-5.2-src.tar.gz vim-5.2-rt.tar.gz +DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.vim.org/ -- cgit v1.2.3