diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2013-03-19 19:52:30 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2013-03-19 19:52:30 +0000 |
commit | cebd6c1ebba5dd691d3e73fbf6bb58747c0e2c77 (patch) | |
tree | d55c0826846205496b227d11c36273901ed162f0 /share | |
parent | 01646e1f7ce6b4efb4ebd1d1fe4abaa0dc4f8c02 (diff) |
Note that ruby 1.8 is the current default for non-gem or extconf
ruby ports, and how to use MODRUBY_REV to choose which ruby version
to use.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/ruby-module.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 5fcbc29d3d7..0853a68c60f 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.5 2013/03/11 14:35:53 espie Exp $ +.\" $OpenBSD: ruby-module.5,v 1.6 2013/03/19 19:52:29 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 11 2013 $ +.Dd $Mdocdate: March 19 2013 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -189,6 +189,12 @@ Explicitly specify the ruby18 .Ev FLAVOR to build a package for ruby 1.8. .Pp +Currently, the ports system uses ruby 1.8 by default for non-gem or +extconf ports. +You can set +.Ev MODRUBY_REV +to use a specific ruby version for non-gem and extconf ports. +.Pp Use of a ruby19, rbx, or jruby .Ev FLAVOR causes the |