diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-09 10:42:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-09 10:42:34 +0000 |
commit | 52d2b50918c9c00639e635a326044060cc1aa7e1 (patch) | |
tree | 402028134f65f74c09425ef868d44fc768616e3a | |
parent | Update to 2.2.11 (diff) |
Fix Gemfile for rubygem-omniauth-shibboleth 1.3.0 update
- Bump PORTREVISION for package change
-rw-r--r-- | www/gitlab/Makefile | 3 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index ed3a64ca9fe3..d08a01889302 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -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 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 39d429d6d338..8a567388bce7 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -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' |