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 67A5EAF7F3C for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4E633940 for ; Sat, 5 Nov 2016 21:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4DBE2AF7F3B; 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 4D676AF7F3A 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 39D4493F 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 uA5LhE8x044320 for ; Sat, 5 Nov 2016 21:43:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" 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 Date: Sat, 05 Nov 2016 21:43:14 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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 Sir l33tname 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?