summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJeremy Evans <jeremy@cvs.openbsd.org>2015-09-06 05:20:00 +0000
committerJeremy Evans <jeremy@cvs.openbsd.org>2015-09-06 05:20:00 +0000
commit1668f0d5573dd028286bba59c745a1c49098494b (patch)
tree4d063548b1eec20aeffda0a7a51a81340462cead /share
parent8bb83be8d38ccfcc4226589ba276bc0d9e715512 (diff)
Remove ruby19 and rbx FLAVOR information, as support for both was removed
recently. OK kspillner@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/ruby-module.516
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5
index 2009ecea21a..e2f215f7bad 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.16 2015/07/19 02:24:09 jeremy Exp $
+.\" $OpenBSD: ruby-module.5,v 1.17 2015/09/06 05:19:59 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: July 19 2015 $
+.Dd $Mdocdate: September 6 2015 $
.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 ruby18, ruby19, ruby20, ruby21, ruby22, rbx, and jruby
+= * and adds ruby18, ruby20, ruby21, ruby22, and jruby
.Ev FLAVOR Ns s
to the port, so the same port can build packages for multiple versions of ruby.
.It
@@ -170,7 +170,7 @@ the appropriate libraries and
.Ev MODRUBY_WANTLIB
to
.Ev WANTLIB .
-It also adds ruby18, ruby19, ruby20, ruby21, ruby22, and rbx
+It also adds ruby18, ruby20, ruby21, and ruby22
.Ev FLAVOR Ns s
to the port.
If the C extension in the gem requires specific arguments to extconf.rb, set those
@@ -191,7 +191,7 @@ should use this format:
.Pp
.Dl category/ruby-foo,${MODRUBY_FLAVOR}
.Pp
-Use of a ruby19, ruby20, ruby21, ruby22, rbx, or jruby
+Use of a ruby20, ruby21, ruby22, or jruby
.Ev FLAVOR
causes the
.Ev FULLPKGNAME
@@ -211,7 +211,7 @@ If you want to specify a version for a gem/extconf port, use a specific
such as ruby18 to use ruby 1.8.
If you want to specify a version for a non-gem/extconf port, set
.Ev MODRUBY_REV
-for the version of ruby you want to use (1.8, 1.9, 2.0, 2.1, 2.2, jruby, rbx).
+for the version of ruby you want to use (1.8, 2.0, 2.1, 2.2, jruby).
.Pp
If you do not want the ports system to automatically set up
.Ev FLAVOR Ns s
@@ -227,7 +227,7 @@ When
.Ev MODRUBY_HANDLE_FLAVORS
is Yes, the ports system automatically adds the appropriate prefix to the
.Ev FULLPKGNAME
-(e.g. ruby- for ruby 1.8, ruby19- for ruby 1.9).
+(e.g. ruby- for ruby 1.8, ruby22- for ruby 2.2).
Additionally, it adds
.Ev GEM_BIN_SUFFIX
and
@@ -242,7 +242,7 @@ any binary file entries in the PLIST should be appended with
This is because the gem binaries for multiple ruby versions are all
installed to
.Pa ${LOCALBASE}/bin ,
-and ruby 1.9+ installs the binaries with a suffix.
+and the binaries all use a version-specific suffix.
Any man pages and other files that would be installed to locations not
specific to a ruby implementation (such as under
.Pa ${LOCALBASE}/share ) ,