Bug 273385

Summary: www/rubygem-gollum Update to 5.3.2 (for Ruby 3.2=< support)
Product: Ports & Packages Reporter: Sir l33tname <sirl33tname>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: fuz, ruby
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel/rubygem-mustache-sinatra: Update to 2.0.0 for Ruby 3.2=< support
none
www/rubygem-gollum: Update to 5.3.2 for Ruby 3.2=< support
none
devel/rubygem-mustache0: Mark DEPRECATED none

Description Sir l33tname 2023-08-27 14:03:40 UTC
Created attachment 244387 [details]
devel/rubygem-mustache-sinatra: Update to 2.0.0 for Ruby 3.2=< support

I switched to ruby3.3 which removed `exists?` (https://stackoverflow.com/questions/14351272/undefined-method-exists-for-fileclass-nomethoderror)

Updating rubygem-gollum to run with Ruby 3.2 and up.
We can also deprecate mustache0 now.
Comment 1 Sir l33tname 2023-08-27 14:04:12 UTC
Created attachment 244388 [details]
www/rubygem-gollum: Update to 5.3.2 for Ruby 3.2=< support
Comment 2 Sir l33tname 2023-08-27 14:04:31 UTC
Created attachment 244389 [details]
devel/rubygem-mustache0: Mark DEPRECATED
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-09-11 00:16:56 UTC
Are there changelogs for these updates?
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:58:59 UTC
A commit in branch main references this bug:

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

commit b76776338b7c56f3c3b8d4eddd36ae7ba11099ac
Author:     Sir l33tname <sirl33tname@gmail.com>
AuthorDate: 2023-08-27 13:57:57 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:54:24 +0000

    devel/rubygem-mustache0: Mark DEPRECATED

    Use devel/rubygem-mustache instead.

    PR:             273385

 devel/rubygem-mustache0/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:59:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb108d7da0662f90635e21865116dd1a1873d39

commit 8cb108d7da0662f90635e21865116dd1a1873d39
Author:     Sir l33tname <sirl33tname@gmail.com>
AuthorDate: 2023-08-27 13:55:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:54:21 +0000

    www/rubygem-gollum: Update to 5.3.2 for Ruby 3.2=< support

    PR:             273385

 www/rubygem-gollum/Makefile | 7 +++----
 www/rubygem-gollum/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:59:07 UTC
A commit in branch main references this bug:

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

commit d6d906076b0563db19b48b93473ad3f26433fa8b
Author:     Sir l33tname <sirl33tname@gmail.com>
AuthorDate: 2023-08-27 11:24:30 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:54:18 +0000

    devel/rubygem-mustache-sinatra: Update to 2.0.0 for Ruby 3.2=< support

    PR:             273385

 devel/rubygem-mustache-sinatra/Makefile | 5 ++---
 devel/rubygem-mustache-sinatra/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 7 Robert Clausecker freebsd_committer freebsd_triage 2023-09-12 15:01:06 UTC
Thank you for your contribution.