git: 344948bef96d - main - net-im/mastodon: Update version 4.1.1=>4.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 20:05:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=344948bef96d0111a4e4641184a4744edccb749d commit 344948bef96d0111a4e4641184a4744edccb749d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-13 16:43:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-13 20:05:32 +0000 net-im/mastodon: Update version 4.1.1=>4.1.2 Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.1.2 Sponsored by: BlinkinBlox --- net-im/mastodon/Makefile | 2 +- net-im/mastodon/distinfo | 6 +++--- net-im/mastodon/files/patch-Gemfile | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index a016f3e16d2f..7d9fce4ee69b 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -1,6 +1,6 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v -DISTVERSION= 4.1.1 +DISTVERSION= 4.1.2 CATEGORIES= net-im www MAINTAINER= bofh@FreeBSD.org diff --git a/net-im/mastodon/distinfo b/net-im/mastodon/distinfo index b9596193ed14..e05722181ee0 100644 --- a/net-im/mastodon/distinfo +++ b/net-im/mastodon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680176132 -SHA256 (mastodon-mastodon-v4.1.1_GH0.tar.gz) = 579cb28a6f560e32d14a4999dcb3623967b4b1384582b5a56da3c01abf33f712 -SIZE (mastodon-mastodon-v4.1.1_GH0.tar.gz) = 28479814 +TIMESTAMP = 1681401407 +SHA256 (mastodon-mastodon-v4.1.2_GH0.tar.gz) = 12837c7b57acc11ebd24b23a270500c8917459ecdc2a841ba452296b02bcaf29 +SIZE (mastodon-mastodon-v4.1.2_GH0.tar.gz) = 28478833 diff --git a/net-im/mastodon/files/patch-Gemfile b/net-im/mastodon/files/patch-Gemfile new file mode 100644 index 000000000000..d09e643501f0 --- /dev/null +++ b/net-im/mastodon/files/patch-Gemfile @@ -0,0 +1,20 @@ +--- Gemfile.orig 2023-04-13 16:23:34 UTC ++++ Gemfile +@@ -1,7 +1,7 @@ + # frozen_string_literal: true + + source 'https://rubygems.org' +-ruby '>= 2.7.0', '< 3.1.0' ++ruby '>= 2.7.0', '< 3.2.0' + + gem 'pkg-config', '~> 1.5' + gem 'rexml', '~> 3.2' +@@ -122,7 +122,7 @@ group :test do + gem 'climate_control', '~> 0.2' + gem 'faker', '~> 3.1' + gem 'json-schema', '~> 3.0' +- gem 'rack-test', '~> 2.0' ++ gem 'rack-test', '~> 2.0' + gem 'rails-controller-testing', '~> 1.0' + gem 'rspec_junit_formatter', '~> 0.6' + gem 'rspec-sidekiq', '~> 3.1'