summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJeremy Evans <jeremy@cvs.openbsd.org>2021-10-06 21:14:40 +0000
committerJeremy Evans <jeremy@cvs.openbsd.org>2021-10-06 21:14:40 +0000
commit5581d25aa13397fbe5507a5016a9340a4447dfdc (patch)
tree56a744039ceef5f271d5a0767bcaad6bf3f71707 /share
parent8be5040a6e8f33ead729a23c891aded656391565 (diff)
Remove Ruby 2.6 mentions
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/ruby-module.512
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5
index dfe79b892cf..61f6c2cdf79 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.33 2021/09/02 15:00:55 jeremy Exp $
+.\" $OpenBSD: ruby-module.5,v 1.34 2021/10/06 21:14:39 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 2 2021 $
+.Dd $Mdocdate: October 6 2021 $
.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 ruby26, ruby27, ruby30, and jruby
+= * and adds ruby27, ruby30, 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 ruby26, ruby27, and ruby30
+It also adds ruby27 and ruby30
.Ev FLAVOR Ns s
to the port.
If the C extension in the gem requires specific arguments to extconf.rb, set those
@@ -202,7 +202,7 @@ If you want to specify a version for a gem port, use a specific
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.6, 2.7, 3.0, jruby).
+for the version of ruby you want to use (2.7, 3.0, jruby).
.Pp
If you do not want the ports system to automatically set up
.Ev FLAVOR Ns s
@@ -218,7 +218,7 @@ When
.Ev MODRUBY_HANDLE_FLAVORS
is Yes, the ports system automatically adds the appropriate prefix to the
.Ev FULLPKGNAME
-(e.g. jruby- for jruby, ruby26- for ruby 2.6).
+(e.g. jruby- for jruby, ruby30- for ruby 3.0).
Additionally, it adds
.Ev GEM_BIN_SUFFIX
and