From owner-svn-ports-all@FreeBSD.ORG Wed Jul 30 07:29:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E6285A1; Wed, 30 Jul 2014 07:29:42 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62A3D2623; Wed, 30 Jul 2014 07:29:41 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6A22443B8C; Wed, 30 Jul 2014 02:29:20 -0500 (CDT) Message-ID: <53D89EBF.4080805@marino.st> Date: Wed, 30 Jul 2014 09:29:03 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Max Brazhnikov , Alexey Dokuchaev Subject: Re: svn commit: r363361 - in head/editors/fte: . files References: <201407291646.s6TGkjHH090335@svn.freebsd.org> <41D25BC1-AC62-4280-A342-8A2BDD84B1E0@adamw.org> <20140730070412.GA97692@FreeBSD.org> <3898057.T8DsoXnEEp@mercury.ph.man.ac.uk> In-Reply-To: <3898057.T8DsoXnEEp@mercury.ph.man.ac.uk> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, William Grzybowski , Adam Weinberger X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 30 Jul 2014 07:29:42 -0000 On 7/30/2014 09:25, Max Brazhnikov wrote: > On Wed, 30 Jul 2014 07:04:13 +0000 Alexey Dokuchaev wrote: >> On Tue, Jul 29, 2014 at 01:10:45PM -0400, Adam Weinberger wrote: >>> I'm about to rename all patches that contain ::. Can we please stop >>> producing patches with :: as a path separator, and use __ instead? >> >> Can we also stop using double underscore as it makes patch names so ugly >> and unreadable that I have to spend twice as much time working on ports >> that uses this stupid convention? > > It comes from the makepatch target. Makepatch name convention is no good. I was complaining about this (to bapt) about the lack of a patch name convention and he said to propose one. I've been meaning to do just that, but it also means fixing tools like this. > >> There are plenty of nice, single characters to chose from: -, _, and + >> should suffice most needs (yes, this also covers avoiding confusion that >> original "double underscore" convention was trying to solve). > > What about U+00A0 :) er, no. :) John