From owner-svn-ports-head@freebsd.org Wed Oct 17 12:10:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2E8910D3A8E; Wed, 17 Oct 2018 12:10:30 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E5D27DABF; Wed, 17 Oct 2018 12:10:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id CkefgGsCg1jEDCkeggK3F2; Wed, 17 Oct 2018 06:10:27 -0600 X-Authority-Analysis: v=2.3 cv=W/aMqiek c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=smKx5t2vBNcA:10 a=6I5d2MoRAAAA:8 a=-p4t64i_AAAA:8 a=z_5uEx5cAAAA:8 a=YxBL1-UpAAAA:8 a=oNdt8Ku7NBz20YwHmAoA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=g9aG8aqTqykeo9p2VkTf:22 a=JtrFjcrP6MhGCbC1Nd-z:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 419636A5; Wed, 17 Oct 2018 05:10:25 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w9HCANkW039886; Wed, 17 Oct 2018 05:10:23 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w9HCANqI039883; Wed, 17 Oct 2018 05:10:23 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201810171210.w9HCANqI039883@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Jochen Neumeister cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482290 - head/lang/lua52 In-Reply-To: Message from Jochen Neumeister of "Wed, 17 Oct 2018 09:39:43 -0000." <201810170939.w9H9dh0b028473@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 17 Oct 2018 05:10:23 -0700 X-CMAE-Envelope: MS4wfCSxA2xGhdmxE0JTDamtMFA4tVZkxgBEssoHW8ZD4plR/31e98vrHzdZsBS3XQ+TSfROVu6zsT1CISNeX7dktjIIOcU2ZpVC/qfWZep6gHU128gfxVAo L7GWI84h5NOL5tSSpVdc8LLizeDlR8IOJ8jhDe7ZRDx7lQOq7A6zFpFGCVY6K5ZivqkkydgzJ+82ir1QdsvGdEgPTBs755YR/AZ1UaSD9znbdrj0MnXEDTu6 CN4BhgXmcghFiPEvlr2ejkuJJZ5TZfxMdY9Oj4H5JNPiDqVZiCaeSv5A8Bn1pJOeGZ0a0XCTenQH/Kk07AIk3Q== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 12:10:30 -0000 In message <201810170939.w9H9dh0b028473@repo.freebsd.org>, Jochen Neumeister wr ites: > Author: joneum > Date: Wed Oct 17 09:39:42 2018 > New Revision: 482290 > URL: https://svnweb.freebsd.org/changeset/ports/482290 > > Log: > Pass maintainership to submitter > > PR: 232320 > Submitted by: John Von Essen > Sponsored by: Netzkommune GmbH > > Modified: > head/lang/lua52/Makefile > > Modified: head/lang/lua52/Makefile > ============================================================================= > = > --- head/lang/lua52/Makefile Wed Oct 17 09:30:08 2018 (r482289) > +++ head/lang/lua52/Makefile Wed Oct 17 09:39:42 2018 (r482290) > @@ -7,7 +7,7 @@ CATEGORIES= lang > MASTER_SITES= http://www.lua.org/ftp/ > PKGNAMESUFFIX= 52 > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= john@essenz.com > COMMENT= Small, compilable scripting language providing easy access to C > code > > LICENSE= MIT > It used to be that maintainership of a port would be passed to the submitter after or while accepting a patch or patches to a port. Has this policy changed? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.