From owner-svn-ports-all@freebsd.org Sat Oct 27 18:06:36 2018 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 4D4FC10CF1D3; Sat, 27 Oct 2018 18:06:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 046C775582; Sat, 27 Oct 2018 18:06:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id BB45F11C41; Sat, 27 Oct 2018 18:06:32 +0000 (UTC) Date: Sat, 27 Oct 2018 18:06:32 +0000 From: Alexey Dokuchaev To: Max Brazhnikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483153 - in head/graphics/fraqtive: . files Message-ID: <20181027180632.GA52560@FreeBSD.org> References: <201810271715.w9RHFEf0024510@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201810271715.w9RHFEf0024510@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) 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: Sat, 27 Oct 2018 18:06:36 -0000 On Sat, Oct 27, 2018 at 05:15:14PM +0000, Max Brazhnikov wrote: > New Revision: 483153 > URL: https://svnweb.freebsd.org/changeset/ports/483153 > > Log: > graphics/fraqtive: > - Switch to Qt 5 Since there were no version bump, I assume that the port could be built against any Qt version => you should consider converting it to flavors, since not everyone loves/wants Qt 5. Also, what happens if both Qt versions are installed? I didn't see how this situation is handled in the commit diff. ./danfe