Bug 263030 - lang/ruby32: Add new port
Summary: lang/ruby32: Add new port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL: https://www.ruby-lang.org/en/news/202...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-04 00:41 UTC by Yasuhiro Kimura
Modified: 2022-04-13 03:07 UTC (History)
1 user (show)

See Also:


Attachments
Patch file (877.86 KB, patch)
2022-04-04 00:41 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (878.23 KB, application/mbox)
2022-04-04 03:37 UTC, Yasuhiro Kimura
yasu: maintainer-approval? (ruby)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-04 00:41:12 UTC
Created attachment 232923 [details]
Patch file

Add preview1 of Ruby 3.2 series.

ReleaseNotes:   https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-04 03:37:07 UTC
Created attachment 232925 [details]
Updated patch file

Connect to ports tree.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-04-11 15:37:33 UTC
LGTM. Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-13 03:05:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=add80dec1ab9913292b08ca8a9968728c755c222

commit add80dec1ab9913292b08ca8a9968728c755c222
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-04-03 18:05:05 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-04-13 03:04:02 +0000

    lang/ruby32: Add new port

    Add preview1 of Ruby 3.2 series.

    ReleaseNotes:   https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/
    PR:             263030
    Approved by:    sunpoet (ruby)

 Mk/bsd.default-versions.mk                         |     2 +-
 Mk/bsd.ruby.mk                                     |    15 +-
 lang/Makefile                                      |     1 +
 lang/ruby32/Makefile (new)                         |   218 +
 lang/ruby32/distinfo (new)                         |     3 +
 lang/ruby32/files/patch-configure.ac (new)         |    19 +
 lang/ruby32/files/patch-lib_mkmf.rb (new)          |    11 +
 .../patch-lib_rdoc_generator_json__index.rb (new)  |    20 +
 lang/ruby32/files/patch-tool_mkconfig.rb (new)     |    14 +
 lang/ruby32/files/patch-tool_rbinstall.rb (new)    |   191 +
 lang/ruby32/pkg-descr (new)                        |    19 +
 lang/ruby32/pkg-message (new)                      |    37 +
 lang/ruby32/pkg-plist (new)                        | 15184 +++++++++++++++++++
 13 files changed, 15731 insertions(+), 3 deletions(-)