diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-27 13:55:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-27 13:55:41 +0000 |
commit | 4bcccab0018368e9c3b7d4f615440a2702a3963c (patch) | |
tree | 4188586c931e519ee116bbf10e4df92b7d631c90 /lang/ruby_static-devel | |
parent | Bump portrevision. Fix plist errors. Don't bother with NOPORTDOCS, since (diff) |
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.
Remove the autoconf dependency by including a pre-generated configure
script in the distfile. It now also includes a pre-generated parse.c
made by bison 1.35.
Diffstat (limited to 'lang/ruby_static-devel')
-rw-r--r-- | lang/ruby_static-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby_static-devel/Makefile b/lang/ruby_static-devel/Makefile index 8037a0c13934..2f553da976d4 100644 --- a/lang/ruby_static-devel/Makefile +++ b/lang/ruby_static-devel/Makefile @@ -7,7 +7,7 @@ MASTERDIR= ${.CURDIR}/../ruby_static -PORTREVISION= 1 +PORTREVISION= 0 RUBY_VER= 1.7 |