From owner-freebsd-ports@freebsd.org Sun Nov 20 20:08:48 2016 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 525DCC4CAD2 for ; Sun, 20 Nov 2016 20:08:48 +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 413BB1CE9 for ; Sun, 20 Nov 2016 20:08:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 408ECC4CAD1; Sun, 20 Nov 2016 20:08:48 +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 4036DC4CAD0 for ; Sun, 20 Nov 2016 20:08:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28AE81CE8 for ; Sun, 20 Nov 2016 20:08:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id C1095291B; Sun, 20 Nov 2016 14:08:46 -0600 (CST) Date: Sun, 20 Nov 2016 14:08:45 -0600 From: Mark Linimon To: Armin Gruner Cc: ports@freebsd.org Subject: Re: Ports update submission for multiple ports? Message-ID: <20161120200845.GC6662@lonesome.com> References: <358c31c2-160c-6e3e-b3d3-6e6d596ca0d5@muc.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <358c31c2-160c-6e3e-b3d3-6e6d596ca0d5@muc.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 20:08:48 -0000 Back before we had Bugzilla, I used to recommend separate submissions for each port. But Bugzilla gives us a little more flexibility on Cc:ing and tracking maintainers, so it is not as hard for us to deal with now. Having said that, I personally still have a slight preference for individual PRs. Bugzilla also gives us the ability to track related PRs via "Depends on:" and "Blocks:" to help recommend ordering and dependencies. You may hear from other people that they don't agree with the above :-) mcl