From 15e997bfb21ea75ca7890aa718201fe62e29a97c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 28 Apr 2001 19:34:59 +0000 Subject: Apply a hotfix against ruby-interp. This fixes the coredump when $_ is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0) It will be submitted to the vim6 author soon. --- editors/vim6+ruby/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/vim6+ruby') diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile index 1db3441e1b54..84df3f38b4b3 100644 --- a/editors/vim6+ruby/Makefile +++ b/editors/vim6+ruby/Makefile @@ -7,6 +7,8 @@ MASTERDIR= ${.CURDIR}/../vim6 +PORTREVISION= 1 + CATEGORIES= editors ruby PKGNAMESUFFIX= +ruby -- cgit v1.2.3