Bug 262484 - devel/rubygem-xdg3: Fix build with Ruby 3.x
Summary: devel/rubygem-xdg3: Fix build with Ruby 3.x
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 262350
  Show dependency treegraph
 
Reported: 2022-03-11 12:13 UTC by Yasuhiro Kimura
Modified: 2022-03-25 14:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch file (1.43 KB, application/mbox)
2022-03-11 12:13 UTC, Yasuhiro Kimura
no flags 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-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!