summaryrefslogtreecommitdiff
path: root/editors/vim6+ruby
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-28 19:34:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-28 19:34:59 +0000
commit15e997bfb21ea75ca7890aa718201fe62e29a97c (patch)
tree5ad156464eec31ea4536f767fe108b35660994f7 /editors/vim6+ruby
parentUpdate to 1.0.11 (diff)
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.
Notes
Notes: svn path=/head/; revision=42013
Diffstat (limited to 'editors/vim6+ruby')
-rw-r--r--editors/vim6+ruby/Makefile2
1 files changed, 2 insertions, 0 deletions
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