From owner-svn-ports-head@freebsd.org Mon May 14 01:44: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 B786AFE0866; Mon, 14 May 2018 01:44:30 +0000 (UTC) (envelope-from 010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com) Received: from a27-35.smtp-out.us-west-2.amazonses.com (a27-35.smtp-out.us-west-2.amazonses.com [54.240.27.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16F5B69E39; Mon, 14 May 2018 01:44:29 +0000 (UTC) (envelope-from 010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1526262262; h=Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:In-Reply-To:Feedback-ID; bh=3s019MAab1yuJ1WXiKq80/sZjRDUMPE/z0R8VUqroI8=; b=CHccF7YR/hwmUi2MIwFSnjyvgMa9FrDlgiePEQK8q/gf86ErBm2+gW3PW6/6dpj4 1I3Lr6+9i0uOuu1u09U8ebzkovv8JPwFHmmRN51Y7NyW6K8pah6ocMwC71nePQEvVeQ efN8jHrihKZ3Fdmv6vWSeWunh/izYBuGlcyo6DNk= Date: Mon, 14 May 2018 01:44:22 +0000 From: Koichiro Iwao To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469844 - head/devel/rbenv Message-ID: <010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com> References: <201805140040.w4E0eM7K033929@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201805140040.w4E0eM7K033929@repo.freebsd.org> X-Operating-System: FreeBSD 11.2-BETA1 amd64 User-Agent: NeoMutt/20180323 X-SES-Outgoing: 2018.05.14-54.240.27.35 Feedback-ID: 1.us-west-2.ngRt4x2U/cWqug8pbfjwMxB6pcDw1fmN73bGmMLYyRI=:AmazonSES X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 14 May 2018 01:44:30 -0000 > Approved by: ? (mentor) Oops, forget to fill this in. Approved by pi@. On Mon, May 14, 2018 at 12:40:22AM +0000, Koichiro Iwao wrote: > Author: meta > Date: Mon May 14 00:40:22 2018 > New Revision: 469844 > URL: https://svnweb.freebsd.org/changeset/ports/469844 > > Log: > devel/rbenv: pass maintainership to ruby@ > > as I've joined ruby@. More eyes should catch up with updates quickly. > > Approved by: ? (mentor) > > Modified: > head/devel/rbenv/Makefile > > Modified: head/devel/rbenv/Makefile > ============================================================================== > --- head/devel/rbenv/Makefile Mon May 14 00:25:33 2018 (r469843) > +++ head/devel/rbenv/Makefile Mon May 14 00:40:22 2018 (r469844) > @@ -5,7 +5,7 @@ PORTVERSION= 1.1.1 > DISTVERSIONPREFIX= v > CATEGORIES= devel ruby > > -MAINTAINER= meta@FreeBSD.org > +MAINTAINER= ruby@FreeBSD.org > COMMENT= Manage multiple versions of ruby > > LICENSE= MIT > -- meta