From owner-freebsd-ports@freebsd.org Tue Feb 23 16:39:05 2016 Return-Path: Delivered-To: freebsd-ports@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 54CA1AB1B9F; Tue, 23 Feb 2016 16:39:05 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 1B4C7307; Tue, 23 Feb 2016 16:39:04 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id CA1FC28439; Tue, 23 Feb 2016 17:39:01 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id D714F28422; Tue, 23 Feb 2016 17:39:00 +0100 (CET) Message-ID: <56CC8B24.5050300@quip.cz> Date: Tue, 23 Feb 2016 17:39:00 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Torsten Zuehlsdorff , Steve Wills , ruby@freebsd.org, freebsd-ports@freebsd.org Subject: Re: default ruby version References: <56C40970.4030003@FreeBSD.org> <56CC70EF.3090304@quip.cz> <56CC7732.7040409@toco-domains.de> In-Reply-To: <56CC7732.7040409@toco-domains.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 16:39:05 -0000 Torsten Zuehlsdorff wrote on 02/23/2016 16:13: > Hello Miroslav, > On 23.02.2016 15:47, Miroslav Lachman wrote: >> Steve Wills wrote on 02/17/2016 06:47: >>> Hi, >>> >>> Just FYI, baring any objections or major issues coming up, I plan to >>> make Ruby 2.2 the default Ruby in the ports tree on March 1. >>> >>> Puppet users in particular probably want to migrate to sysutils/puppet4 >>> or work on testing some sort of patch that makes puppet 3.x work with >>> ruby 2.2 before then. >>> >>> Steve >> >> Will it be another breakage of www/redmine? >> (it is known to have problems with many dependencies after updates) > > I'm currently working on an update for redmine to version 3.2. This will > make it much more stable for updates. > > Did you have any interest in testing the update? Definitely yes! I have working poudriere setup so I can try to build package and then update on testing jail with Redmine. Let me know when your work wil be ready to test. Thank you Miroslav Lachman