From owner-svn-ports-all@freebsd.org Fri Jun 23 12:29:49 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 A2C88DA3B66; Fri, 23 Jun 2017 12:29:49 +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 71D27838DE; Fri, 23 Jun 2017 12:29:49 +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 v5NCTm4G006829; Fri, 23 Jun 2017 12:29:48 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5NCTm7W006826; Fri, 23 Jun 2017 12:29:48 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201706231229.v5NCTm7W006826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 23 Jun 2017 12:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444177 - 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: Fri, 23 Jun 2017 12:29:49 -0000 Author: jrm Date: Fri Jun 23 12:29:48 2017 New Revision: 444177 URL: https://svnweb.freebsd.org/changeset/ports/444177 Log: net-im/mastodon: Update to version 1.4.5 Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.5 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 11:53:59 2017 (r444176) +++ head/net-im/mastodon/Makefile Fri Jun 23 12:29:48 2017 (r444177) @@ -2,7 +2,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v -DISTVERSION= 1.4.4 +DISTVERSION= 1.4.5 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/distinfo ============================================================================== --- head/net-im/mastodon/distinfo Fri Jun 23 11:53:59 2017 (r444176) +++ head/net-im/mastodon/distinfo Fri Jun 23 12:29:48 2017 (r444177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498068913 -SHA256 (tootsuite-mastodon-v1.4.4_GH0.tar.gz) = 50da9b370bc1adda58b0218ae0d2af71a9638abf6d16566b636e577e63a9e366 -SIZE (tootsuite-mastodon-v1.4.4_GH0.tar.gz) = 10184510 +TIMESTAMP = 1498215197 +SHA256 (tootsuite-mastodon-v1.4.5_GH0.tar.gz) = cc9e9f7b917d381d0e65876cc859bd722f831908e900f3687b93a5f02a057e79 +SIZE (tootsuite-mastodon-v1.4.5_GH0.tar.gz) = 10186972 Modified: head/net-im/mastodon/pkg-plist ============================================================================== --- head/net-im/mastodon/pkg-plist Fri Jun 23 11:53:59 2017 (r444176) +++ head/net-im/mastodon/pkg-plist Fri Jun 23 12:29:48 2017 (r444177) @@ -5357,6 +5357,7 @@ etc/periodic/daily/900.mastodon %%WWWDIR%%/spec/spec_helper.rb %%WWWDIR%%/spec/support/examples/lib/settings/scoped_settings.rb %%WWWDIR%%/spec/support/examples/lib/settings/settings_extended.rb +%%WWWDIR%%/spec/support/examples/models/concerns/account_avatar.rb %%WWWDIR%%/spec/support/matchers/model/model_have_error_on_field.rb %%WWWDIR%%/spec/views/about/_contact.html.haml_spec.rb %%WWWDIR%%/spec/views/about/_links.html.haml_spec.rb