From d0da74b86d899ac4d6d0689dc6f7d8fde407c0b7 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 9 Oct 2000 16:59:06 +0000 Subject: Update Vim 5.7 to patchlevel 10. --- editors/vim5/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'editors/vim5') diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 6b53b45dedbc..3769ace9cfbb 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.7 +PORTVERSION= 5.7.10 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ @@ -16,13 +16,14 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/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/unix/ -DISTNAME= vim-${PORTVERSION} +#DISTNAME= vim-${PORTVERSION:C/.[0-9]+$//g} +DISTNAME= vim-5.7 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} -#PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -#.for p in 01 -#PATCHFILES+= 5.6.0${p} -#.endfor +PATCH_SITES= ${MASTER_SITES:S/unix/patches/} +.for p in 01 02 03 04 05 06 07 08 10 # 11 +PATCHFILES+= 5.7.0${p} +.endfor MAINTAINER= obrien@FreeBSD.org -- cgit