From owner-svn-ports-all@FreeBSD.ORG Tue Aug 26 06:27:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FECF49D; Tue, 26 Aug 2014 06:27:10 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75DF73CBF; Tue, 26 Aug 2014 06:27:09 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8417F43BEB; Tue, 26 Aug 2014 01:26:53 -0500 (CDT) Message-ID: <53FC289D.4080409@marino.st> Date: Tue, 26 Aug 2014 08:26:37 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Olivier Duchateau , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r366190 - head/x11/keybinder References: <201408260423.s7Q4Nh9v040747@svn.freebsd.org> In-Reply-To: <201408260423.s7Q4Nh9v040747@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 06:27:10 -0000 On 8/26/2014 06:23, Olivier Duchateau wrote: > Author: olivierd > Date: Tue Aug 26 04:23:43 2014 > New Revision: 366190 > URL: http://svnweb.freebsd.org/changeset/ports/366190 > QAT: https://qat.redports.org/buildarchive/r366190/ > > Log: > - Pass maintainership > > Modified: > head/x11/keybinder/Makefile > > Modified: head/x11/keybinder/Makefile > ============================================================================== > --- head/x11/keybinder/Makefile Tue Aug 26 04:19:56 2014 (r366189) > +++ head/x11/keybinder/Makefile Tue Aug 26 04:23:43 2014 (r366190) > @@ -6,7 +6,7 @@ PORTREVISION= 3 > CATEGORIES= x11 > MASTER_SITES= GENTOO/distfiles > > -MAINTAINER= olivierd@FreeBSD.org > +MAINTAINER= ports@FreeBSD.org > COMMENT= Library for registering keyboard shortcuts > > LICENSE= GPLv2 > Wait, what's going on here? I understand there's a policy not to add new ports with "ports@FreeBSD.org" as the maintainer. This commit coupled with the previous "add port" commit appears to circumvent that policy. Who wanted the port in the tree? Regards, John