diff options
author | stas <stas@FreeBSD.org> | 2009-10-24 18:52:07 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-24 18:52:07 +0800 |
commit | 73ce7fc794b5e6b68a400829c065374ad45435d1 (patch) | |
tree | c5817057ee76e28892deb1399f9d54f183e7557b /Mk | |
parent | 70d1b59afd0d89ef19eca0e5acc2ea235e2fb6cc (diff) | |
download | freebsd-ports-gnome-73ce7fc794b5e6b68a400829c065374ad45435d1.tar.gz freebsd-ports-gnome-73ce7fc794b5e6b68a400829c065374ad45435d1.tar.zst freebsd-ports-gnome-73ce7fc794b5e6b68a400829c065374ad45435d1.zip |
- Fix issue when the handle of tempfile become closed when the file
was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10).
- Bump PORTREVISION.
PR: ports/139862
Submitted by: Ari Maniatis <ari@ish.com.au>
Obtained from: Ruby SVN
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 927694d6bd64..858422e20fda 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -198,7 +198,7 @@ RUBY19= "@comment " # Ruby 1.9 # RUBY_RELVERSION= 1.9.1 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 243 |