aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 20:46:29 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 20:46:29 +0800
commit50206c0b3aaac170568b99791331b4e90d64f2ac (patch)
treecfb4b5b76b2cca65ef4690ce03712b88084fa294 /net-im
parent67ff4e06c645596e48e6e847756398b49eb9430c (diff)
downloadfreebsd-ports-gnome-50206c0b3aaac170568b99791331b4e90d64f2ac.tar.gz
freebsd-ports-gnome-50206c0b3aaac170568b99791331b4e90d64f2ac.tar.zst
freebsd-ports-gnome-50206c0b3aaac170568b99791331b4e90d64f2ac.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/Makefile2
-rw-r--r--net-im/mastodon/files/patch-Gemfile8
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'