[Bug 259746] lang/ruby31: Add new port
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259746] lang/ruby31: Add new port"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Dec 2021 00:37:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259746 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe commit 633b51aa6f3efa1e4cc4ebcf07b95880cdd9a3fe Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2021-11-09 15:19:42 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-12-19 00:34:57 +0000 lang/ruby31: Add new port Add preview1 of Ruby 3.3 series. To handle pre-release version, Mk/bsd.ruby.mk is changed as following. * New variable RUBY_DISTVERSION is introduced. It keeps DISTVERSION of each ruby port (lang/rubyXY). * The value of RUBY_VERSION, RUBY_PORTVERSION, RUBY_WRKSRC and RUBY_DISTNAME is set by using that of RUBY_DISTVERSION ReleaseNotes: https://www.ruby-lang.org/en/news/2021/11/09/ruby-3-1-0-preview1-released/ PR: 259746 Approved by: maintainer timeout (> 1 month) Mk/bsd.default-versions.mk | 2 +- Mk/bsd.ruby.mk | 29 +- lang/Makefile | 1 + lang/ruby31/Makefile (new) | 216 + lang/ruby31/distinfo (new) | 3 + lang/ruby31/files/patch-configure.ac (new) | 19 + lang/ruby31/files/patch-lib_mkmf.rb (new) | 11 + .../patch-lib_rdoc_generator_json__index.rb (new) | 20 + lang/ruby31/files/patch-tool_mkconfig.rb (new) | 14 + lang/ruby31/files/patch-tool_rbinstall.rb (new) | 189 + lang/ruby31/pkg-descr (new) | 19 + lang/ruby31/pkg-message (new) | 37 + lang/ruby31/pkg-plist (new) | 14379 +++++++++++++++++++ 13 files changed, 14930 insertions(+), 9 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.