From owner-svn-ports-all@freebsd.org Thu Mar 2 15:08:09 2017 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 72DF6CF4CC8; Thu, 2 Mar 2017 15:08:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 46D5CDF7; Thu, 2 Mar 2017 15:08:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 98A557947; Thu, 2 Mar 2017 15:08:08 +0000 (UTC) Date: Thu, 2 Mar 2017 15:08:08 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435237 - in head/devel: . py3-wcwidth Message-ID: <20170302150808.GA33420@FreeBSD.org> References: <201703021406.v22E666e016212@repo.freebsd.org> <20170302141223.GA88405@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 02 Mar 2017 15:08:09 -0000 On Thu, Mar 02, 2017 at 03:51:43PM +0100, Mathieu Arnold wrote: > Le 02/03/2017 ?? 15:12, Alexey Dokuchaev a ??crit : > > On Thu, Mar 02, 2017 at 02:06:06PM +0000, Steven Kreuzer wrote: > >> New Revision: 435237 > >> URL: https://svnweb.freebsd.org/changeset/ports/435237 > >> > >> Log: > >> Python 3 version of devel/py-wcwidth > >> > >> [...] > >> @@ -0,0 +1,8 @@ > >> +# Created by: Danilo G. Baio > >> +# $FreeBSD$ > >> + > >> +MASTERDIR= ${.CURDIR}/../py-wcwidth > > > > OK I see it now. (It would be useful to mention that you plan to convert > > a port to become a master though, so dumb people like me wouldn't have to > > ask their silly questions.) > > Or do it all in one commit. Right; that would've been even better. ./danfe