From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 22:30:32 2004 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 8ABFA16A4D8 for ; Wed, 13 Oct 2004 22:30:32 +0000 (GMT) Received: from mortis.over-yonder.net (adsl-222-78-9.jan.bellsouth.net [68.222.78.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB2B243D3F for ; Wed, 13 Oct 2004 22:30:22 +0000 (GMT) (envelope-from gh@over-yonder.net) Received: by mortis.over-yonder.net (Postfix, from userid 1012) id 6D9CB20F96; Wed, 13 Oct 2004 17:30:21 -0500 (CDT) Date: Wed, 13 Oct 2004 17:30:21 -0500 From: "Daniel M. Kurry" To: Dan Message-ID: <20041013223020.GA53463@over-yonder.net> References: <20041013221441.65332.qmail@web50802.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041013221441.65332.qmail@web50802.mail.yahoo.com> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.6i-fullermd.2 cc: ports@FreeBSD.org Subject: Re: Updating/upgrading lcdproc due to security issue 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: Wed, 13 Oct 2004 22:30:32 -0000 Dan said something like: > Please let me know what the procedure is to getting > this updated and whether i should submit the modified > patch files or if there is a maintainer for this port. Dan, `make maintainer` is a roundabout way of finding the maintainer. `grep -i ^maintainer Makefile` will get you the MAINTAINER line from the Makefile. The maintainer listed for lcdproc is ports@, which means there is no singular maintainer, and if you want the port updated you have to submit the updated ports files yourself or convince someone else to do it for you. This is usually done by submitting a ports PR, but someone else will have to tell you about that. I think this is the handbook, too. Regards, Daniel