From owner-svn-ports-all@freebsd.org Fri Jul 7 08:12:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F5FD9D594; Fri, 7 Jul 2017 08:12:23 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 5FBA070BF2; Fri, 7 Jul 2017 08:12:23 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v678CMwo083009; Fri, 7 Jul 2017 08:12:22 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v678CMBR083008; Fri, 7 Jul 2017 08:12:22 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201707070812.v678CMBR083008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 7 Jul 2017 08:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445215 - in branches/2017Q3/net: . rubygem-grpc X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2017Q3/net: . rubygem-grpc X-SVN-Commit-Revision: 445215 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.23 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: Fri, 07 Jul 2017 08:12:23 -0000 Author: tz Date: Fri Jul 7 08:12:22 2017 New Revision: 445215 URL: https://svnweb.freebsd.org/changeset/ports/445215 Log: MFH: r445147 New port: net/rubygem-grpc A Ruby implementation of gRPC. WWW: https://github.com/grpc/grpc/tree/master/src/ruby Special thanks to swill and vanilla for creating this port! Reviewed by: tz, Matthias Fechner Approved by: ports-secteam (junovitch) Added: branches/2017Q3/net/rubygem-grpc/ - copied from r445147, head/net/rubygem-grpc/ Modified: branches/2017Q3/net/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/net/Makefile ============================================================================== --- branches/2017Q3/net/Makefile Fri Jul 7 08:10:30 2017 (r445214) +++ branches/2017Q3/net/Makefile Fri Jul 7 08:12:22 2017 (r445215) @@ -1188,6 +1188,7 @@ SUBDIR += rubygem-gitaly SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 + SUBDIR += rubygem-grpc SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddress