From 29d838e02ae9ce88dae3eeb0007ddda4ff0b2d68 Mon Sep 17 00:00:00 2001 From: jeremy Date: Tue, 4 Jan 2022 19:51:24 +0000 Subject: [PATCH] Document ruby31 FLAVOR --- share/man/man5/ruby-module.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 61f6c2cdf79..3f1adc4f1ec 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.34 2021/10/06 21:14:39 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.35 2022/01/04 19:51:24 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: October 6 2021 $ +.Dd $Mdocdate: January 4 2022 $ .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 ruby27, ruby30, and jruby += * and adds ruby27, ruby30, ruby31, 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 ruby27 and ruby30 +It also adds ruby27, ruby30, and ruby31 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those -- 2.20.1