From owner-svn-ports-all@freebsd.org Wed Dec 27 19:54:07 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 18684EA9988; Wed, 27 Dec 2017 19:54:07 +0000 (UTC) (envelope-from sunpoet@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 AA571751BC; Wed, 27 Dec 2017 19:54:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRJs01e077788; Wed, 27 Dec 2017 19:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRJs0cr077786; Wed, 27 Dec 2017 19:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712271954.vBRJs0cr077786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Dec 2017 19:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457418 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 457418 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.25 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, 27 Dec 2017 19:54:07 -0000 Author: sunpoet Date: Wed Dec 27 19:54:00 2017 New Revision: 457418 URL: https://svnweb.freebsd.org/changeset/ports/457418 Log: Fix Gemfile for rubygem-httplog 1.0.0 update - Bump PORTREVISION for package change Modified: head/net-im/mastodon/Makefile head/net-im/mastodon/files/patch-Gemfile Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Wed Dec 27 19:53:55 2017 (r457417) +++ head/net-im/mastodon/Makefile Wed Dec 27 19:54:00 2017 (r457418) @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/files/patch-Gemfile ============================================================================== --- head/net-im/mastodon/files/patch-Gemfile Wed Dec 27 19:53:55 2017 (r457417) +++ head/net-im/mastodon/files/patch-Gemfile Wed Dec 27 19:54:00 2017 (r457418) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-12-16 18:17:38 UTC +--- Gemfile.orig 2017-12-15 18:14:57 UTC +++ Gemfile @@ -11,7 +11,7 @@ gem 'uglifier', '~> 3.2' @@ -17,6 +17,15 @@ gem 'browser' gem 'charlock_holmes', '~> 0.7.5' gem 'iso-639' +@@ -38,7 +37,7 @@ gem 'redis-namespace', '~> 1.5' + gem 'htmlentities', '~> 4.3' + gem 'http', '~> 2.2' + gem 'http_accept_language', '~> 2.1' +-gem 'httplog', '~> 0.99' ++gem 'httplog', '>= 0.99' + gem 'idn-ruby', require: 'idn' + gem 'kaminari', '~> 1.1' + gem 'link_header', '~> 0.0' @@ -75,45 +74,6 @@ gem 'webpush' gem 'json-ld-preloaded', '~> 2.2.1' gem 'rdf-normalize', '~> 0.3.1'