From owner-svn-ports-all@freebsd.org Wed Jul 12 01:10:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DCB3DAF87B; Wed, 12 Jul 2017 01:10:51 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D734872765; Wed, 12 Jul 2017 01:10:50 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6C1AnU5085227; Wed, 12 Jul 2017 01:10:49 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6C1AnHZ085224; Wed, 12 Jul 2017 01:10:49 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201707120110.v6C1AnHZ085224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 12 Jul 2017 01:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445557 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 445557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 01:10:51 -0000 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@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@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