diff options
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' |