diff options
author | 2020-10-05 16:36:49 +0000 | |
---|---|---|
committer | 2020-10-05 16:36:49 +0000 | |
commit | 0ff37141e5bd9f433706828310ceccb0f876478e (patch) | |
tree | 1c25c507fae29a8d360f380ac8a9b0dd736ba3c6 /share/man/man5/ruby-module.5 | |
parent | Trim "s from process names; also fix a default format in man page. (diff) | |
download | wireguard-openbsd-0ff37141e5bd9f433706828310ceccb0f876478e.tar.xz wireguard-openbsd-0ff37141e5bd9f433706828310ceccb0f876478e.zip |
Update ruby-module.5 for removal of Ruby 2.5
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 8a593719ae0..fef657ed4c3 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.28 2020/01/10 17:38:58 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.29 2020/10/05 16:36:49 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: January 10 2020 $ +.Dd $Mdocdate: October 5 2020 $ .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 ruby25, ruby26, ruby27, and jruby += * and adds ruby26, ruby27, 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 ruby25, ruby26, and ruby27 +It also adds ruby26, and ruby27 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those @@ -199,10 +199,10 @@ The ports system defaults to using ruby 2.6 if the version of ruby is not specified. If you want to specify a version for a gem port, use a specific .Ev FLAVOR , -such as ruby25 to use ruby 2.5. +such as ruby27 to use ruby 2.7. If you want to specify a version for a non-gem port, set .Ev MODRUBY_REV -for the version of ruby you want to use (2.4, 2.5, 2.6, jruby). +for the version of ruby you want to use (2.6, 2.7, jruby). .Pp If you do not want the ports system to automatically set up .Ev FLAVOR Ns s |