svn commit: r470118 - head/devel/grpc

Vanilla I. Shu vanilla at FreeBSD.org
Wed May 16 13:26:10 UTC 2018


Author: vanilla
Date: Wed May 16 13:26:08 2018
New Revision: 470118
URL: https://svnweb.freebsd.org/changeset/ports/470118

Log:
  Update to 1.12.0.

Modified:
  head/devel/grpc/Makefile
  head/devel/grpc/distinfo
  head/devel/grpc/pkg-plist

Modified: head/devel/grpc/Makefile
==============================================================================
--- head/devel/grpc/Makefile	Wed May 16 12:47:20 2018	(r470117)
+++ head/devel/grpc/Makefile	Wed May 16 13:26:08 2018	(r470118)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpc
-PORTVERSION=	1.11.1
+PORTVERSION=	1.12.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 

Modified: head/devel/grpc/distinfo
==============================================================================
--- head/devel/grpc/distinfo	Wed May 16 12:47:20 2018	(r470117)
+++ head/devel/grpc/distinfo	Wed May 16 13:26:08 2018	(r470118)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1526396799
-SHA256 (grpc-grpc-v1.11.1_GH0.tar.gz) = 0068a0b11795ac89ba8f5cc7332cd8cd2870a2ee0016126f014ce0bc3004e590
-SIZE (grpc-grpc-v1.11.1_GH0.tar.gz) = 13433734
+TIMESTAMP = 1526466321
+SHA256 (grpc-grpc-v1.12.0_GH0.tar.gz) = eb9698f23aeec2c3832601fa3f804e4d9dc28eca3cc560ef466c9ade1ec951db
+SIZE (grpc-grpc-v1.12.0_GH0.tar.gz) = 13692310
 SHA256 (google-benchmark-v1.4.0_GH0.tar.gz) = 616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214
 SIZE (google-benchmark-v1.4.0_GH0.tar.gz) = 125274

Modified: head/devel/grpc/pkg-plist
==============================================================================
--- head/devel/grpc/pkg-plist	Wed May 16 12:47:20 2018	(r470117)
+++ head/devel/grpc/pkg-plist	Wed May 16 13:26:08 2018	(r470118)
@@ -171,6 +171,8 @@ include/grpcpp/impl/codegen/create_auth_context.h
 include/grpcpp/impl/codegen/grpc_library.h
 include/grpcpp/impl/codegen/metadata_map.h
 include/grpcpp/impl/codegen/method_handler_impl.h
+include/grpcpp/impl/codegen/proto_buffer_reader.h
+include/grpcpp/impl/codegen/proto_buffer_writer.h
 include/grpcpp/impl/codegen/proto_utils.h
 include/grpcpp/impl/codegen/rpc_method.h
 include/grpcpp/impl/codegen/rpc_service_method.h
@@ -210,6 +212,8 @@ include/grpcpp/support/byte_buffer.h
 include/grpcpp/support/channel_arguments.h
 include/grpcpp/support/config.h
 include/grpcpp/support/error_details.h
+include/grpcpp/support/proto_buffer_reader.h
+include/grpcpp/support/proto_buffer_writer.h
 include/grpcpp/support/slice.h
 include/grpcpp/support/status.h
 include/grpcpp/support/status_code_enum.h


More information about the svn-ports-all mailing list