aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-28 11:18:38 +0800
committerobrien <obrien@FreeBSD.org>2000-10-28 11:18:38 +0800
commit208ab282fd1afbdd6cc682713967829929aed936 (patch)
tree5269e5c7b757bdbafe68950d755686940de7f720 /editors/vim5/Makefile
parentbe36415ddf46c7ff7f6bf6649b28ab0279263247 (diff)
downloadfreebsd-ports-gnome-208ab282fd1afbdd6cc682713967829929aed936.tar.gz
freebsd-ports-gnome-208ab282fd1afbdd6cc682713967829929aed936.tar.zst
freebsd-ports-gnome-208ab282fd1afbdd6cc682713967829929aed936.zip
Update Vim 5.7 to patchlevel 13.
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r--editors/vim5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index c0c1e618299f..3269104217bd 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PORTVERSION= 5.7.12
+PORTVERSION= 5.7.13
CATEGORIES?= editors
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
ftp://ftp.nuxi.com/pub/vim/unix/ \
@@ -21,7 +21,7 @@ DISTNAME= vim-5.7
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
-.for p in 01 02 03 04 05 06 07 08 10 12
+.for p in 01 02 03 04 05 06 07 08 10 12 13
PATCHFILES+= 5.7.0${p}
.endfor