From owner-freebsd-ports@FreeBSD.ORG Mon Nov 10 03:15:05 2003 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 DA35F16A4CE for ; Mon, 10 Nov 2003 03:15:05 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CBF43FB1 for ; Mon, 10 Nov 2003 03:15:05 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a5a6.dip.t-dialin.net ([217.88.165.166] helo=fillmore-labs.com ident=hxozrla8wqek9qpv) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AJA0Z-00087j-0t; Mon, 10 Nov 2003 12:14:59 +0100 Message-ID: <3FAF7337.6050708@fillmore-labs.com> Date: Mon, 10 Nov 2003 12:15:03 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Sam Lawrance References: <1068458390.38101.19.camel@dirk.no.domain> In-Reply-To: <1068458390.38101.19.camel@dirk.no.domain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org Subject: Re: Ability for maintainers to update own ports 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: Mon, 10 Nov 2003 11:15:06 -0000 Sam Lawrance wrote: > Greetings all, > > Neglecting implementation details, has anybody considered the > possibility of allowing MAINTAINERs who don't have commit privileges to > somehow commit updates to ports they maintain? > > Where do people see problems lie with such an idea? (Eg. keeping the > tree sane, controlling access, vetting changes etc) > > I feel that a well thought out and implemented system could be highly > beneficial to everyone, reducing the number of ports PRs and letting > port updates flow through a little faster. > > Pick it to bits, if there are solutions I want to find them :) You might want to have a look into NetBSD's pkgsrc-wip: http://pkgsrc-wip.sourceforge.net/ See Thomas's announcement to the tech-pkg MailingList for more details: http://mail-index.netbsd.org/tech-pkg/2003/03/25/0001.html It's not exactly what you propose, but a step in the same direction: get more people involved in the ports system.