From owner-freebsd-ports@FreeBSD.ORG Wed Jul 27 22:53:35 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B12D216A41F for ; Wed, 27 Jul 2005 22:53:35 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from jupiter.efacilitas.de (85-10-196-108.clients.your-server.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4260143D48 for ; Wed, 27 Jul 2005 22:53:34 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-29.dynamic.qsc.de [212.202.37.29]) by jupiter.efacilitas.de (Postfix) with ESMTP id E2BC4C3DC5A; Thu, 28 Jul 2005 00:58:53 +0000 (UTC) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 04CA412B140; Thu, 28 Jul 2005 00:53:10 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 79174-08; Thu, 28 Jul 2005 00:53:05 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 9FF8E12B09A; Thu, 28 Jul 2005 00:53:05 +0200 (CEST) Message-ID: <42E81050.7090305@cs.tu-berlin.de> Date: Thu, 28 Jul 2005 00:53:04 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: ports@freebsd.org Subject: Re: Question about maintainers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 22:53:35 -0000 Paul Schmehl wrote: > If a port lists the maintainer (in the Makefile) as "fred", does that > mean fred@freebsd.org? I can't find a port with incomplete information about its maintainer. Use 'make maintainer' to determine the e-mail address of the responsible maintainer. Look for the variable MAINTAINER in Makefile. Björn