From owner-svn-ports-head@freebsd.org Fri Oct 14 07:42:11 2016 Return-Path: Delivered-To: svn-ports-head@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 D74D4C1112A; Fri, 14 Oct 2016 07:42:11 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 9F84F7E7; Fri, 14 Oct 2016 07:42:11 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 628CD1AAF046; Fri, 14 Oct 2016 09:42:03 +0200 (CEST) Subject: Re: svn commit: r423950 - head/databases/rubygem-pg To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610140640.u9E6eVQ2045433@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <1896c319-93c5-d48f-dd17-e3c313a3fcd6@toco-domains.de> Date: Fri, 14 Oct 2016 09:42:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610140640.u9E6eVQ2045433@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 07:42:11 -0000 On 14.10.2016 08:40, Wen Heping wrote: > Author: wen > Date: Fri Oct 14 06:40:31 2016 > New Revision: 423950 > URL: https://svnweb.freebsd.org/changeset/ports/423950 > > Log: > - Update to 0.19.0 Please notice: whenever you update a rubygem-* you need a *runtime* test for *every* dependency. This update breaks for example www/gitlab and www/redmine (if used with pg). I'm going to fix the breaks. Greetings, Torsten