Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 12:46:30 +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: r461898 - in head/net-im/mastodon: . files
Message-ID:  <201802151246.w1FCkUPN001736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 15 12:46:29 2018
New Revision: 461898
URL: https://svnweb.freebsd.org/changeset/ports/461898

Log:
  Fix Gemfile for rubygem-pg 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	Thu Feb 15 12:46:24 2018	(r461897)
+++ head/net-im/mastodon/Makefile	Thu Feb 15 12:46:29 2018	(r461898)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm@FreeBSD.org

Modified: head/net-im/mastodon/files/patch-Gemfile
==============================================================================
--- head/net-im/mastodon/files/patch-Gemfile	Thu Feb 15 12:46:24 2018	(r461897)
+++ head/net-im/mastodon/files/patch-Gemfile	Thu Feb 15 12:46:29 2018	(r461898)
@@ -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'
  



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