From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 07:26:09 2014 Return-Path: Delivered-To: svn-ports-head@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 5E897449; Wed, 30 Jul 2014 07:26:09 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D10DA2609; Wed, 30 Jul 2014 07:26:08 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:54744] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s6U7QBDk099618 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Wed, 30 Jul 2014 11:26:12 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Alexey Dokuchaev Subject: Re: svn commit: r363361 - in head/editors/fte: . files Date: Wed, 30 Jul 2014 07:25:48 +0000 Message-ID: <3898057.T8DsoXnEEp@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.5 (FreeBSD/9.3-PRERELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: <20140730070412.GA97692@FreeBSD.org> References: <201407291646.s6TGkjHH090335@svn.freebsd.org> <41D25BC1-AC62-4280-A342-8A2BDD84B1E0@adamw.org> <20140730070412.GA97692@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, William Grzybowski , Adam Weinberger X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 07:26:09 -0000 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. > 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 :) Cheers, Max