aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-06 21:51:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-01-06 21:51:39 +0800
commit78785872deee8a69405f11b8cac9381692328025 (patch)
tree4214b64f43450064cf3dccc97d2e05b9d888fc6c /net-im
parentabbc6de6f90ed856825c26d0d9a209c2b8a4d7ee (diff)
downloadfreebsd-ports-gnome-78785872deee8a69405f11b8cac9381692328025.tar.gz
freebsd-ports-gnome-78785872deee8a69405f11b8cac9381692328025.tar.zst
freebsd-ports-gnome-78785872deee8a69405f11b8cac9381692328025.zip
Fix Gemfile for rubygem-fog-core 2.0.0 update
- Bump PORTREVISION for package change
Diffstat (limited to 'net-im')
-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'