mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
net-im/mastodon: Update to version 1.4.4
Upstream release notes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.4
This commit is contained in:
parent
5d91da1e77
commit
75fc9eb11e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444089
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= mastodon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.3
|
||||
DISTVERSION= 1.4.4
|
||||
CATEGORIES= net-im www
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
@ -71,7 +71,7 @@ RUN_DEPENDS+= rubygem-addressable>0:www/rubygem-addressable \
|
||||
rubygem-statsd-instrument>0:devel/rubygem-statsd-instrument \
|
||||
rubygem-twitter-text>0:textproc/rubygem-twitter-text \
|
||||
rubygem-tzinfo-data>0:devel/rubygem-tzinfo-data \
|
||||
rubygem-webpacker1-rails5>0:devel/rubygem-webpacker1-rails5
|
||||
rubygem-webpacker-rails5>0:devel/rubygem-webpacker-rails5
|
||||
|
||||
RUN_DEPENDS+= rubygem-lograge-rails5>0:www/rubygem-lograge-rails5 \
|
||||
rubygem-redis-rails-rails5>0:www/rubygem-redis-rails-rails5
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1497556435
|
||||
SHA256 (tootsuite-mastodon-v1.4.3_GH0.tar.gz) = e8dbca4b985d8b401c7e0f16be4e157520980c01cd2cb11179e7487d80b5fee5
|
||||
SIZE (tootsuite-mastodon-v1.4.3_GH0.tar.gz) = 10179914
|
||||
TIMESTAMP = 1498068913
|
||||
SHA256 (tootsuite-mastodon-v1.4.4_GH0.tar.gz) = 50da9b370bc1adda58b0218ae0d2af71a9638abf6d16566b636e577e63a9e366
|
||||
SIZE (tootsuite-mastodon-v1.4.4_GH0.tar.gz) = 10184510
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- Gemfile.orig 2017-06-15 14:16:31 UTC
|
||||
--- Gemfile.orig 2017-06-21 18:22:27 UTC
|
||||
+++ Gemfile
|
||||
@@ -19,7 +19,6 @@ gem 'paperclip', '~> 5.1'
|
||||
gem 'paperclip-av-transcoder', '~> 0.6'
|
||||
@ -8,12 +8,10 @@
|
||||
gem 'cld3', '~> 3.1'
|
||||
gem 'devise', '~> 4.2'
|
||||
gem 'devise-two-factor', '~> 3.0'
|
||||
@@ -59,46 +58,7 @@ gem 'sprockets-rails', '~> 3.2', require
|
||||
gem 'statsd-instrument', '~> 2.1'
|
||||
gem 'twitter-text', '~> 1.14'
|
||||
@@ -61,45 +60,6 @@ gem 'twitter-text', '~> 1.14'
|
||||
gem 'tzinfo-data', '~> 1.2017'
|
||||
gem 'webpacker', '~> 1.2'
|
||||
-
|
||||
gem 'webpacker', '~> 2.0'
|
||||
|
||||
-group :development, :test do
|
||||
- gem 'fabrication', '~> 2.16'
|
||||
- gem 'fuubar', '~> 2.2'
|
||||
@ -52,6 +50,7 @@
|
||||
- gem 'capistrano-rbenv', '~> 2.1'
|
||||
- gem 'capistrano-yarn', '~> 2.0'
|
||||
-end
|
||||
|
||||
-
|
||||
group :production do
|
||||
gem 'lograge', '~> 0.5'
|
||||
gem 'redis-rails', '~> 5.0'
|
||||
|
@ -366,6 +366,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/controllers/oauth/authorizations_controller.rb
|
||||
%%WWWDIR%%/app/controllers/oauth/authorized_applications_controller.rb
|
||||
%%WWWDIR%%/app/controllers/remote_follow_controller.rb
|
||||
%%WWWDIR%%/app/controllers/settings/deletes_controller.rb
|
||||
%%WWWDIR%%/app/controllers/settings/exports/blocked_accounts_controller.rb
|
||||
%%WWWDIR%%/app/controllers/settings/exports/following_accounts_controller.rb
|
||||
%%WWWDIR%%/app/controllers/settings/exports/muted_accounts_controller.rb
|
||||
@ -743,6 +744,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/models/feed.rb
|
||||
%%WWWDIR%%/app/models/follow.rb
|
||||
%%WWWDIR%%/app/models/follow_request.rb
|
||||
%%WWWDIR%%/app/models/form/delete_confirmation.rb
|
||||
%%WWWDIR%%/app/models/form/two_factor_confirmation.rb
|
||||
%%WWWDIR%%/app/models/import.rb
|
||||
%%WWWDIR%%/app/models/instance.rb
|
||||
@ -769,6 +771,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/services/after_block_service.rb
|
||||
%%WWWDIR%%/app/services/authorize_follow_service.rb
|
||||
%%WWWDIR%%/app/services/base_service.rb
|
||||
%%WWWDIR%%/app/services/batched_remove_status_service.rb
|
||||
%%WWWDIR%%/app/services/block_domain_from_account_service.rb
|
||||
%%WWWDIR%%/app/services/block_domain_service.rb
|
||||
%%WWWDIR%%/app/services/block_service.rb
|
||||
@ -781,7 +784,6 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/services/fetch_remote_account_service.rb
|
||||
%%WWWDIR%%/app/services/fetch_remote_resource_service.rb
|
||||
%%WWWDIR%%/app/services/fetch_remote_status_service.rb
|
||||
%%WWWDIR%%/app/services/follow_remote_account_service.rb
|
||||
%%WWWDIR%%/app/services/follow_service.rb
|
||||
%%WWWDIR%%/app/services/mute_service.rb
|
||||
%%WWWDIR%%/app/services/notify_service.rb
|
||||
@ -796,6 +798,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/services/reblog_service.rb
|
||||
%%WWWDIR%%/app/services/reject_follow_service.rb
|
||||
%%WWWDIR%%/app/services/remove_status_service.rb
|
||||
%%WWWDIR%%/app/services/resolve_remote_account_service.rb
|
||||
%%WWWDIR%%/app/services/search_service.rb
|
||||
%%WWWDIR%%/app/services/send_interaction_service.rb
|
||||
%%WWWDIR%%/app/services/subscribe_service.rb
|
||||
@ -932,6 +935,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/app/views/oauth/authorizations/show.html.haml
|
||||
%%WWWDIR%%/app/views/oauth/authorized_applications/index.html.haml
|
||||
%%WWWDIR%%/app/views/remote_follow/new.html.haml
|
||||
%%WWWDIR%%/app/views/settings/deletes/show.html.haml
|
||||
%%WWWDIR%%/app/views/settings/exports/show.html.haml
|
||||
%%WWWDIR%%/app/views/settings/follower_domains/show.html.haml
|
||||
%%WWWDIR%%/app/views/settings/imports/show.html.haml
|
||||
@ -1274,18 +1278,16 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/config/sidekiq.yml
|
||||
%%WWWDIR%%/config/webpack/configuration.js
|
||||
%%WWWDIR%%/config/webpack/development.js
|
||||
%%WWWDIR%%/config/webpack/development.server.js
|
||||
%%WWWDIR%%/config/webpack/development.server.yml
|
||||
%%WWWDIR%%/config/webpack/generateLocalePacks.js
|
||||
%%WWWDIR%%/config/webpack/loaders/assets.js
|
||||
%%WWWDIR%%/config/webpack/loaders/babel.js
|
||||
%%WWWDIR%%/config/webpack/loaders/mark.js
|
||||
%%WWWDIR%%/config/webpack/loaders/sass.js
|
||||
%%WWWDIR%%/config/webpack/paths.yml
|
||||
%%WWWDIR%%/config/webpack/production.js
|
||||
%%WWWDIR%%/config/webpack/shared.js
|
||||
%%WWWDIR%%/config/webpack/test.js
|
||||
%%WWWDIR%%/config/webpack/translationRunner.js
|
||||
%%WWWDIR%%/config/webpacker.yml
|
||||
%%WWWDIR%%/db/migrate/20160220174730_create_accounts.rb
|
||||
%%WWWDIR%%/db/migrate/20160220211917_create_statuses.rb
|
||||
%%WWWDIR%%/db/migrate/20160221003140_create_users.rb
|
||||
@ -5173,6 +5175,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/spec/controllers/oauth/authorizations_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/oauth/authorized_applications_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/remote_follow_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/settings/deletes_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/settings/exports/blocked_accounts_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/settings/exports/following_accounts_controller_spec.rb
|
||||
%%WWWDIR%%/spec/controllers/settings/exports/muted_accounts_controller_spec.rb
|
||||
@ -5272,6 +5275,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/spec/lib/webfinger_resource_spec.rb
|
||||
%%WWWDIR%%/spec/mailers/notification_mailer_spec.rb
|
||||
%%WWWDIR%%/spec/mailers/previews/notification_mailer_preview.rb
|
||||
%%WWWDIR%%/spec/mailers/user_mailer_spec.rb
|
||||
%%WWWDIR%%/spec/models/account_domain_block_spec.rb
|
||||
%%WWWDIR%%/spec/models/account_filter_spec.rb
|
||||
%%WWWDIR%%/spec/models/account_spec.rb
|
||||
@ -5315,6 +5319,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/spec/services/account_search_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/after_block_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/authorize_follow_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/batched_remove_status_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/block_domain_from_account_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/block_domain_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/block_service_spec.rb
|
||||
@ -5325,7 +5330,6 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/spec/services/fetch_remote_account_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/fetch_remote_resource_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/fetch_remote_status_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/follow_remote_account_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/follow_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/mute_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/notify_service_spec.rb
|
||||
@ -5339,6 +5343,7 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/spec/services/reblog_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/reject_follow_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/remove_status_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/resolve_remote_account_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/search_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/send_interaction_service_spec.rb
|
||||
%%WWWDIR%%/spec/services/subscribe_service_spec.rb
|
||||
@ -5392,6 +5397,5 @@ etc/periodic/daily/900.mastodon
|
||||
%%WWWDIR%%/bin/update
|
||||
%%WWWDIR%%/bin/webpack
|
||||
%%WWWDIR%%/bin/webpack-dev-server
|
||||
%%WWWDIR%%/bin/yarn
|
||||
@owner root
|
||||
@group wheel
|
||||
|
Loading…
Reference in New Issue
Block a user