From owner-svn-ports-all@freebsd.org Mon Jul 16 14:44:52 2018 Return-Path: Delivered-To: svn-ports-all@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 C3F18102AEB3; Mon, 16 Jul 2018 14:44:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7658F742B5; Mon, 16 Jul 2018 14:44:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 577BD1DECF; Mon, 16 Jul 2018 14:44:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6GEiqAa042254; Mon, 16 Jul 2018 14:44:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6GEiqTe042253; Mon, 16 Jul 2018 14:44:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807161444.w6GEiqTe042253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 16 Jul 2018 14:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474740 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 474740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 16 Jul 2018 14:44:52 -0000 Author: mfechner Date: Mon Jul 16 14:44:51 2018 New Revision: 474740 URL: https://svnweb.freebsd.org/changeset/ports/474740 Log: Take maintainer as port is only used by gitlab-ce which I maintain, so I can sync the updates with the gitlab-ce updates. Reviewed by: tz (mentor) Approved by: sunpoet (maintainer by email), tz (mentor) Differential Revision: https://reviews.freebsd.org/D16267 Modified: head/net/rubygem-gitaly-proto/Makefile Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Mon Jul 16 14:36:51 2018 (r474739) +++ head/net/rubygem-gitaly-proto/Makefile Mon Jul 16 14:44:51 2018 (r474740) @@ -6,7 +6,7 @@ PORTVERSION= 0.101.0 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Protobuf specifications and client libraries for Gitaly LICENSE= MIT