Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 19:54:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201712271954.vBRJs0cr077786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271954.vBRJs0cr077786>