diff options
author | 2013-03-19 23:50:20 +0000 | |
---|---|---|
committer | 2013-03-19 23:50:20 +0000 | |
commit | 26d72e728ecdc9b57cc105f2100372744041bcef (patch) | |
tree | 0d29b474644dad7731f5ee7465758de087f7eca5 | |
parent | Untaint a variable used in an sprintf format string by using a regex and back- (diff) | |
download | wireguard-openbsd-26d72e728ecdc9b57cc105f2100372744041bcef.tar.xz wireguard-openbsd-26d72e728ecdc9b57cc105f2100372744041bcef.zip |
Add ruby20 FLAVOR to ruby-module(5).
-rw-r--r-- | share/man/man5/ruby-module.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 0853a68c60f..f4d6eb2a544 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.6 2013/03/19 19:52:29 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.7 2013/03/19 23:50:20 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -147,7 +147,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby18, ruby19, rbx, and jruby += * and adds ruby18, ruby19, ruby20, rbx, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -165,7 +165,7 @@ c, m, and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby18, ruby19, and rbx +It also adds ruby18, ruby19, ruby20, and rbx .Ev FLAVOR Ns s to the port. .It @@ -195,7 +195,7 @@ 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 +Use of a ruby19, ruby20, rbx, or jruby .Ev FLAVOR causes the .Ev FULLPKGNAME |