maintainer-feedback requested: [Bug 214252] www/rubygems-jekyll Update to 3.3.0 also the port is broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 5 21:43:14 UTC 2016


Sir l33tname <sirl33tname at gmail.com> has asked ruby at FreeBSD.org for
maintainer-feedback:
Bug 214252: www/rubygems-jekyll Update to 3.3.0 also the port is broken
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214252



--- Description ---
Created attachment 176666
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176666&action=edit
updates rubygem-jekyll to 3.3.0

The update depends on bug #214251.

If you run jekyll it fails with error messages like this one (this applies
before and after the update to 3.3.0):

/usr/local/lib/ruby/site_ruby/2.2/rubygems/dependency.rb:310:in `to_specs':
Could not find 'rouge' (~> 1.7) - did find: [rouge-2.0.5]
(Gem::MissingSpecVersionError)

The Problem is that the gems (rubygem-listen and rubygem-rouge) are to new in
the ports tree.

rubygem-listen is on 3.1.5
rubygem-rouge is on 2.0.5

I thought about just patching the .gemspec files but it looks like there is a
good reason that jekyll is still using the old rouge gem
https://github.com/jekyll/jekyll/pull/5230 and there is also a reason that
jekyll-watch which is used by rubygem-jekyll doesn't work with the latest
listen gem
https://github.com/jekyll/jekyll-watch/commit/85290563aa2dc3d6c8ab4f55e29e43aea
885e8cb

I 'fixed' it with installing old version for these gems.
pkg install /var/cache/pkg/rubygem-rouge-1.10.1.txz
pkg install /var/cache/pkg/rubygem-listen-3.0.6.txz

What is the proper solution here?


More information about the freebsd-ruby mailing list