Skip to content

Commit

Permalink
net-im/mastodon: Update version 4.1.1=>4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Apr 13, 2023
1 parent 747d00f commit 344948b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
20 changes: 20 additions & 0 deletions 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'

0 comments on commit 344948b

Please sign in to comment.