Bug 226353 - www/gitlab requires doorkeeper (~> 4.2.0) but port version is 4.3.1
Summary: www/gitlab requires doorkeeper (~> 4.2.0) but port version is 4.3.1
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-04 19:41 UTC by Otacílio de Araújo Ramos Neto
Modified: 2018-03-05 02:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mfechner)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otacílio de Araújo Ramos Neto 2018-03-04 19:41:37 UTC
Gitlab requires a specific older version of doorkeeper 

[root@mintaka /usr/ports/www/gitlab]# su -l git -c "cd /usr/local/www/gitlab && rake db:migrate RAILS_ENV=production"
Could not find gem 'doorkeeper (~> 4.2.0)' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.
[root@mintaka /usr/ports/www/gitlab]# pkg info | grep doorkeeper
rubygem-doorkeeper-4.3.1       Doorkeeper is an OAuth 2 provider for Rails and Grape
Comment 1 Matthias Fechner freebsd_committer freebsd_triage 2018-03-04 21:38:01 UTC
This was already fixed for version 10.5.2 which will land very soon in the ports.
In the meantime you can overwrite the version in the Gemfile with:
gem 'doorkeeper (>= 4.2.0)'