From owner-freebsd-ports@FreeBSD.ORG Fri May 16 07:45:04 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C584C37B401 for ; Fri, 16 May 2003 07:45:04 -0700 (PDT) Received: from analog.databits.net (analog.databits.net [198.78.65.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 4734C43FAF for ; Fri, 16 May 2003 07:45:04 -0700 (PDT) (envelope-from petef@analog.databits.net) Received: (qmail 11593 invoked by uid 1000); 16 May 2003 14:41:59 -0000 Date: Fri, 16 May 2003 09:41:58 -0500 From: Pete Fritchman To: Oliver Lehmann Message-ID: <20030516144158.GD25401@absolutbsd.org> References: <20030516164004.1b240424.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030516164004.1b240424.lehmann@ans-netz.de> User-Agent: Mutt/1.4i cc: ports@FreeBSD.org Subject: Re: How to write FreeBSD in the maintainer field X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 14:45:05 -0000 ++ 16/05/03 16:40 +0200 - Oliver Lehmann: | Hi, | | i'm just wondering how to write FreeBSD in the MAINTAINER field. I | remember that there was a commit "some" time ago where all emails got | lowercased "sorry, smtp is case insensitive". Hmm, I've noticed commits in the past to change freebsd -> FreeBSD. | olivleh1@nudel ports> find . -name Makefile -exec grep -E \ | '^MAINTAINER=[^@]*@freebsd' {} \; | wc -l | 306 | olivleh1@nudel ports> find . -name Makefile -exec grep -E \ | '^MAINTAINER=[^@]*@FreeBSD' {} \; | wc -l | 5284 FreeBSD.org is the correct way. --pete