Bug 250131

Summary: New port: lang/ruby30 Object-oriented interpreted scripting language
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Some People CC: lwhsu, meta
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2020-10-05 05:01:36 UTC
Created attachment 218529 [details]
Patch file

Ruby is the interpreted scripting language for quick and easy object-oriented programming.  It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.

This is version 3.0 of Ruby.
    
To apply attached patch please take following steps.

1. cd /usr/ports
2. svn copy lang/ruby27 lang/ruby30
3. svn patch /path/to/attached/patch
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-12 03:02:49 UTC
A commit references this bug:

Author: meta
Date: Mon Oct 12 03:02:36 UTC 2020
New revision: 552092
URL: https://svnweb.freebsd.org/changeset/ports/552092

Log:
  Add lang/ruby30 (Ruby 3.0.0 Preview 1)

  PR:		250131
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Reviewed by:	meta (myself)
  Relnotes:	https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/

Changes:
  head/Mk/bsd.default-versions.mk
  head/Mk/bsd.ruby.mk
  head/lang/Makefile
  head/lang/ruby30/
  head/lang/ruby30/Makefile
  head/lang/ruby30/distinfo
  head/lang/ruby30/files/patch-tool_rbinstall.rb
  head/lang/ruby30/files/patch-upstream-bug17191
  head/lang/ruby30/pkg-plist
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2020-10-12 03:06:50 UTC
Committed, thank you always!