From owner-freebsd-ruby@freebsd.org Sat Nov 5 21:43:14 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3362AF7F40 for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CCA4944 for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8C2AEAF7F3F; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD63AF7F3E for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61782941 for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5LhE91044320 for ; Sat, 5 Nov 2016 21:43:14 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sat, 05 Nov 2016 21:43:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Package Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sirl33tname@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 21:43:14 -0000 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.=