Summary: | Fix www/rubygem-jekyll for ruby 3.3.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sir l33tname <sirl33tname> | ||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | ruby, sirl33tname, sunpoet | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 245388 [details]
backport fix for ruby 3.3.0
increase port-revision to force rebuild
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bef7f1c982341d862284b46f98791e186a3914b7 commit bef7f1c982341d862284b46f98791e186a3914b7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 09:03:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 09:03:11 +0000 www/rubygem-jekyll: Fix build with Ruby 3.3 - Bump PORTREVISION for package change PR: 274201 Reported by: Sir l33tname <sirl33tname@gmail.com> Obtained from: https://github.com/jekyll/jekyll/commit/e57c755c6fa71bcb922cdd1784356179cea32b7e www/rubygem-jekyll/Makefile | 1 + www/rubygem-jekyll/files/patch-ruby33 (new) | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) Committed. Thanks! |
Created attachment 245358 [details] backport fix for ruby 3.3.0 Im not sure what the policy is here since ruby 3.3.0 is not released yet but FreeBSD already supports it. But if you want to run jekyll on ruby 3.3.0 this patch is required. Until a new version of jekyll is released containing this fix.