From owner-svn-ports-all@freebsd.org Sun Mar 11 19:46:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC69F49AE2; Sun, 11 Mar 2018 19:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C88C7B2DF; Sun, 11 Mar 2018 19:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35D1921A0B; Sun, 11 Mar 2018 19:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2BJkMSr052972; Sun, 11 Mar 2018 19:46:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2BJkLp7052970; Sun, 11 Mar 2018 19:46:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803111946.w2BJkLp7052970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Mar 2018 19:46:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464196 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 464196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2018 19:46:22 -0000 Author: sunpoet Date: Sun Mar 11 19:46:21 2018 New Revision: 464196 URL: https://svnweb.freebsd.org/changeset/ports/464196 Log: Fix Gemfile for rubygem-paperclip-rails5 6.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 Sun Mar 11 19:33:00 2018 (r464195) +++ head/net-im/mastodon/Makefile Sun Mar 11 19:46:21 2018 (r464196) @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/files/patch-Gemfile ============================================================================== --- head/net-im/mastodon/files/patch-Gemfile Sun Mar 11 19:33:00 2018 (r464195) +++ head/net-im/mastodon/files/patch-Gemfile Sun Mar 11 19:46:21 2018 (r464196) @@ -1,6 +1,6 @@ --- Gemfile.orig 2018-01-29 00:12:36 UTC +++ Gemfile -@@ -10,12 +10,12 @@ gem 'rails', '~> 5.1.4' +@@ -10,15 +10,15 @@ gem 'rails', '~> 5.1.4' gem 'uglifier', '~> 3.2' gem 'hamlit-rails', '~> 0.2' @@ -15,7 +15,11 @@ +gem 'fog-core', '>= 1.45' gem 'fog-local', '~> 0.4', require: false gem 'fog-openstack', '~> 0.1', require: false - gem 'paperclip', '~> 5.1' +-gem 'paperclip', '~> 5.1' ++gem 'paperclip', '>= 5.1' + gem 'paperclip-av-transcoder', '~> 0.6' + + gem 'active_model_serializers', '~> 0.10' @@ -38,7 +38,7 @@ gem 'redis-namespace', '~> 1.5' gem 'htmlentities', '~> 4.3' gem 'http', '~> 3.0'