Date: Sat, 05 Nov 2016 21:43:14 +0000 From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 214252] www/rubygems-jekyll Update to 3.3.0 also the port is broken Message-ID: <bug-214252-21402-uqHDVKlWIM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214252-21402@https.bugs.freebsd.org/bugzilla/> References: <bug-214252-21402@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Sir l33tname <sirl33tname@gmail.com> has asked ruby@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=3D214252 --- Description --- Created attachment 176666 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176666&action= =3Dedit 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/85290563aa2dc3d6c8ab4f55e29e4= 3aea 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214252-21402-uqHDVKlWIM>