From owner-freebsd-ports@freebsd.org Wed Nov 27 22:03:14 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FF9E1BA67F for ; Wed, 27 Nov 2019 22:03:14 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47NZXL3kQGz4gLD; Wed, 27 Nov 2019 22:03:14 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3096 bits) server-digest SHA256) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id D3945DE599; Wed, 27 Nov 2019 23:03:09 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id xARM38uR071600; Wed, 27 Nov 2019 23:03:08 +0100 (CET) (envelope-from lars) Date: Wed, 27 Nov 2019 23:03:08 +0100 From: Lars Engels To: Brooks Davis Cc: "Janky Jay, III" , FreeBSD , "@lbutlr" Subject: Re: Checking you the maintainer of a port? Message-ID: <20191127220308.GH5400@e.0x20.net> References: <64c00043-510b-eeef-c50c-a737b291dfc3@unfs.us> <20191127210755.GA42062@spindle.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191127210755.GA42062@spindle.one-eyed-alien.net> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47NZXL3kQGz4gLD X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2019 22:03:14 -0000 On Wed, Nov 27, 2019 at 09:07:55PM +0000, Brooks Davis wrote: > On Wed, Nov 27, 2019 at 02:05:56PM -0700, Janky Jay, III wrote: > > Hello, > > > > On 11/27/19 2:03 PM, @lbutlr wrote: > > > I thought that the maintainer of a port was listed somewhere in the files at user/ports//portbase/ but evidently not. What is the easiest way to find out, sitting in console on a server without a GUI, to find out who the maintainer is? (On my desktop I can just google and launch a browser, but that is not possible on most of the servers which do not have web clients installed. > > > > > > (Right now I am looking for the maintainer of roundcube, but this is a general question.) > > > > > > > Please see the "MAINTAINER=" line in the port's "Makefile". > > A slightly more general answer is: > > cd /usr/ports//; make -V MAINTAINER There's already a target for it: make maintainer in a port's directory.