Date: Mon, 9 Oct 2017 10:42:34 +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: r451605 - in head/www/gitlab: . files Message-ID: <201710091042.v99AgYQ6021339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Oct 9 10:42:34 2017 New Revision: 451605 URL: https://svnweb.freebsd.org/changeset/ports/451605 Log: Fix Gemfile for rubygem-omniauth-shibboleth 1.3.0 update - Bump PORTREVISION for package change Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon Oct 9 10:38:19 2017 (r451604) +++ head/www/gitlab/Makefile Mon Oct 9 10:42:34 2017 (r451605) @@ -3,9 +3,8 @@ PORTNAME= gitlab PORTVERSION= 9.3.11 -PORTREVISION= 1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Mon Oct 9 10:38:19 2017 (r451604) +++ head/www/gitlab/files/patch-Gemfile Mon Oct 9 10:42:34 2017 (r451605) @@ -44,8 +44,9 @@ +gem 'omniauth-google-oauth2', '>= 0.4.1' gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 1.7.0' - gem 'omniauth-shibboleth', '~> 1.2.0' +-gem 'omniauth-shibboleth', '~> 1.2.0' -gem 'omniauth-twitter', '~> 1.2.0' ++gem 'omniauth-shibboleth', '~> 1.2' +gem 'omniauth-twitter', '>= 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' gem 'omniauth-authentiq', '~> 0.3.0'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710091042.v99AgYQ6021339>