diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-27 19:54:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-27 19:54:00 +0000 |
commit | ee2e35cd2db60b3c55eec7ff9ad0da13d4b43558 (patch) | |
tree | 0fbb6932e3b8a478c37e367558b1a88704ff22c1 /net-im/mastodon | |
parent | Update to 2.5.1 (diff) |
Fix Gemfile for rubygem-httplog 1.0.0 update
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=457418
Diffstat (limited to 'net-im/mastodon')
-rw-r--r-- | net-im/mastodon/Makefile | 2 | ||||
-rw-r--r-- | net-im/mastodon/files/patch-Gemfile | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index b039804df1ee..caa660ac1d0f 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org diff --git a/net-im/mastodon/files/patch-Gemfile b/net-im/mastodon/files/patch-Gemfile index 484fbf65e235..1b0567de5b69 100644 --- a/net-im/mastodon/files/patch-Gemfile +++ b/net-im/mastodon/files/patch-Gemfile @@ -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' |