Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Nov 2016 21:43:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 214252] www/rubygems-jekyll Update to 3.3.0 also the port is broken
Message-ID:  <bug-214252-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214252

            Bug ID: 214252
           Summary: www/rubygems-jekyll Update to 3.3.0 also the port is
                    broken
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Package Infrastructure
          Assignee: portmgr@FreeBSD.org
          Reporter: sirl33tname@gmail.com
                CC: ruby@FreeBSD.org
                CC: ruby@FreeBSD.org
             Flags: maintainer-feedback?(ruby@FreeBSD.org)

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=
3aea885e8cb

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?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214252-21402>