1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-im/mastodon: Fix plist and patch issues; bump PORTREVISION

- Remove another incorrectly generated %%RUBY_SUFFIX%% from pkg-plist [1]
- Fix a patch that was no longer applying properly after an upstream change

PR:		220625 [1]
Submitted by:	pkubaj@anongoth.pl [1]
This commit is contained in:
Joseph Mingrone 2017-07-12 01:10:49 +00:00
parent 7e9a4bb40c
commit f30f4838fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445557
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.7
PORTREVISION= 1
CATEGORIES= net-im www
MAINTAINER= jrm@FreeBSD.org

View File

@ -1,6 +1,6 @@
--- config/environments/production.rb.orig 2017-05-24 01:40:57 UTC
--- config/environments/production.rb.orig 2017-07-07 14:09:38 UTC
+++ config/environments/production.rb
@@ -104,4 +104,9 @@ Rails.application.configure do
@@ -98,4 +98,9 @@ Rails.application.configure do
'X-Content-Type-Options' => 'nosniff',
'X-XSS-Protection' => '1; mode=block',
}

View File

@ -1382,7 +1382,7 @@ etc/periodic/daily/900.mastodon
%%WWWDIR%%/db/migrate/20170508230434_create_conversation_mutes.rb
%%WWWDIR%%/db/migrate/20170516072309_add_index_accounts_on_uri.rb
%%WWWDIR%%/db/migrate/20170520145338_change_language_filter_to_opt_out.rb
%%WWWDIR%%/db/migrate/201706%%RUBY_SUFFIX%%152212_create_session_activations.rb
%%WWWDIR%%/db/migrate/20170623152212_create_session_activations.rb
%%WWWDIR%%/db/migrate/20170601210557_add_index_on_media_attachments_account_id.rb
%%WWWDIR%%/db/migrate/20170604144747_add_foreign_keys_for_accounts.rb
%%WWWDIR%%/db/migrate/20170606113804_change_tag_search_index_to_btree.rb