From owner-svn-ports-all@freebsd.org Sat Aug 4 02:14:55 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 350FB105A447; Sat, 4 Aug 2018 02:14:55 +0000 (UTC) (envelope-from vanilla@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 CEB8480558; Sat, 4 Aug 2018 02:14:54 +0000 (UTC) (envelope-from vanilla@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 AA552E9A; Sat, 4 Aug 2018 02:14:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w742EsDR042697; Sat, 4 Aug 2018 02:14:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w742Essb042694; Sat, 4 Aug 2018 02:14:54 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201808040214.w742Essb042694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 4 Aug 2018 02:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476331 - head/devel/grpc X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/grpc X-SVN-Commit-Revision: 476331 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: Sat, 04 Aug 2018 02:14:55 -0000 Author: vanilla Date: Sat Aug 4 02:14:53 2018 New Revision: 476331 URL: https://svnweb.freebsd.org/changeset/ports/476331 Log: Update to 1.14.0. Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Sat Aug 4 01:29:29 2018 (r476330) +++ head/devel/grpc/Makefile Sat Aug 4 02:14:53 2018 (r476331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.13.1 +PORTVERSION= 1.14.0 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= devel Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Sat Aug 4 01:29:29 2018 (r476330) +++ head/devel/grpc/distinfo Sat Aug 4 02:14:53 2018 (r476331) @@ -1,5 +1,5 @@ -TIMESTAMP = 1531830492 -SHA256 (grpc-grpc-v1.13.1_GH0.tar.gz) = af0d41b5fab2797a3bd71bfe1b8c94e553b7c7317f87f664de26bafbf75677c4 -SIZE (grpc-grpc-v1.13.1_GH0.tar.gz) = 13757818 +TIMESTAMP = 1533297607 +SHA256 (grpc-grpc-v1.14.0_GH0.tar.gz) = ad7686301cf828e2119c66571031bd8d18f93240ae05d81adaa279e1cc91c301 +SIZE (grpc-grpc-v1.14.0_GH0.tar.gz) = 13890054 SHA256 (google-benchmark-v1.4.1_GH0.tar.gz) = f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d SIZE (google-benchmark-v1.4.1_GH0.tar.gz) = 126850 Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Sat Aug 4 01:29:29 2018 (r476330) +++ head/devel/grpc/pkg-plist Sat Aug 4 02:14:53 2018 (r476331) @@ -107,6 +107,7 @@ include/grpc/impl/codegen/fork.h include/grpc/impl/codegen/gpr_slice.h include/grpc/impl/codegen/gpr_types.h include/grpc/impl/codegen/grpc_types.h +include/grpc/impl/codegen/log.h include/grpc/impl/codegen/port_platform.h include/grpc/impl/codegen/propagation_bits.h include/grpc/impl/codegen/slice.h @@ -153,6 +154,7 @@ include/grpcpp/health_check_service_interface.h include/grpcpp/impl/call.h include/grpcpp/impl/channel_argument_option.h include/grpcpp/impl/client_unary_call.h +include/grpcpp/impl/codegen/async_generic_service.h include/grpcpp/impl/codegen/async_stream.h include/grpcpp/impl/codegen/async_unary_call.h include/grpcpp/impl/codegen/byte_buffer.h