From owner-svn-ports-all@freebsd.org Fri Jan 5 00:46:17 2018 Return-Path: Delivered-To: svn-ports-all@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 64474EC4426; Fri, 5 Jan 2018 00:46:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 507BF69C21; Fri, 5 Jan 2018 00:46:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w050kGoq037861 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 4 Jan 2018 16:46:16 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: svn commit: r458090 - head/textproc/meld To: Antoine Brodin , =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201801042141.w04Lffge090956@repo.freebsd.org> <5d2a95fb-c100-63d9-bb59-eb02bbe87c0a@rawbw.com> <20180104230949.0268c023@FreeBSD.org> From: Yuri Message-ID: <5d1425f9-293a-0bb5-2855-8a5ced551a1a@rawbw.com> Date: Thu, 4 Jan 2018 16:46:15 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 05 Jan 2018 00:46:17 -0000 On 01/04/18 14:53, Antoine Brodin wrote: > By the way, this port should have a PYTHON_PKGNAMEPREFIX since it can > be flavored (py34, py35 and py36). IMHO, there's no need to flavor meld. it is just an app with one executable. Just fixing USES=python:3.6 should be fine for all practical purposes. (I am commenting here that much because I find meld very useful to review differences between the repository and local versions of files.) Yuri