From owner-cvs-all@FreeBSD.ORG Wed Mar 10 16:23:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CED16A4D0; Wed, 10 Mar 2004 16:23:30 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FB643D53; Wed, 10 Mar 2004 16:23:29 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 182181472C; Wed, 10 Mar 2004 18:23:27 -0600 (CST) Date: Wed, 10 Mar 2004 18:23:26 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Doug Barton In-Reply-To: <20040310140608.C875@bo.vpnaa.bet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "cvs-ports@FreeBSD.org" cc: "cvs-all@FreeBSD.org" cc: Mark Linimon cc: "ports-committers@FreeBSD.org" Subject: Re: cvs commit: ports/textproc/gmat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 00:23:30 -0000 > I'm very uncomfortable with this commit. Mostly on the principle that > anything that reduces individual expression is bad, however I honestly > don't understand what you're trying to "fix" here. > > If there is honestly a problem with the capitalization of the address, > why isn't it solved at your end? What am I missing here? My code sorts on a case-insensitive basis, since email addresses AFAIK are case-insensitive. It is merely a matter of seeing certain addresses catch my eye again and again on my reports. There seems to be a trend to, in both ports and documentation, to canonicalize the style of our email addresses as FreeBSD.org. I had even thought such a thing might be controversial; I thought it was "just the way we did things." I will avoid all such commits in the future -- unless someone decides to define a policy. Feel free to back this change out if you wish. mcl