Bug 218700 - www/rubygem-gollum update from 4.1.0 to 4.1.1
Summary: www/rubygem-gollum update from 4.1.0 to 4.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 218707
  Show dependency treegraph
 
Reported: 2017-04-17 12:06 UTC by Sir l33tname
Modified: 2017-04-17 18:53 UTC (History)
1 user (show)

See Also:


Attachments
update from 4.1.0 to 4.1.1 (1.20 KB, patch)
2017-04-17 12:06 UTC, Sir l33tname
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sir l33tname 2017-04-17 12:06:29 UTC
Created attachment 181838 [details]
update from 4.1.0 to 4.1.1

This fixes https://github.com/gollum/gollum/issues/1227 where gemojione dependencies for gollum and gollum-lib managed to diverge.

This means at the moment the port is broken. This update fixes this.



$ gollum --version
/usr/local/lib/ruby/site_ruby/2.4/rubygems/specification.rb:1436:in `block in activate_dependencies': can't satisfy 'gemojione (~> 2)', already activated 'gemojione-3.2.0' (Gem::LoadError)
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems/specification.rb:1428:in `each'
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems/specification.rb:1428:in `activate_dependencies'
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems/specification.rb:1410:in `activate'
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems.rb:299:in `block in activate_bin_path'
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems.rb:299:in `synchronize'
	from /usr/local/lib/ruby/site_ruby/2.4/rubygems.rb:299:in `activate_bin_path'
	from /usr/local/bin/gollum:22:in `<main>'
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-04-17 18:53:10 UTC
Committed. Thanks!