aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-10 00:59:06 +0800
committerobrien <obrien@FreeBSD.org>2000-10-10 00:59:06 +0800
commitd0da74b86d899ac4d6d0689dc6f7d8fde407c0b7 (patch)
tree54d0ad53405fecc9b275d2b09b8afc485e6fb1a5 /editors/vim5
parentc3da4156125dcc10e76637b17d1561e2dd678aa7 (diff)
downloadfreebsd-ports-gnome-d0da74b86d899ac4d6d0689dc6f7d8fde407c0b7.tar.gz
freebsd-ports-gnome-d0da74b86d899ac4d6d0689dc6f7d8fde407c0b7.tar.zst
freebsd-ports-gnome-d0da74b86d899ac4d6d0689dc6f7d8fde407c0b7.zip
Update Vim 5.7 to patchlevel 10.
Diffstat (limited to 'editors/vim5')
-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