aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mastodon
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-06 21:51:39 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:19:47 +0800
commitc4e9173338a9e18326eaa6cc77515e5b628cfaec (patch)
tree1e74d6c401b53e24c573a3aecde6b61ad39d936a /net-im/mastodon
parent1e9dddf51d6320c60770de378c3280316095e1a7 (diff)
downloadfreebsd-ports-gnome-c4e9173338a9e18326eaa6cc77515e5b628cfaec.tar.gz
freebsd-ports-gnome-c4e9173338a9e18326eaa6cc77515e5b628cfaec.tar.zst
freebsd-ports-gnome-c4e9173338a9e18326eaa6cc77515e5b628cfaec.zip
Fix Gemfile for rubygem-fog-core 2.0.0 update
- Bump PORTREVISION for package change
Diffstat (limited to 'net-im/mastodon')
-rw-r--r--net-im/mastodon/Makefile2
-rw-r--r--net-im/mastodon/files/patch-Gemfile7
2 files changed, 7 insertions, 2 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index ed30a867fbe0..5ecf9b3bc32e 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im www
MAINTAINER= jrm@FreeBSD.org
diff --git a/net-im/mastodon/files/patch-Gemfile b/net-im/mastodon/files/patch-Gemfile
index a95871f7ec5e..9930465bd5c4 100644
--- a/net-im/mastodon/files/patch-Gemfile
+++ b/net-im/mastodon/files/patch-Gemfile
@@ -1,6 +1,6 @@
--- Gemfile.orig 2017-12-15 18:14:57 UTC
+++ Gemfile
-@@ -11,7 +11,7 @@ gem 'uglifier', '~> 3.2'
+@@ -11,11 +11,11 @@ gem 'uglifier', '~> 3.2'
gem 'hamlit-rails', '~> 0.2'
gem 'pg', '~> 0.20'
@@ -9,6 +9,11 @@
gem 'dotenv-rails', '~> 2.2'
gem 'aws-sdk', '~> 2.10', require: false
+-gem 'fog-core', '~> 1.45'
++gem 'fog-core', '>= 1.45'
+ gem 'fog-local', '~> 0.4', require: false
+ gem 'fog-openstack', '~> 0.1', require: false
+ gem 'paperclip', '~> 5.1'
@@ -23,7 +23,6 @@ gem 'paperclip-av-transcoder', '~> 0.6'
gem 'active_model_serializers', '~> 0.10'