diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastodon/Makefile | 1 | ||||
-rw-r--r-- | net-im/mastodon/files/patch-Gemfile | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index 17c2025ed0bd..fd3db0549bd9 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= ports@FreeBSD.org diff --git a/net-im/mastodon/files/patch-Gemfile b/net-im/mastodon/files/patch-Gemfile index c89e3872c0be..cb79ae0162bf 100644 --- a/net-im/mastodon/files/patch-Gemfile +++ b/net-im/mastodon/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-03-09 12:11:43 UTC +--- Gemfile.orig 2018-03-13 15:16:51 UTC +++ Gemfile @@ -9,15 +9,15 @@ gem 'puma', '~> 3.10' gem 'rails', '~> 5.1.4' @@ -20,6 +20,15 @@ gem 'paperclip-av-transcoder', '~> 0.6' gem 'streamio-ffmpeg', '~> 3.0' +@@ -32,7 +32,7 @@ gem 'cld3', '~> 3.2.0' + gem 'devise', '~> 4.4' + gem 'devise-two-factor', '~> 3.0' + +-gem 'devise_pam_authenticatable2', '~> 8.0', install_if: -> { ENV['PAM_ENABLED'] == 'true' } ++gem 'devise_pam_authenticatable2', '>= 8.0', install_if: -> { ENV['PAM_ENABLED'] == 'true' } + gem 'net-ldap', '~> 0.10' + gem 'omniauth-cas', '~> 1.1' + gem 'omniauth-saml', '~> 1.10' @@ -47,7 +47,7 @@ gem 'redis-namespace', '~> 1.5' gem 'htmlentities', '~> 4.3' gem 'http', '~> 3.0' |