From owner-freebsd-ruby@freebsd.org Thu Oct 1 09:55:44 2015 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 93505A0D740 for ; Thu, 1 Oct 2015 09:55:44 +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 7C9CE151D for ; Thu, 1 Oct 2015 09:55:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7B9C3A0D73F; Thu, 1 Oct 2015 09:55:44 +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 7B32DA0D73E for ; Thu, 1 Oct 2015 09:55:44 +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 6BE6F151C for ; Thu, 1 Oct 2015 09:55:44 +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 t919tiQL066744 for ; Thu, 1 Oct 2015 09:55:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 203468] [patch] devel/rubygem-gitlab_git: fix gemspec and update to 7.2.17 Date: Thu, 01 Oct 2015 09:55:44 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 09:55:44 -0000 Torsten Z=C3=BChlsdorff has reassigned Bugzilla Aut= omation 's request for maintainer-feedback to ruby@FreeBSD.or= g: Bug 203468: [patch] devel/rubygem-gitlab_git: fix gemspec and update to 7.2= .17 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203468 --- Description --- Created attachment 161591 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D161591&action= =3Dedit patch with update Attached patch updates port from 7.2.15 to 7.2.17. Also note: 7.2.15 is currently not usable. The gemspec defines dependency of rugged ~> 0.22. Since this port was updated to 0.23 at 2015-09-06 the gitlab_git port is broken. Therefore i fixed the gemspec and do some short tests. It works, but it is = not fully tested.=