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

Joseph Mingrone jrm at FreeBSD.org
Sun May 28 23:22:56 UTC 2017


Author: jrm
Date: Sun May 28 23:22:54 2017
New Revision: 441964
URL: https://svnweb.freebsd.org/changeset/ports/441964

Log:
  net-im/mastodon: Update to version 1.4.1
  
  Upstream changes: https://github.com/tootsuite/mastodon/releases
  
  Approved by:	swills (mentor, implicit)

Modified:
  head/net-im/mastodon/Makefile
  head/net-im/mastodon/distinfo
  head/net-im/mastodon/files/mastodon_stream.in
  head/net-im/mastodon/files/patch-Gemfile
  head/net-im/mastodon/pkg-message

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Sun May 28 23:17:52 2017	(r441963)
+++ head/net-im/mastodon/Makefile	Sun May 28 23:22:54 2017	(r441964)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4rc5
+DISTVERSION=	1.4.1
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm at FreeBSD.org

Modified: head/net-im/mastodon/distinfo
==============================================================================
--- head/net-im/mastodon/distinfo	Sun May 28 23:17:52 2017	(r441963)
+++ head/net-im/mastodon/distinfo	Sun May 28 23:22:54 2017	(r441964)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495897700
-SHA256 (tootsuite-mastodon-v1.4rc5_GH0.tar.gz) = 5deeb859c5ba2eb774b3160af7094a07ebcefa9198960705e3c9ff4473dfe2a3
-SIZE (tootsuite-mastodon-v1.4rc5_GH0.tar.gz) = 10143723
+TIMESTAMP = 1496009326
+SHA256 (tootsuite-mastodon-v1.4.1_GH0.tar.gz) = f4cef6e56c4eb84e5c20189c003093862341f7a2192e84c478589a4444868ea1
+SIZE (tootsuite-mastodon-v1.4.1_GH0.tar.gz) = 10144469

Modified: head/net-im/mastodon/files/mastodon_stream.in
==============================================================================
--- head/net-im/mastodon/files/mastodon_stream.in	Sun May 28 23:17:52 2017	(r441963)
+++ head/net-im/mastodon/files/mastodon_stream.in	Sun May 28 23:22:54 2017	(r441964)
@@ -15,6 +15,8 @@
 name=mastodon_stream
 rcvar="${name}_enable"
 
+sig_stop="HUP"
+
 load_rc_config "$name"
 
 : ${mastodon_stream_enable:="NO"}

Modified: head/net-im/mastodon/files/patch-Gemfile
==============================================================================
--- head/net-im/mastodon/files/patch-Gemfile	Sun May 28 23:17:52 2017	(r441963)
+++ head/net-im/mastodon/files/patch-Gemfile	Sun May 28 23:22:54 2017	(r441964)
@@ -1,10 +1,10 @@
---- Gemfile.orig	2017-05-20 21:11:45 UTC
+--- Gemfile.orig	2017-05-28 21:16:17 UTC
 +++ Gemfile
 @@ -19,7 +19,6 @@ gem 'paperclip', '~> 5.1'
  gem 'paperclip-av-transcoder', '~> 0.6'
  
  gem 'addressable', '~> 2.5'
--gem 'bootsnap'
+-gem 'bootsnap', '~> 0.3'
  gem 'cld3', '~> 3.1'
  gem 'devise', '~> 4.2'
  gem 'devise-two-factor', '~> 3.0'

Modified: head/net-im/mastodon/pkg-message
==============================================================================
--- head/net-im/mastodon/pkg-message	Sun May 28 23:17:52 2017	(r441963)
+++ head/net-im/mastodon/pkg-message	Sun May 28 23:22:54 2017	(r441964)
@@ -1,9 +1,9 @@
 ############################################################
 
-Visit the URL below to get started with Mastodon.
+Visit this URL to get started with Mastodon.
 http://ftfl.ca/blog/2017-05-23-mastodon-freebsd.html
 
-Visit this URL to upgrade.
+Visit this URL to upgrade Mastodon.
 http://ftfl.ca/blog/2017-05-27-mastodon-freebsd-upgrade.html
 
 ############################################################


More information about the svn-ports-all mailing list