Bug 202405 - [patch] www/redmine: requires request-store ~> 1.1.0 in Gemfile
Summary: [patch] www/redmine: requires request-store ~> 1.1.0 in Gemfile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-18 03:38 UTC by Johannes M Dieterich
Modified: 2015-09-19 17:45 UTC (History)
1 user (show)

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


Attachments
Gemfile change to 1.2.0 dependency (480 bytes, patch)
2015-09-14 04:33 UTC, Johannes M Dieterich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes M Dieterich freebsd_committer freebsd_triage 2015-08-18 03:38:52 UTC
It seems www/redmine does not work anymore. The Gemfile requires gem "request_store", "~> 1.1.0", the ports version of request_store is 1.2.0.

This causes something like this (nginx-error.log in this case):

Could not find gem 'request_store (~> 1.1.0) ruby' in any of the gem
sources listed in your Gemfile or available on this machine. (Bundler::GemNotFou
nd)
<pre>  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/resolver.rb:
347:in `block in verify_gemfile_dependencies_are_found!&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/resolver.rb:325:i
n `each&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/resolver.rb:325:i
n `verify_gemfile_dependencies_are_found!&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/resolver.rb:198:i
n `start&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/resolver.rb:182:i
n `resolve&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/definition.rb:200
:in `resolve&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/definition.rb:140
:in `specs&#39;
  /usr/local/lib/ruby/gems/2.1/gems/bundler-1.10.6/lib/bundler/definition.rb:185
Comment 1 Johannes M Dieterich freebsd_committer freebsd_triage 2015-09-14 04:33:01 UTC
Created attachment 161032 [details]
Gemfile change to 1.2.0 dependency
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-09-19 17:43:34 UTC
A commit references this bug:

Author: mmoll
Date: Sat Sep 19 17:43:06 UTC 2015
New revision: 397333
URL: https://svnweb.freebsd.org/changeset/ports/397333

Log:
  www/redmine: fix request_store version in Gemfile

  PR:		202405
  Submitted by:	dieterich.joh@gmail.com (slightly different version)

Changes:
  head/www/redmine/Makefile
  head/www/redmine/files/patch-Gemfile
Comment 3 Michael Moll freebsd_committer freebsd_triage 2015-09-19 17:45:30 UTC
commited, thanks!