Bug 262484

Summary: devel/rubygem-xdg3: Fix build with Ruby 3.x
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 262350    
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-03-11 12:13:02 UTC
Created attachment 232386 [details]
Patch file

Fix build with Ruby 3.x.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-25 13:53:08 UTC
A commit in branch main references this bug:

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

commit 7a77eb44282d461a38d1c41b3072032f006d8686
Author:     Yasuhiro Kimura <yasu@freebsd.org>
AuthorDate: 2022-03-25 13:31:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:38:03 +0000

    devel/rubygem-xdg3: Allow build with Ruby 3.0+

    - Bump PORTREVISION for package change

    PR:             262484

 devel/rubygem-xdg3/Makefile                  |  1 +
 devel/rubygem-xdg3/files/patch-gemspec (new) | 11 +++++++++++
 2 files changed, 12 insertions(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-03-25 14:35:27 UTC
Committed. Thanks!