From owner-svn-ports-all@freebsd.org Sat Jun 24 01:41:45 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 B245ED8F943; Sat, 24 Jun 2017 01:41:45 +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 802B57C0B4; Sat, 24 Jun 2017 01:41:45 +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 v5O1fi0x039921; Sat, 24 Jun 2017 01:41:44 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5O1fi5x039918; Sat, 24 Jun 2017 01:41:44 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201706240141.v5O1fi5x039918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 24 Jun 2017 01:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444206 - head/net-im/mastodon X-SVN-Group: ports-head 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: Sat, 24 Jun 2017 01:41:45 -0000 Author: jrm Date: Sat Jun 24 01:41:44 2017 New Revision: 444206 URL: https://svnweb.freebsd.org/changeset/ports/444206 Log: net-im/mastodon: Update to version 1.4.6 Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.6 Modified: head/net-im/mastodon/Makefile head/net-im/mastodon/distinfo head/net-im/mastodon/pkg-plist Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Fri Jun 23 21:19:48 2017 (r444205) +++ head/net-im/mastodon/Makefile Sat Jun 24 01:41:44 2017 (r444206) @@ -2,7 +2,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v -DISTVERSION= 1.4.5 +DISTVERSION= 1.4.6 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/distinfo ============================================================================== --- head/net-im/mastodon/distinfo Fri Jun 23 21:19:48 2017 (r444205) +++ head/net-im/mastodon/distinfo Sat Jun 24 01:41:44 2017 (r444206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498215197 -SHA256 (tootsuite-mastodon-v1.4.5_GH0.tar.gz) = cc9e9f7b917d381d0e65876cc859bd722f831908e900f3687b93a5f02a057e79 -SIZE (tootsuite-mastodon-v1.4.5_GH0.tar.gz) = 10186972 +TIMESTAMP = 1498248679 +SHA256 (tootsuite-mastodon-v1.4.6_GH0.tar.gz) = 2c657723fb148044b598c94fa4468181c5f85c21da98db8f5f2fc6f85fb62cd7 +SIZE (tootsuite-mastodon-v1.4.6_GH0.tar.gz) = 10185281 Modified: head/net-im/mastodon/pkg-plist ============================================================================== --- head/net-im/mastodon/pkg-plist Fri Jun 23 21:19:48 2017 (r444205) +++ head/net-im/mastodon/pkg-plist Sat Jun 24 01:41:44 2017 (r444206) @@ -5253,12 +5253,12 @@ etc/periodic/daily/900.mastodon %%WWWDIR%%/spec/helpers/routing_helper.rb %%WWWDIR%%/spec/helpers/settings_helper_spec.rb %%WWWDIR%%/spec/helpers/stream_entries_helper_spec.rb +%%WWWDIR%%/spec/javascript/.eslintrc.yml %%WWWDIR%%/spec/javascript/components/avatar.test.js %%WWWDIR%%/spec/javascript/components/button.test.js %%WWWDIR%%/spec/javascript/components/display_name.test.js %%WWWDIR%%/spec/javascript/components/dropdown_menu.test.js %%WWWDIR%%/spec/javascript/components/features/ui/components/column.test.js -%%WWWDIR%%/spec/javascript/components/loading_indicator.test.js %%WWWDIR%%/spec/javascript/setup.js %%WWWDIR%%/spec/lib/atom_serializer_spec.rb %%WWWDIR%%/spec/lib/extractor_spec.rb