diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-10 12:43:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-10 12:43:23 +0000 |
commit | b362c0143e6cc4e2f458a7e53e14a8c9f75e0ef5 (patch) | |
tree | f3d4c6a1f76d98a09165843f1584ee24352e92d3 /www/gitlab | |
parent | d2bc816153e7585fc888b3af7dff65811ec96b01 (diff) |
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/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 3 |
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' |