From owner-svn-ports-all@freebsd.org Thu Apr 4 09:28:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 298F4156A67A; Thu, 4 Apr 2019 09:28:02 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE20F8EF64; Thu, 4 Apr 2019 09:28:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:14ee:c802:8fad:59eb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CC42719290; Thu, 4 Apr 2019 09:27:59 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 4 Apr 2019 18:27:55 +0900 From: Koichiro Iwao To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r497674 - head/sysutils/rubygem-bundler Message-ID: <20190404092755.hxnu4p2yjkmffa34@icepick.vmeta.jp> References: <201904030824.x338ODjj081712@repo.freebsd.org> <96a7e8aca1c7dd717720d834f66d21c6@fechner.net> <20190403141330.odghcx7po7zrm747@icepick.vmeta.jp> <20190403145004.r336ym5u5simn7er@icepick.vmeta.jp> <85e00e4c-5c58-1250-49de-709cd35ea856@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <85e00e4c-5c58-1250-49de-709cd35ea856@fechner.net> X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: BE20F8EF64 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.946,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2019 09:28:02 -0000 Before applying a major update to rubygem-bundler, I think I should have keep the older version. I've created a review and added you as a reviewer. https://reviews.freebsd.org/D19818 I'm going to find out which consumer of bundler requires the older version. Let me know if you already know some ports depends on bundler 1.17 series. On Wed, Apr 03, 2019 at 09:54:15PM +0200, Matthias Fechner wrote: > Am 03.04.2019 um 16:50 schrieb Koichiro Iwao: > > Just reverted the change. I should keep the older version like formerly > > sysutils/rubygem-bundler17 was created. And then update the port. > > > > Sorry for the breakage. > > thanks for quick revert. > Please make sure you include in your testbuild www/redmine and > www/gitlab-ce. > The breakage for rails50 I have already fixed with r497705. > > > Gruß > Matthias > > -- > > "Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying to > produce bigger and better idiots. So far, the universe is winning." -- > Rich Cook > -- meta