diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-26 23:05:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-26 23:05:23 +0800 |
commit | 4ab06828d8388115cc311669a1eda28242c02774 (patch) | |
tree | 13c5e32798cfa2271d289ec92c1f2c86a74a4cd6 /editors | |
parent | cd95272626197c31f289fbf7edd090a795a3d5c7 (diff) | |
download | freebsd-ports-gnome-4ab06828d8388115cc311669a1eda28242c02774.tar.gz freebsd-ports-gnome-4ab06828d8388115cc311669a1eda28242c02774.tar.zst freebsd-ports-gnome-4ab06828d8388115cc311669a1eda28242c02774.zip |
Update Vim 5.7 to patchlevel 30.
Fixed problem: A ":make" or ":grep" command with a very long argument could
cause a crash.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim5/Makefile | 4 | ||||
-rw-r--r-- | editors/vim5/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 983e60d602b6..ed7ae73108ee 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PORTVERSION= 5.7.28 +PORTVERSION= 5.7.30 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 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 +.for p in 01 02 03 04 05 06 07 08 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 PATCHFILES+= 5.7.0${p} .endfor diff --git a/editors/vim5/distinfo b/editors/vim5/distinfo index fc1ca6bd6c1d..c60e405c690b 100644 --- a/editors/vim5/distinfo +++ b/editors/vim5/distinfo @@ -25,3 +25,5 @@ MD5 (vim/5.7.024) = dd89b25e912dcdaf61920b9010c63e21 MD5 (vim/5.7.025) = 4905ba456ce9f9a1217d9fbb068cce5e MD5 (vim/5.7.027) = 62abe4c53df85dc1ede40cb486d20cd2 MD5 (vim/5.7.028) = 10f371b11da46a035af7d4ac1adb68a6 +MD5 (vim/5.7.029) = 3b727e71939e645b127a7fdfd308c63f +MD5 (vim/5.7.030) = 137695bb5c01d12daf0567a557e90a96 |