diff options
author | 2017-01-06 16:11:22 +0000 | |
---|---|---|
committer | 2017-01-06 16:11:22 +0000 | |
commit | 28b082ba004e828226f8144e8ea8eccfad851c4a (patch) | |
tree | 52a4420cf1fc34217c3693f8822d41333af7dd4a /share/man/man5/ruby-module.5 | |
parent | Ansify cpu_sysctl() on mips64 platforms. (diff) | |
download | wireguard-openbsd-28b082ba004e828226f8144e8ea8eccfad851c4a.tar.xz wireguard-openbsd-28b082ba004e828226f8144e8ea8eccfad851c4a.zip |
Add ruby 2.4 information
Diffstat (limited to 'share/man/man5/ruby-module.5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 9723e6b67f4..25a00ad8a15 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.20 2016/09/06 15:48:22 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.21 2017/01/06 16:11:22 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: September 6 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -152,7 +152,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby18, ruby21, ruby22, ruby23 and jruby += * and adds ruby18, ruby21, ruby22, ruby23, ruby24, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -168,7 +168,7 @@ the appropriate libraries and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby18, ruby21, ruby22, and ruby23 +It also adds ruby18, ruby21, ruby22, ruby23, and ruby24 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those @@ -189,7 +189,7 @@ should use this format: .Pp .Dl category/ruby-foo,${MODRUBY_FLAVOR} .Pp -Use of a ruby21, ruby22, ruby23, or jruby +Use of a ruby21, ruby22, ruby23, ruby24, or jruby .Ev FLAVOR causes the .Ev FULLPKGNAME @@ -209,7 +209,7 @@ If you want to specify a version for a gem/extconf port, use a specific such as ruby18 to use ruby 1.8. If you want to specify a version for a non-gem/extconf port, set .Ev MODRUBY_REV -for the version of ruby you want to use (1.8, 2.1, 2.2, 2.3, jruby). +for the version of ruby you want to use (1.8, 2.1, 2.2, 2.3, 2.4, jruby). .Pp If you do not want the ports system to automatically set up .Ev FLAVOR Ns s |