From owner-freebsd-ports@freebsd.org Tue Nov 10 23:16:35 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E68A2BA5F for ; Tue, 10 Nov 2015 23:16:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B56091E05 for ; Tue, 10 Nov 2015 23:16:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id AFC62A2BA5E; Tue, 10 Nov 2015 23:16:35 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF57FA2BA5D for ; Tue, 10 Nov 2015 23:16:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id 921611E04 for ; Tue, 10 Nov 2015 23:16:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9F9A256083; Tue, 10 Nov 2015 17:16:29 -0600 (CST) Date: Tue, 10 Nov 2015 17:16:29 -0600 From: Mark Linimon To: John Barker Cc: Big Lebowski , "ports@FreeBSD.org Ports" Subject: Re: Hi, I'd like to update the coreos-etcd port! Message-ID: <20151110231629.GA17606@lonesome.com> References: <1F699EAF-45C4-4A4D-B442-A9F45CE7A138@enigma.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 23:16:35 -0000 On Tue, Nov 10, 2015 at 09:36:48AM -0500, John Barker wrote: > I went through the earlier steps about finding any outstanding issues, I > can't see any pending PRs here: > http://portsmon.freebsd.org/portoverview.py?category=devel&portname=etcd&wildcard= > am I looking for it wrong? No, that should be correct. You can always use bugzilla to make sure that portsmon has gotten it right: https://bugs.freebsd.org/bugzilla/query.cgi > The next step in the guide is: > > > If there is no pending PR, the next step is to send an email to the > > port's maintainer, as shown by make maintainer. I've always hated that advice :-) I'd say open a PR. It gives much more information as an audit trail. There is another reference you might want to look at: https://wiki.freebsd.org/KubilayKocak/ThePerfectPortsIssue mcl