Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 13:51:39 +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: r458266 - in head/net-im/mastodon: . files
Message-ID:  <201801061351.w06DpdQx062017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  6 13:51:39 2018
New Revision: 458266
URL: https://svnweb.freebsd.org/changeset/ports/458266

Log:
  Fix Gemfile for rubygem-fog-core 2.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	Sat Jan  6 13:51:34 2018	(r458265)
+++ head/net-im/mastodon/Makefile	Sat Jan  6 13:51:39 2018	(r458266)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm@FreeBSD.org

Modified: head/net-im/mastodon/files/patch-Gemfile
==============================================================================
--- head/net-im/mastodon/files/patch-Gemfile	Sat Jan  6 13:51:34 2018	(r458265)
+++ head/net-im/mastodon/files/patch-Gemfile	Sat Jan  6 13:51:39 2018	(r458266)
@@ -1,6 +1,6 @@
 --- Gemfile.orig	2017-12-15 18:14:57 UTC
 +++ Gemfile
-@@ -11,7 +11,7 @@ gem 'uglifier', '~> 3.2'
+@@ -11,11 +11,11 @@ gem 'uglifier', '~> 3.2'
  
  gem 'hamlit-rails', '~> 0.2'
  gem 'pg', '~> 0.20'
@@ -9,6 +9,11 @@
  gem 'dotenv-rails', '~> 2.2'
  
  gem 'aws-sdk', '~> 2.10', require: false
+-gem 'fog-core', '~> 1.45'
++gem 'fog-core', '>= 1.45'
+ gem 'fog-local', '~> 0.4', require: false
+ gem 'fog-openstack', '~> 0.1', require: false
+ gem 'paperclip', '~> 5.1'
 @@ -23,7 +23,6 @@ gem 'paperclip-av-transcoder', '~> 0.6'
  
  gem 'active_model_serializers', '~> 0.10'



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