svn commit: r445557 - in head/net-im/mastodon: . files

Joseph Mingrone jrm at FreeBSD.org
Wed Jul 12 01:10:51 UTC 2017


Author: jrm
Date: Wed Jul 12 01:10:49 2017
New Revision: 445557
URL: https://svnweb.freebsd.org/changeset/ports/445557

Log:
  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 at anongoth.pl [1]

Modified:
  head/net-im/mastodon/Makefile
  head/net-im/mastodon/files/patch-config_environments_production.rb
  head/net-im/mastodon/pkg-plist

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Wed Jul 12 00:21:05 2017	(r445556)
+++ head/net-im/mastodon/Makefile	Wed Jul 12 01:10:49 2017	(r445557)
@@ -3,6 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.7
+PORTREVISION=	1
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm at FreeBSD.org

Modified: head/net-im/mastodon/files/patch-config_environments_production.rb
==============================================================================
--- head/net-im/mastodon/files/patch-config_environments_production.rb	Wed Jul 12 00:21:05 2017	(r445556)
+++ head/net-im/mastodon/files/patch-config_environments_production.rb	Wed Jul 12 01:10:49 2017	(r445557)
@@ -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',
    }

Modified: head/net-im/mastodon/pkg-plist
==============================================================================
--- head/net-im/mastodon/pkg-plist	Wed Jul 12 00:21:05 2017	(r445556)
+++ head/net-im/mastodon/pkg-plist	Wed Jul 12 01:10:49 2017	(r445557)
@@ -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


More information about the svn-ports-all mailing list