Skip to content

Commit

Permalink
devel/grpc: Update to 1.52.1
Browse files Browse the repository at this point in the history
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 3bbb44c commit 68b8a1d
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 33 deletions.
2 changes: 1 addition & 1 deletion biology/ncbi-blast+/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= ncbi-blast+
DISTVERSION= 2.12.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= biology perl5 python
MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \
https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/
Expand Down
2 changes: 1 addition & 1 deletion databases/arrow/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= arrow
DISTVERSION= 8.0.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= databases
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
https://github.com/apache/orc/archive/rel/:orc
Expand Down
1 change: 1 addition & 0 deletions devel/bear/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= bear
DISTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= jrm@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion devel/google-cloud-cpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.21.0
PORTREVISION= 17
PORTREVISION= 18
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
Expand Down
2 changes: 1 addition & 1 deletion devel/google-cloud-cpp117/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= devel
PKGNAMESUFFIX= 117
DIST_SUBDIR= ${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion devel/grpc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= grpc
PORTVERSION= 1.51.1
PORTVERSION= 1.52.1
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel
Expand Down
6 changes: 3 additions & 3 deletions devel/grpc/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1674306306
SHA256 (grpc-grpc-v1.51.1_GH0.tar.gz) = b55696fb249669744de3e71acc54a9382bea0dce7cd5ba379b356b12b82d4229
SIZE (grpc-grpc-v1.51.1_GH0.tar.gz) = 8550112
TIMESTAMP = 1677421249
SHA256 (grpc-grpc-v1.52.1_GH0.tar.gz) = ec125d7fdb77ecc25b01050a0d5d32616594834d3fe163b016768e2ae42a2df6
SIZE (grpc-grpc-v1.52.1_GH0.tar.gz) = 8686340
SHA256 (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = e3d89f7f9ed84c9b6eee818c2e9306950519402bf803698b15c310b77ca2f0f3
SIZE (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = 164379
SHA256 (cncf-xds-46e39c7_GH0.tar.gz) = f49388ea0b3798e25b9cdca2982246a5beca7a32be56cf9ef7c7f3bd02ff36ca
Expand Down
14 changes: 7 additions & 7 deletions devel/grpc/files/extra-patch-openssl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- CMakeLists.txt.orig 2022-11-22 23:31:21 UTC
--- CMakeLists.txt.orig 2023-02-15 01:01:29 UTC
+++ CMakeLists.txt
@@ -23185,7 +23185,7 @@ generate_pkgconfig(
"gRPC"
@@ -25280,7 +25280,7 @@ generate_pkgconfig(
"high performance general RPC framework"
"${gRPC_CORE_VERSION}"
- "gpr openssl absl_any_invocable absl_base absl_bind_front absl_cleanup absl_cord absl_core_headers absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_memory absl_optional absl_random_random absl_span absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time absl_type_traits absl_utility absl_variant"
+ "gpr absl_any_invocable absl_base absl_bind_front absl_cleanup absl_cord absl_core_headers absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_memory absl_optional absl_random_random absl_span absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time absl_type_traits absl_utility absl_variant"
"-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz"
""
"gpr absl_any_invocable absl_base absl_bind_front absl_cleanup absl_cord absl_core_headers absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_memory absl_optional absl_random_random absl_span absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time absl_type_traits absl_utility absl_variant"
- "openssl re2 libcares zlib"
+ "re2 libcares zlib"
"-lgrpc"
"-laddress_sorting -lupb"
"grpc.pc")
50 changes: 33 additions & 17 deletions devel/grpc/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ include/grpc++/impl/codegen/completion_queue.h
include/grpc++/impl/codegen/completion_queue_tag.h
include/grpc++/impl/codegen/config.h
include/grpc++/impl/codegen/config_protobuf.h
include/grpc++/impl/codegen/core_codegen.h
include/grpc++/impl/codegen/core_codegen_interface.h
include/grpc++/impl/codegen/create_auth_context.h
include/grpc++/impl/codegen/grpc_library.h
include/grpc++/impl/codegen/metadata_map.h
include/grpc++/impl/codegen/method_handler_impl.h
include/grpc++/impl/codegen/proto_utils.h
Expand Down Expand Up @@ -91,6 +88,7 @@ include/grpc/compression.h
include/grpc/event_engine/endpoint_config.h
include/grpc/event_engine/event_engine.h
include/grpc/event_engine/internal/memory_allocator_impl.h
include/grpc/event_engine/internal/slice_cast.h
include/grpc/event_engine/memory_allocator.h
include/grpc/event_engine/memory_request.h
include/grpc/event_engine/port.h
Expand All @@ -110,7 +108,6 @@ include/grpc/impl/codegen/byte_buffer_reader.h
include/grpc/impl/codegen/compression_types.h
include/grpc/impl/codegen/connectivity_state.h
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
Expand All @@ -124,6 +121,11 @@ include/grpc/impl/codegen/sync_custom.h
include/grpc/impl/codegen/sync_generic.h
include/grpc/impl/codegen/sync_posix.h
include/grpc/impl/codegen/sync_windows.h
include/grpc/impl/compression_types.h
include/grpc/impl/connectivity_state.h
include/grpc/impl/grpc_types.h
include/grpc/impl/propagation_bits.h
include/grpc/impl/slice_type.h
include/grpc/load_reporting.h
include/grpc/slice.h
include/grpc/slice_buffer.h
Expand Down Expand Up @@ -187,11 +189,8 @@ include/grpcpp/impl/codegen/completion_queue.h
include/grpcpp/impl/codegen/completion_queue_tag.h
include/grpcpp/impl/codegen/config.h
include/grpcpp/impl/codegen/config_protobuf.h
include/grpcpp/impl/codegen/core_codegen.h
include/grpcpp/impl/codegen/core_codegen_interface.h
include/grpcpp/impl/codegen/create_auth_context.h
include/grpcpp/impl/codegen/delegating_channel.h
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
Expand Down Expand Up @@ -220,15 +219,25 @@ 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/completion_queue_tag.h
include/grpcpp/impl/create_auth_context.h
include/grpcpp/impl/delegating_channel.h
include/grpcpp/impl/grpc_library.h
include/grpcpp/impl/intercepted_channel.h
include/grpcpp/impl/interceptor_common.h
include/grpcpp/impl/metadata_map.h
include/grpcpp/impl/method_handler_impl.h
include/grpcpp/impl/proto_utils.h
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_plugin.h
include/grpcpp/impl/server_callback_handlers.h
include/grpcpp/impl/server_initializer.h
include/grpcpp/impl/service_type.h
include/grpcpp/impl/status.h
include/grpcpp/impl/sync.h
include/grpcpp/resource_quota.h
include/grpcpp/security/alts_context.h
include/grpcpp/security/alts_util.h
Expand All @@ -245,6 +254,7 @@ include/grpcpp/security/tls_credentials_options.h
include/grpcpp/server.h
include/grpcpp/server_builder.h
include/grpcpp/server_context.h
include/grpcpp/server_interface.h
include/grpcpp/server_posix.h
include/grpcpp/support/async_stream.h
include/grpcpp/support/async_unary_call.h
Expand Down Expand Up @@ -274,16 +284,19 @@ include/grpcpp/version_info.h
include/grpcpp/xds_server_builder.h
lib/cmake/grpc/gRPCConfig.cmake
lib/cmake/grpc/gRPCConfigVersion.cmake
lib/cmake/grpc/gRPCPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/grpc/gRPCPluginTargets.cmake
lib/cmake/grpc/gRPCTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/grpc/gRPCTargets.cmake
lib/cmake/grpc/modules/Findc-ares.cmake
lib/cmake/grpc/modules/Findre2.cmake
lib/cmake/grpc/modules/Findsystemd.cmake
lib/libaddress_sorting.so
lib/libaddress_sorting.so.29
lib/libaddress_sorting.so.29.0.0
lib/libaddress_sorting.so.30
lib/libaddress_sorting.so.30.0.0
lib/libgpr.so
lib/libgpr.so.29
lib/libgpr.so.29.0.0
lib/libgpr.so.30
lib/libgpr.so.30.0.0
lib/libgrpc++.so
lib/libgrpc++.so.%%SHLIB_MAJOR%%
lib/libgrpc++.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
Expand All @@ -300,20 +313,23 @@ lib/libgrpc++_unsecure.so
lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%%
lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
lib/libgrpc.so
lib/libgrpc.so.29
lib/libgrpc.so.29.0.0
lib/libgrpc.so.30
lib/libgrpc.so.30.0.0
lib/libgrpc_authorization_provider.so
lib/libgrpc_authorization_provider.so.%%SHLIB_MAJOR%%
lib/libgrpc_authorization_provider.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
lib/libgrpc_plugin_support.so
lib/libgrpc_plugin_support.so.%%SHLIB_MAJOR%%
lib/libgrpc_plugin_support.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
lib/libgrpc_unsecure.so
lib/libgrpc_unsecure.so.29
lib/libgrpc_unsecure.so.29.0.0
lib/libgrpc_unsecure.so.30
lib/libgrpc_unsecure.so.30.0.0
lib/libgrpcpp_channelz.so
lib/libgrpcpp_channelz.so.%%SHLIB_MAJOR%%
lib/libgrpcpp_channelz.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
lib/libupb.so
lib/libupb.so.29
lib/libupb.so.29.0.0
lib/libupb.so.30
lib/libupb.so.30.0.0
libdata/pkgconfig/gpr.pc
libdata/pkgconfig/grpc++.pc
libdata/pkgconfig/grpc++_unsecure.pc
Expand Down
2 changes: 1 addition & 1 deletion science/py-tensorflow/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= tensorflow
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= ${PORTNAME}
Expand Down

0 comments on commit 68b8a1d

Please sign in to comment.