diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-09 16:59:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-09 16:59:06 +0000 |
commit | 811055968d164ddc9e51124252ef623edb460180 (patch) | |
tree | bb0a2bfeee9ce6934ed84209d3175a01c4cb9c44 /editors/vim5 | |
parent | 90e433dbdef59cca4d381e0a6b2f498310c2b9e0 (diff) | |
download | ports-811055968d164ddc9e51124252ef623edb460180.tar.gz ports-811055968d164ddc9e51124252ef623edb460180.zip |
Notes
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
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 |