diff options
-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 f25f9dcb76a..0900a57e3a9 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.25 2019/01/16 17:13:33 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.26 2019/04/29 00:44:53 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 16 2019 $ +.Dd $Mdocdate: April 29 2019 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -195,14 +195,14 @@ is necessary so that if a ruby x.y package is being built for the current port, it depends on the ruby x.y package of the dependencies. .Pp -The ports system defaults to using ruby 2.5 if the version of ruby is not +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 ruby24 to use ruby 2.4. +such as ruby25 to use ruby 2.5. 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, jruby). +for the version of ruby you want to use (2.4, 2.5, 2.6, 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, ruby25- for ruby 2.5). +(e.g. jruby- for jruby, ruby26- for ruby 2.6). Additionally, it adds .Ev GEM_BIN_SUFFIX and |