svn commit: r458266 - in head/net-im/mastodon: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 6 13:51:41 UTC 2018


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 at 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'


More information about the svn-ports-all mailing list