aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-10 12:43:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-10 12:43:23 +0000
commitb362c0143e6cc4e2f458a7e53e14a8c9f75e0ef5 (patch)
treef3d4c6a1f76d98a09165843f1584ee24352e92d3 /www/gitlab
parentd2bc816153e7585fc888b3af7dff65811ec96b01 (diff)
downloadports-b362c0143e6cc4e2f458a7e53e14a8c9f75e0ef5.tar.gz
ports-b362c0143e6cc4e2f458a7e53e14a8c9f75e0ef5.zip
Fix Gemfile for rubygem-fog-google 1.0.0 update
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=458634
Diffstat (limited to 'www/gitlab')
-rw-r--r--www/gitlab/Makefile2
-rw-r--r--www/gitlab/files/patch-Gemfile3
2 files changed, 3 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index cb6b5e1b794f..556118745417 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gitlab
PORTVERSION= 10.1.5
DISTVERSIONPREFIX= v
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www devel
MAINTAINER= idefix@fechner.net
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index d90b9f1c957d..158b1790a328 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -90,8 +90,9 @@
# for backups
gem 'fog-aws', '~> 1.4'
-gem 'fog-core', '~> 1.44'
+-gem 'fog-google', '~> 0.5'
+gem 'fog-core', '>= 1.44'
- gem 'fog-google', '~> 0.5'
++gem 'fog-google', '>= 0.5'
gem 'fog-local', '~> 0.3'
gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1'