diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-07-08 06:12:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-07-08 06:12:02 +0000 |
commit | 8a91651cce84645f1d6c3d23f44603fc847d2e98 (patch) | |
tree | 81be35dae4f6c7530e04dc01c9bcd705b71a9a9c | |
parent | 039349273e2dbdbad2f94228a40ddaeaade9c422 (diff) | |
download | ports-8a91651cce84645f1d6c3d23f44603fc847d2e98.tar.gz ports-8a91651cce84645f1d6c3d23f44603fc847d2e98.zip |
Update to version 1.22.0 and provide better port description.
Notes
Notes:
svn path=/head/; revision=506202
-rw-r--r-- | devel/grpc/Makefile | 3 | ||||
-rw-r--r-- | devel/grpc/distinfo | 6 | ||||
-rw-r--r-- | devel/grpc/pkg-descr | 6 | ||||
-rw-r--r-- | devel/grpc/pkg-plist | 27 |
4 files changed, 33 insertions, 9 deletions
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index c99e9edd4fc8..53b1da8cb8dd 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.19.1 +PORTVERSION= 1.22.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 18739516c400..8f90fefa28de 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1558172713 -SHA256 (grpc-grpc-v1.19.1_GH0.tar.gz) = f869c648090e8bddaa1260a271b1089caccbe735bf47ac9cd7d44d35a02fb129 -SIZE (grpc-grpc-v1.19.1_GH0.tar.gz) = 14794085 +TIMESTAMP = 1562093080 +SHA256 (grpc-grpc-v1.22.0_GH0.tar.gz) = 11ac793c562143d52fd440f6549588712badc79211cdc8c509b183cb69bddad8 +SIZE (grpc-grpc-v1.22.0_GH0.tar.gz) = 15082718 SHA256 (google-benchmark-v1.4.1_GH0.tar.gz) = f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d SIZE (google-benchmark-v1.4.1_GH0.tar.gz) = 126850 diff --git a/devel/grpc/pkg-descr b/devel/grpc/pkg-descr index 422b748c7c03..8133d86a4ad1 100644 --- a/devel/grpc/pkg-descr +++ b/devel/grpc/pkg-descr @@ -1,3 +1,5 @@ -An RPC library and framework (c++ part, include some tools) +gRPC is a modern, open source, high-performance remote procedure call (RPC) +framework that can run anywhere, enables client and server applications to +communicate transparently, and simplifies the building of connected systems. -WWW: https://github.com/grpc/grpc/ +WWW: https://grpc.io/ diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist index 843e5bc20a23..ac8316fc66ef 100644 --- a/devel/grpc/pkg-plist +++ b/devel/grpc/pkg-plist @@ -142,17 +142,24 @@ include/grpc/support/workaround_list.h include/grpcpp/alarm.h include/grpcpp/alarm_impl.h include/grpcpp/channel.h +include/grpcpp/channel_impl.h include/grpcpp/client_context.h include/grpcpp/completion_queue.h include/grpcpp/create_channel.h +include/grpcpp/create_channel_impl.h include/grpcpp/create_channel_posix.h +include/grpcpp/create_channel_posix_impl.h include/grpcpp/ext/channelz_service_plugin.h +include/grpcpp/ext/channelz_service_plugin_impl.h include/grpcpp/ext/health_check_service_server_builder_option.h include/grpcpp/ext/proto_server_reflection_plugin.h +include/grpcpp/ext/proto_server_reflection_plugin_impl.h include/grpcpp/generic/async_generic_service.h include/grpcpp/generic/generic_stub.h +include/grpcpp/generic/generic_stub_impl.h include/grpcpp/grpcpp.h include/grpcpp/health_check_service_interface.h +include/grpcpp/health_check_service_interface_impl.h include/grpcpp/impl/call.h include/grpcpp/impl/channel_argument_option.h include/grpcpp/impl/client_unary_call.h @@ -168,9 +175,11 @@ include/grpcpp/impl/codegen/callback_common.h include/grpcpp/impl/codegen/channel_interface.h include/grpcpp/impl/codegen/client_callback.h include/grpcpp/impl/codegen/client_context.h +include/grpcpp/impl/codegen/client_context_impl.h include/grpcpp/impl/codegen/client_interceptor.h include/grpcpp/impl/codegen/client_unary_call.h include/grpcpp/impl/codegen/completion_queue.h +include/grpcpp/impl/codegen/completion_queue_impl.h include/grpcpp/impl/codegen/completion_queue_tag.h include/grpcpp/impl/codegen/config.h include/grpcpp/impl/codegen/config_protobuf.h @@ -181,6 +190,7 @@ include/grpcpp/impl/codegen/grpc_library.h include/grpcpp/impl/codegen/intercepted_channel.h include/grpcpp/impl/codegen/interceptor.h include/grpcpp/impl/codegen/interceptor_common.h +include/grpcpp/impl/codegen/message_allocator.h include/grpcpp/impl/codegen/metadata_map.h include/grpcpp/impl/codegen/method_handler_impl.h include/grpcpp/impl/codegen/proto_buffer_reader.h @@ -192,6 +202,7 @@ include/grpcpp/impl/codegen/security/auth_context.h include/grpcpp/impl/codegen/serialization_traits.h include/grpcpp/impl/codegen/server_callback.h include/grpcpp/impl/codegen/server_context.h +include/grpcpp/impl/codegen/server_context_impl.h include/grpcpp/impl/codegen/server_interceptor.h include/grpcpp/impl/codegen/server_interface.h include/grpcpp/impl/codegen/service_type.h @@ -200,6 +211,7 @@ include/grpcpp/impl/codegen/status.h include/grpcpp/impl/codegen/status_code_enum.h include/grpcpp/impl/codegen/string_ref.h include/grpcpp/impl/codegen/stub_options.h +include/grpcpp/impl/codegen/sync.h include/grpcpp/impl/codegen/sync_stream.h include/grpcpp/impl/codegen/time.h include/grpcpp/impl/grpc_library.h @@ -208,27 +220,39 @@ include/grpcpp/impl/rpc_method.h include/grpcpp/impl/rpc_service_method.h include/grpcpp/impl/serialization_traits.h include/grpcpp/impl/server_builder_option.h +include/grpcpp/impl/server_builder_option_impl.h include/grpcpp/impl/server_builder_plugin.h include/grpcpp/impl/server_initializer.h +include/grpcpp/impl/server_initializer_impl.h include/grpcpp/impl/service_type.h include/grpcpp/resource_quota.h +include/grpcpp/resource_quota_impl.h include/grpcpp/security/auth_context.h include/grpcpp/security/auth_metadata_processor.h +include/grpcpp/security/auth_metadata_processor_impl.h include/grpcpp/security/credentials.h +include/grpcpp/security/credentials_impl.h include/grpcpp/security/server_credentials.h +include/grpcpp/security/server_credentials_impl.h include/grpcpp/server.h include/grpcpp/server_builder.h +include/grpcpp/server_builder_impl.h include/grpcpp/server_context.h +include/grpcpp/server_impl.h include/grpcpp/server_posix.h +include/grpcpp/server_posix_impl.h include/grpcpp/support/async_stream.h include/grpcpp/support/async_unary_call.h include/grpcpp/support/byte_buffer.h include/grpcpp/support/channel_arguments.h +include/grpcpp/support/channel_arguments_impl.h include/grpcpp/support/client_callback.h include/grpcpp/support/client_interceptor.h include/grpcpp/support/config.h include/grpcpp/support/error_details.h +include/grpcpp/support/error_details_impl.h include/grpcpp/support/interceptor.h +include/grpcpp/support/message_allocator.h include/grpcpp/support/proto_buffer_reader.h include/grpcpp/support/proto_buffer_writer.h include/grpcpp/support/server_callback.h @@ -240,6 +264,7 @@ include/grpcpp/support/string_ref.h include/grpcpp/support/stub_options.h include/grpcpp/support/sync_stream.h include/grpcpp/support/time.h +include/grpcpp/support/validate_service_config.h lib/cmake/benchmark/benchmarkConfig.cmake lib/cmake/benchmark/benchmarkConfigVersion.cmake lib/cmake/benchmark/benchmarkTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -273,8 +298,6 @@ lib/libgrpc++_reflection.so lib/libgrpc++_reflection.so.1 lib/libgrpc++_reflection.so.%%SOVERSION%% lib/libgrpc++_unsecure.so -lib/libgrpc++_unsecure.so.1 -lib/libgrpc++_unsecure.so.%%SOVERSION%% lib/libgrpc.so lib/libgrpc.so.1 lib/libgrpc.so.%%SOVERSION%% |