svn commit: r451605 - in head/www/gitlab: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 9 10:42:36 UTC 2017
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 at 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'
More information about the svn-ports-head
mailing list