aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby31/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* lang/ruby31: Remove expired portRene Ladan2025-03-311-31/+0
| | | | 2025-03-31 lang/ruby31: Please migrate to newer version. Ruby 3.1 is expected to reach its EoL on March 31, 2025
* lang/ruby3[1-3]: Update pkg-messageYasuhiro Kimura2024-05-191-6/+0
| | | | | | | * Remove description about DBM and GDBM libraries. Ruby 3.1 and later don't distribute them any more. * Update list of standard commands and libraries that are included in distribution source archive but provided as separate ports.
* lang/ruby31: Add new portYasuhiro Kimura2021-12-191-0/+37
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)