diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-15 20:46:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-15 20:46:29 +0800 |
commit | d088cf4278cea4d0248a27d7a8e21662371a4544 (patch) | |
tree | cfb4b5b76b2cca65ef4690ce03712b88084fa294 /net-im | |
parent | 5765c5e48c96c90d119b800c5d39052f42197b25 (diff) | |
download | freebsd-ports-gnome-d088cf4278cea4d0248a27d7a8e21662371a4544.tar.gz freebsd-ports-gnome-d088cf4278cea4d0248a27d7a8e21662371a4544.tar.zst freebsd-ports-gnome-d088cf4278cea4d0248a27d7a8e21662371a4544.zip |
Fix Gemfile for rubygem-pg 1.0.0 update
- Bump PORTREVISION for package change
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastodon/Makefile | 2 | ||||
-rw-r--r-- | net-im/mastodon/files/patch-Gemfile | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index f494a5f64da5..548641e19495 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 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 b6c3409ae232..0c551d8d2a30 100644 --- a/net-im/mastodon/files/patch-Gemfile +++ b/net-im/mastodon/files/patch-Gemfile @@ -1,10 +1,12 @@ ---- Gemfile.orig 2018-01-24 12:29:46 UTC +--- Gemfile.orig 2018-01-29 00:12:36 UTC +++ Gemfile -@@ -11,11 +11,11 @@ gem 'uglifier', '~> 3.2' +@@ -10,12 +10,12 @@ gem 'rails', '~> 5.1.4' + gem 'uglifier', '~> 3.2' gem 'hamlit-rails', '~> 0.2' - gem 'pg', '~> 0.20' +-gem 'pg', '~> 0.20' -gem 'pghero', '~> 1.7' ++gem 'pg', '>= 0.20' +gem 'pghero', '~> 2.0' gem 'dotenv-rails', '~> 2.2' |