From: jeremy Date: Wed, 6 Oct 2021 21:14:39 +0000 (+0000) Subject: Remove Ruby 2.6 mentions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=266dc87cacbc9bb8fe19acb4eeda564309aa13d4;p=openbsd Remove Ruby 2.6 mentions --- 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