summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-09 16:59:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-09 16:59:06 +0000
commit811055968d164ddc9e51124252ef623edb460180 (patch)
treebb0a2bfeee9ce6934ed84209d3175a01c4cb9c44 /editors
parentCorrect the documentation of the WITH_ and WITHOUT_ options. (diff)
Update Vim 5.7 to patchlevel 10.
Notes
Notes: svn path=/head/; revision=33622
Diffstat (limited to 'editors')
-rw-r--r--editors/vim5/Makefile13
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