Date: Wed, 14 Mar 2018 22:57:30 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464537 - in head/net-im/mastodon: . files Message-ID: <201803142257.w2EMvUbK035103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Wed Mar 14 22:57:30 2018 New Revision: 464537 URL: https://svnweb.freebsd.org/changeset/ports/464537 Log: net-im/mastodon: Fix build after r464421 Pointy hat: sunpoet Reported by: Gary Carter <kithop@gmail.com> Modified: head/net-im/mastodon/Makefile (contents, props changed) head/net-im/mastodon/files/patch-Gemfile (contents, props changed) Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Wed Mar 14 22:50:27 2018 (r464536) +++ head/net-im/mastodon/Makefile Wed Mar 14 22:57:30 2018 (r464537) @@ -3,6 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= ports@FreeBSD.org Modified: head/net-im/mastodon/files/patch-Gemfile ============================================================================== --- head/net-im/mastodon/files/patch-Gemfile Wed Mar 14 22:50:27 2018 (r464536) +++ head/net-im/mastodon/files/patch-Gemfile Wed Mar 14 22:57:30 2018 (r464537) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-03-09 12:11:43 UTC +--- Gemfile.orig 2018-03-13 15:16:51 UTC +++ Gemfile @@ -9,15 +9,15 @@ gem 'puma', '~> 3.10' gem 'rails', '~> 5.1.4' @@ -20,6 +20,15 @@ gem 'paperclip-av-transcoder', '~> 0.6' gem 'streamio-ffmpeg', '~> 3.0' +@@ -32,7 +32,7 @@ gem 'cld3', '~> 3.2.0' + gem 'devise', '~> 4.4' + gem 'devise-two-factor', '~> 3.0' + +-gem 'devise_pam_authenticatable2', '~> 8.0', install_if: -> { ENV['PAM_ENABLED'] == 'true' } ++gem 'devise_pam_authenticatable2', '>= 8.0', install_if: -> { ENV['PAM_ENABLED'] == 'true' } + gem 'net-ldap', '~> 0.10' + gem 'omniauth-cas', '~> 1.1' + gem 'omniauth-saml', '~> 1.10' @@ -47,7 +47,7 @@ gem 'redis-namespace', '~> 1.5' gem 'htmlentities', '~> 4.3' gem 'http', '~> 3.0'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803142257.w2EMvUbK035103>