net-im/mastodon: Update to version 2.3.2

Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.3.2
This commit is contained in:
Joseph Mingrone 2018-03-22 23:42:08 +00:00
parent 89269fbfe8
commit de64d57734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465325
5 changed files with 5158 additions and 4084 deletions

View File

@ -2,8 +2,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
PORTREVISION= 1
DISTVERSION= 2.3.2
CATEGORIES= net-im www
MAINTAINER= ports@FreeBSD.org
@ -103,7 +102,7 @@ USES= gmake gnome pgsql python:2.7,build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= tootsuite jehops:mn
GH_PROJECT= mastodon_node:mn
GH_TAGNAME= 2.3.0:mn
GH_TAGNAME= 2.3.2:mn
USE_GNOME= libxml2 libxslt
USE_RC_SUBR= mastodon_stream mastodon_web mastodon_workers
USE_RUBY= yes

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1520959349
SHA256 (tootsuite-mastodon-v2.3.1_GH0.tar.gz) = 0aa05d8f1f01d4077594b657f1f5c1c2d7d47ffb479fed8f6a5e1ef004b26090
SIZE (tootsuite-mastodon-v2.3.1_GH0.tar.gz) = 12379500
SHA256 (jehops-mastodon_node-2.3.0_GH0.tar.gz) = 2e5a8f1ff1a6d9ce73c5910e4738a4da77bdb41d506774ba3d0247ca0f298e50
SIZE (jehops-mastodon_node-2.3.0_GH0.tar.gz) = 27593680
TIMESTAMP = 1521756641
SHA256 (tootsuite-mastodon-v2.3.2_GH0.tar.gz) = 66441ce7141f63a1112f9053b152ce8c68c3f578cc230c979612e23bfd288d22
SIZE (tootsuite-mastodon-v2.3.2_GH0.tar.gz) = 12384268
SHA256 (jehops-mastodon_node-2.3.2_GH0.tar.gz) = c2cbf8c7759130e631c7204737b70d4297a6546c577c0b0105c87d8a904bec05
SIZE (jehops-mastodon_node-2.3.2_GH0.tar.gz) = 28207029

View File

@ -1,4 +1,4 @@
--- Gemfile.orig 2018-03-13 15:16:51 UTC
--- Gemfile.orig 2018-03-22 13:13:46 UTC
+++ Gemfile
@@ -9,15 +9,15 @@ gem 'puma', '~> 3.10'
gem 'rails', '~> 5.1.4'
@ -20,16 +20,7 @@
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'
@@ -49,7 +49,7 @@ gem 'redis-namespace', '~> 1.5'
gem 'htmlentities', '~> 4.3'
gem 'http', '~> 3.0'
gem 'http_accept_language', '~> 2.1'
@ -38,7 +29,7 @@
gem 'idn-ruby', require: 'idn'
gem 'kaminari', '~> 1.1'
gem 'link_header', '~> 0.0'
@@ -64,11 +64,11 @@ gem 'rack-cors', '~> 0.4', require: 'rac
@@ -66,11 +66,11 @@ gem 'rack-cors', '~> 0.4', require: 'rac
gem 'rack-timeout', '~> 0.4'
gem 'rails-i18n', '~> 5.0'
gem 'rails-settings-cached', '~> 0.6'
@ -49,10 +40,10 @@
gem 'ruby-oembed', '~> 0.12', require: 'oembed'
-gem 'ruby-progressbar', '~> 1.4'
+gem 'ruby-progressbar', '>= 1.4'
gem 'sanitize', '~> 4.4'
gem 'sanitize', '~> 4.6.4'
gem 'sidekiq', '~> 5.0'
gem 'sidekiq-scheduler', '~> 2.1'
@@ -88,50 +88,10 @@ gem 'webpush'
@@ -90,50 +90,10 @@ gem 'webpush'
gem 'json-ld-preloaded', '~> 2.2.1'
gem 'rdf-normalize', '~> 0.3.1'

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff