diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-17 17:16:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-17 17:16:36 +0000 |
commit | 2084dfffe5ab02a20139b1e1c76b443b3e278e1c (patch) | |
tree | a451b673f6d0e773570820407926d317c8a1221c /www/gitlab | |
parent | f51a981ea6915bfdb9235ed583daec1fc9afc333 (diff) |
Notes
Diffstat (limited to 'www/gitlab')
-rw-r--r-- | www/gitlab/Makefile | 1 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 750a676913fc..e91c6e9d7b75 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,6 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.17.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 17564505495b..cb211c4e7da2 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -21,7 +21,8 @@ -gem 'pg', '~> 0.18.2', group: :postgres +gem 'default_value_for', '>= 3.0.0' - gem 'rugged', '~> 0.24.0' +-gem 'rugged', '~> 0.24.0' ++gem 'rugged', '~> 0.24' # Authentication libraries gem 'devise', '~> 4.2' |