git: 3c4755b97af8 - main - lang/ruby3[1-3]: Update pkg-message

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Sun, 19 May 2024 00:31:43 UTC
The branch main has been updated by yasu:

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

commit 3c4755b97af83c5c49abb747dd86e06b1aed32db
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-05-19 00:30:36 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-05-19 00:30:36 +0000

    lang/ruby3[1-3]: Update pkg-message
    
    * 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/pkg-message | 6 ------
 lang/ruby32/pkg-message | 6 ------
 lang/ruby33/pkg-message | 7 +------
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/lang/ruby31/pkg-message b/lang/ruby31/pkg-message
index d1c7209d19ff..54361aa0cfe0 100644
--- a/lang/ruby31/pkg-message
+++ b/lang/ruby31/pkg-message
@@ -25,12 +25,6 @@ ports for ease of upgrading:
 	textproc/rubygem-rexml:		rexml - XML toolkit for Ruby
 	www/rubygem-rss:		rss - Family of libraries that support various formats of XML "feeds"
 
-And some of the standard libraries are provided as separate ports
-since they require extra dependencies:
-
-	databases/rubygem-dbm:	DBM module
-	databases/rubygem-gdbm:	GDBM module
-
 Install them as occasion demands.
 EOM
 }
diff --git a/lang/ruby32/pkg-message b/lang/ruby32/pkg-message
index d1c7209d19ff..54361aa0cfe0 100644
--- a/lang/ruby32/pkg-message
+++ b/lang/ruby32/pkg-message
@@ -25,12 +25,6 @@ ports for ease of upgrading:
 	textproc/rubygem-rexml:		rexml - XML toolkit for Ruby
 	www/rubygem-rss:		rss - Family of libraries that support various formats of XML "feeds"
 
-And some of the standard libraries are provided as separate ports
-since they require extra dependencies:
-
-	databases/rubygem-dbm:	DBM module
-	databases/rubygem-gdbm:	GDBM module
-
 Install them as occasion demands.
 EOM
 }
diff --git a/lang/ruby33/pkg-message b/lang/ruby33/pkg-message
index d1c7209d19ff..13978c5bada8 100644
--- a/lang/ruby33/pkg-message
+++ b/lang/ruby33/pkg-message
@@ -10,6 +10,7 @@ ports for ease of upgrading:
 	devel/rubygem-irb:		irb - Interactive Ruby
 	devel/rubygem-minitest:		minitest - Complete suite of testing facilities
 	devel/rubygem-power_assert:	power_assert - Power Assert for Ruby
+	devel/rubygem-racc:		racc - LALR(1) parser generator for Ruby
 	devel/rubygem-rake:		rake - Ruby Make
 	devel/rubygem-rbs:		rbs - Language for type signatures for Ruby and standard library definitions
 	devel/rubygem-rdoc:		rdoc - Ruby Documentation System
@@ -25,12 +26,6 @@ ports for ease of upgrading:
 	textproc/rubygem-rexml:		rexml - XML toolkit for Ruby
 	www/rubygem-rss:		rss - Family of libraries that support various formats of XML "feeds"
 
-And some of the standard libraries are provided as separate ports
-since they require extra dependencies:
-
-	databases/rubygem-dbm:	DBM module
-	databases/rubygem-gdbm:	GDBM module
-
 Install them as occasion demands.
 EOM
 }