aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-03-12 03:46:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-03-12 03:46:21 +0800
commit274ab564a97b839348783c2c06340cd8727c2f7d (patch)
tree724b7ca77a4dc25722ae5668b3dbdb90e8c2d7c3 /net-im
parent01371f4f49e2c47670966dbbca9500f28aaed6cd (diff)
downloadfreebsd-ports-gnome-274ab564a97b839348783c2c06340cd8727c2f7d.tar.gz
freebsd-ports-gnome-274ab564a97b839348783c2c06340cd8727c2f7d.tar.zst
freebsd-ports-gnome-274ab564a97b839348783c2c06340cd8727c2f7d.zip
Fix Gemfile for rubygem-paperclip-rails5 6.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-Gemfile8
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index 734a49f8bdff..e4deaca1dba6 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
-PORTREVISION= 4
+PORTREVISION= 5
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 0c551d8d2a30..c7cebe7a8017 100644
--- a/net-im/mastodon/files/patch-Gemfile
+++ b/net-im/mastodon/files/patch-Gemfile
@@ -1,6 +1,6 @@
--- Gemfile.orig 2018-01-29 00:12:36 UTC
+++ Gemfile
-@@ -10,12 +10,12 @@ gem 'rails', '~> 5.1.4'
+@@ -10,15 +10,15 @@ gem 'rails', '~> 5.1.4'
gem 'uglifier', '~> 3.2'
gem 'hamlit-rails', '~> 0.2'
@@ -15,7 +15,11 @@
+gem 'fog-core', '>= 1.45'
gem 'fog-local', '~> 0.4', require: false
gem 'fog-openstack', '~> 0.1', require: false
- gem 'paperclip', '~> 5.1'
+-gem 'paperclip', '~> 5.1'
++gem 'paperclip', '>= 5.1'
+ gem 'paperclip-av-transcoder', '~> 0.6'
+
+ gem 'active_model_serializers', '~> 0.10'
@@ -38,7 +38,7 @@ gem 'redis-namespace', '~> 1.5'
gem 'htmlentities', '~> 4.3'
gem 'http', '~> 3.0'