devel/grpc: Update to 1.75.1
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= arrow
|
||||
DISTVERSION= 20.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 21.0.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
|
||||
https://github.com/apache/orc/archive/rel/:orc
|
||||
@@ -28,17 +27,16 @@ GH_ACCOUNT= apache
|
||||
|
||||
WRKSRC_SUBDIR= cpp
|
||||
|
||||
PLIST_SUB+= LIBVERSION=2000
|
||||
PLIST_SUB= LIBVERSION=2100
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 -DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=NONE \
|
||||
-DPython3_EXECUTABLE=${PYTHON_CMD}
|
||||
CMAKE_OFF= ARROW_BUILD_STATIC ARROW_WITH_BACKTRACE ARROW_BUILD_TESTS ARROW_BUILD_BENCHMARKS
|
||||
CMAKE_ARGS= -DARROW_RUNTIME_SIMD_LEVEL=NONE -DARROW_SIMD_LEVEL=NONE -DCMAKE_CXX_STANDARD=17
|
||||
CMAKE_OFF= ARROW_BUILD_BENCHMARKS ARROW_BUILD_STATIC ARROW_BUILD_TESTS ARROW_WITH_BACKTRACE
|
||||
|
||||
BINARY_ALIAS= python=${PYTHON_CMD} # only for tests
|
||||
|
||||
OPTIONS_GROUP= COMPRESSION COMPONENTS # components are listed in cpp/cmake_modules/DefineOptions.cmake
|
||||
OPTIONS_GROUP= COMPONENTS COMPRESSION # components are listed in cpp/cmake_modules/DefineOptions.cmake
|
||||
OPTIONS_GROUP_COMPONENTS= ACERO COMPUTE CSV DATASET FILESYSTEM FLIGHT FLIGHT_SQL GANDIVA HDFS IPC JSON MIMALLOC PARQUET ORC S3 SKYHOOK SUBSTRAIT BUILD_UTILITIES TENSORFLOW TESTING
|
||||
OPTIONS_GROUP_COMPRESSION= BROTLI BZ2 LZ4 SNAPPY ZLIB ZSTD
|
||||
OPTIONS_GROUP_COMPONENTS= ACERO COMPUTE CSV DATASET FILESYSTEM FLIGHT GANDIVA HDFS IPC JSON MIMALLOC PARQUET ORC S3 SKYHOOK SUBSTRAIT BUILD_UTILITIES TENSORFLOW TESTING
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
## DESCs
|
||||
@@ -99,6 +97,10 @@ FLIGHT_LIB_DEPENDS= libgflags.so:devel/gflags \
|
||||
libre2.so:devel/re2
|
||||
FLIGHT_IMPLIES= IPC COMPUTE # see https://github.com/apache/arrow/issues/40766
|
||||
|
||||
FLIGHT_SQL_DESC= Arrow Flight SQL
|
||||
FLIGHT_SQL_CMAKE_BOOL= ARROW_FLIGHT_SQL
|
||||
FLIGHT_SQL_IMPLIES= FLIGHT
|
||||
|
||||
GANDIVA_DESC= Gandiva libraries
|
||||
GANDIVA_USES= llvm:17,lib ssl
|
||||
GANDIVA_CMAKE_BOOL= ARROW_GANDIVA
|
||||
@@ -143,7 +145,6 @@ BUILD_UTILITIES_CMAKE_BOOL= ARROW_BUILD_UTILITIES
|
||||
#PYTHON_CMAKE_BOOL= ARROW_PYTHON
|
||||
#PYTHON_USES= python
|
||||
#PYTHON_BUILD_DEPENDS= ${PYNUMPY} # see https://issues.apache.org/jira/browse/ARROW-16820
|
||||
#PYTHON_CMAKE_ON= -DPython3_EXECUTABLE=${PYTHON_CMD}
|
||||
#PYTHON_RUN_DEPENDS= ${PYNUMPY}
|
||||
#PYTHON_IMPLIES= COMPUTE CSV DATASET FILESYSTEM HDFS JSON
|
||||
#PYTHON_VARS= PLIST_SUB+=PYTHON_SUFFIX=${PYTHON_SUFFIX}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1749498304
|
||||
SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212
|
||||
SIZE (apache-arrow-20.0.0.tar.gz) = 17862661
|
||||
TIMESTAMP = 1753345992
|
||||
SHA256 (apache-arrow-21.0.0.tar.gz) = 5d3f8db7e72fb9f65f4785b7a1634522e8d8e9657a445af53d4a34a3849857b5
|
||||
SIZE (apache-arrow-21.0.0.tar.gz) = 17320680
|
||||
SHA256 (release-1.6.6.tar.gz) = 9a92b3eaad1d8b88a18cee41058feb34eb43d919df363e0b74a0b857724e4ba0
|
||||
SIZE (release-1.6.6.tar.gz) = 13939853
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
%%ACERO%%include/arrow/acero/options.h
|
||||
%%ACERO%%include/arrow/acero/order_by_impl.h
|
||||
%%ACERO%%include/arrow/acero/partition_util.h
|
||||
%%ACERO%%include/arrow/acero/pch.h
|
||||
%%ACERO%%include/arrow/acero/query_context.h
|
||||
%%ACERO%%include/arrow/acero/schema_util.h
|
||||
%%ACERO%%include/arrow/acero/task_util.h
|
||||
@@ -68,12 +67,14 @@ include/arrow/compare.h
|
||||
%%COMPUTE%%include/arrow/compute/expression.h
|
||||
%%COMPUTE%%include/arrow/compute/function.h
|
||||
%%COMPUTE%%include/arrow/compute/function_options.h
|
||||
%%COMPUTE%%include/arrow/compute/initialize.h
|
||||
%%COMPUTE%%include/arrow/compute/kernel.h
|
||||
%%COMPUTE%%include/arrow/compute/ordering.h
|
||||
%%COMPUTE%%include/arrow/compute/registry.h
|
||||
%%COMPUTE%%include/arrow/compute/row/grouper.h
|
||||
%%COMPUTE%%include/arrow/compute/type_fwd.h
|
||||
%%COMPUTE%%include/arrow/compute/util.h
|
||||
%%COMPUTE%%include/arrow/compute/visibility.h
|
||||
include/arrow/config.h
|
||||
%%CSV%%include/arrow/csv/api.h
|
||||
%%CSV%%include/arrow/csv/chunker.h
|
||||
@@ -99,7 +100,6 @@ include/arrow/config.h
|
||||
%%DATASET%%include/arrow/dataset/file_parquet.h
|
||||
%%DATASET%%include/arrow/dataset/parquet_encryption_config.h
|
||||
%%DATASET%%include/arrow/dataset/partition.h
|
||||
%%DATASET%%include/arrow/dataset/pch.h
|
||||
%%DATASET%%include/arrow/dataset/plan.h
|
||||
%%DATASET%%include/arrow/dataset/projector.h
|
||||
%%DATASET%%include/arrow/dataset/scanner.h
|
||||
@@ -135,12 +135,19 @@ include/arrow/extension_type.h
|
||||
%%FLIGHT%%include/arrow/flight/client_tracing_middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/otel_logging.h
|
||||
%%FLIGHT%%include/arrow/flight/pch.h
|
||||
%%FLIGHT%%include/arrow/flight/platform.h
|
||||
%%FLIGHT%%include/arrow/flight/server.h
|
||||
%%FLIGHT%%include/arrow/flight/server_auth.h
|
||||
%%FLIGHT%%include/arrow/flight/server_middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/server_tracing_middleware.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/api.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/client.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/column_metadata.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/server.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/server_session_middleware.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/server_session_middleware_factory.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/types.h
|
||||
%%FLIGHT_SQL%%include/arrow/flight/sql/visibility.h
|
||||
%%FLIGHT%%include/arrow/flight/test_auth_handlers.h
|
||||
%%FLIGHT%%include/arrow/flight/test_definitions.h
|
||||
%%FLIGHT%%include/arrow/flight/test_flight_server.h
|
||||
@@ -169,7 +176,6 @@ include/arrow/io/type_fwd.h
|
||||
%%IPC%%include/arrow/ipc/api.h
|
||||
%%IPC%%include/arrow/ipc/dictionary.h
|
||||
%%IPC%%include/arrow/ipc/feather.h
|
||||
%%IPC%%include/arrow/ipc/json_simple.h
|
||||
%%IPC%%include/arrow/ipc/message.h
|
||||
%%IPC%%include/arrow/ipc/options.h
|
||||
%%IPC%%include/arrow/ipc/reader.h
|
||||
@@ -181,6 +187,7 @@ include/arrow/io/type_fwd.h
|
||||
%%JSON%%include/arrow/json/chunked_builder.h
|
||||
%%JSON%%include/arrow/json/chunker.h
|
||||
%%JSON%%include/arrow/json/converter.h
|
||||
%%JSON%%include/arrow/json/from_string.h
|
||||
%%JSON%%include/arrow/json/object_parser.h
|
||||
%%JSON%%include/arrow/json/object_writer.h
|
||||
%%JSON%%include/arrow/json/options.h
|
||||
@@ -191,7 +198,6 @@ include/arrow/io/type_fwd.h
|
||||
%%JSON%%include/arrow/json/type_fwd.h
|
||||
include/arrow/memory_pool.h
|
||||
include/arrow/memory_pool_test.h
|
||||
include/arrow/pch.h
|
||||
include/arrow/pretty_print.h
|
||||
include/arrow/record_batch.h
|
||||
include/arrow/result.h
|
||||
@@ -216,7 +222,6 @@ include/arrow/testing/gtest_compat.h
|
||||
include/arrow/testing/gtest_util.h
|
||||
include/arrow/testing/matchers.h
|
||||
include/arrow/testing/math.h
|
||||
include/arrow/testing/pch.h
|
||||
include/arrow/testing/process.h
|
||||
include/arrow/testing/random.h
|
||||
include/arrow/testing/uniform_real.h
|
||||
@@ -245,13 +250,6 @@ include/arrow/util/bitmap_ops.h
|
||||
include/arrow/util/bitmap_reader.h
|
||||
include/arrow/util/bitmap_visit.h
|
||||
include/arrow/util/bitmap_writer.h
|
||||
include/arrow/util/bitset_stack.h
|
||||
include/arrow/util/bpacking.h
|
||||
include/arrow/util/bpacking64_default.h
|
||||
include/arrow/util/bpacking_avx2.h
|
||||
include/arrow/util/bpacking_avx512.h
|
||||
include/arrow/util/bpacking_default.h
|
||||
include/arrow/util/bpacking_neon.h
|
||||
include/arrow/util/byte_size.h
|
||||
include/arrow/util/cancel.h
|
||||
include/arrow/util/checked_cast.h
|
||||
@@ -260,15 +258,11 @@ include/arrow/util/compression.h
|
||||
include/arrow/util/concurrent_map.h
|
||||
include/arrow/util/config.h
|
||||
include/arrow/util/converter.h
|
||||
include/arrow/util/counting_semaphore.h
|
||||
include/arrow/util/cpu_info.h
|
||||
include/arrow/util/crc32.h
|
||||
include/arrow/util/debug.h
|
||||
include/arrow/util/decimal.h
|
||||
include/arrow/util/delimiting.h
|
||||
include/arrow/util/dict_util.h
|
||||
include/arrow/util/dispatch.h
|
||||
include/arrow/util/double_conversion.h
|
||||
include/arrow/util/endian.h
|
||||
include/arrow/util/float16.h
|
||||
include/arrow/util/formatting.h
|
||||
@@ -286,34 +280,27 @@ include/arrow/util/list_util.h
|
||||
include/arrow/util/logger.h
|
||||
include/arrow/util/logging.h
|
||||
include/arrow/util/macros.h
|
||||
include/arrow/util/map.h
|
||||
include/arrow/util/math_constants.h
|
||||
include/arrow/util/memory.h
|
||||
include/arrow/util/mutex.h
|
||||
include/arrow/util/parallel.h
|
||||
include/arrow/util/pcg_random.h
|
||||
include/arrow/util/prefetch.h
|
||||
include/arrow/util/print.h
|
||||
include/arrow/util/queue.h
|
||||
include/arrow/util/range.h
|
||||
include/arrow/util/ree_util.h
|
||||
include/arrow/util/regex.h
|
||||
include/arrow/util/rows_to_batches.h
|
||||
include/arrow/util/secure_string.h
|
||||
include/arrow/util/simd.h
|
||||
include/arrow/util/small_vector.h
|
||||
include/arrow/util/sort.h
|
||||
include/arrow/util/spaced.h
|
||||
include/arrow/util/span.h
|
||||
include/arrow/util/stopwatch.h
|
||||
include/arrow/util/string.h
|
||||
include/arrow/util/string_builder.h
|
||||
include/arrow/util/string_util.h
|
||||
include/arrow/util/task_group.h
|
||||
include/arrow/util/tdigest.h
|
||||
include/arrow/util/test_common.h
|
||||
include/arrow/util/thread_pool.h
|
||||
include/arrow/util/time.h
|
||||
include/arrow/util/tracing.h
|
||||
include/arrow/util/trie.h
|
||||
include/arrow/util/type_fwd.h
|
||||
include/arrow/util/type_traits.h
|
||||
include/arrow/util/ubsan.h
|
||||
@@ -417,7 +404,6 @@ include/arrow/visitor_generate.h
|
||||
%%GANDIVA%%include/gandiva/native_function.h
|
||||
%%GANDIVA%%include/gandiva/node.h
|
||||
%%GANDIVA%%include/gandiva/node_visitor.h
|
||||
%%GANDIVA%%include/gandiva/pch.h
|
||||
%%GANDIVA%%include/gandiva/projector.h
|
||||
%%GANDIVA%%include/gandiva/random_generator_holder.h
|
||||
%%GANDIVA%%include/gandiva/regex_functions_holder.h
|
||||
@@ -465,6 +451,7 @@ include/arrow/visitor_generate.h
|
||||
%%PARQUET%%include/parquet/exception.h
|
||||
%%PARQUET%%include/parquet/file_reader.h
|
||||
%%PARQUET%%include/parquet/file_writer.h
|
||||
%%PARQUET%%include/parquet/geospatial/statistics.h
|
||||
%%PARQUET%%include/parquet/hasher.h
|
||||
%%PARQUET%%include/parquet/level_comparison.h
|
||||
%%PARQUET%%include/parquet/level_comparison_inc.h
|
||||
@@ -473,7 +460,6 @@ include/arrow/visitor_generate.h
|
||||
%%PARQUET%%include/parquet/metadata.h
|
||||
%%PARQUET%%include/parquet/page_index.h
|
||||
%%PARQUET%%include/parquet/parquet_version.h
|
||||
%%PARQUET%%include/parquet/pch.h
|
||||
%%PARQUET%%include/parquet/platform.h
|
||||
%%PARQUET%%include/parquet/printer.h
|
||||
%%PARQUET%%include/parquet/properties.h
|
||||
@@ -500,6 +486,10 @@ lib/cmake/Arrow/ArrowTargets.cmake
|
||||
%%LZ4%%lib/cmake/Arrow/Findlz4Alt.cmake
|
||||
%%ZSTD%%lib/cmake/Arrow/FindzstdAlt.cmake
|
||||
lib/cmake/Arrow/arrow-config.cmake
|
||||
%%COMPUTE%%lib/cmake/ArrowCompute/ArrowComputeConfig.cmake
|
||||
%%COMPUTE%%lib/cmake/ArrowCompute/ArrowComputeConfigVersion.cmake
|
||||
%%COMPUTE%%lib/cmake/ArrowCompute/ArrowComputeTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%COMPUTE%%lib/cmake/ArrowCompute/ArrowComputeTargets.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/ArrowFlightConfig.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/ArrowFlightConfigVersion.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/ArrowFlightTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
@@ -507,10 +497,17 @@ lib/cmake/Arrow/arrow-config.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/FindProtobufAlt.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/FindabslAlt.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/FindgRPCAlt.cmake
|
||||
%%FLIGHT_SQL%%lib/cmake/ArrowFlightSql/ArrowFlightSqlConfig.cmake
|
||||
%%FLIGHT_SQL%%lib/cmake/ArrowFlightSql/ArrowFlightSqlConfigVersion.cmake
|
||||
%%FLIGHT_SQL%%lib/cmake/ArrowFlightSql/ArrowFlightSqlTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%FLIGHT_SQL%%lib/cmake/ArrowFlightSql/ArrowFlightSqlTargets.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingConfig.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingConfigVersion.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets.cmake
|
||||
%%COMPUTE%%lib/libarrow_compute.so
|
||||
%%COMPUTE%%lib/libarrow_compute.so.%%LIBVERSION%%
|
||||
%%COMPUTE%%lib/libarrow_compute.so.%%LIBVERSION%%.0.0
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%.0.0
|
||||
@@ -556,6 +553,9 @@ lib/libarrow.so.%%LIBVERSION%%.0.0
|
||||
%%FLIGHT%%lib/libarrow_flight.so
|
||||
%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%
|
||||
%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%.0.0
|
||||
%%FLIGHT_SQL%%lib/libarrow_flight_sql.so
|
||||
%%FLIGHT_SQL%%lib/libarrow_flight_sql.so.%%LIBVERSION%%
|
||||
%%FLIGHT_SQL%%lib/libarrow_flight_sql.so.%%LIBVERSION%%.0.0
|
||||
%%TESTING%%lib/libarrow_testing.so
|
||||
%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%
|
||||
%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%.0.0
|
||||
@@ -571,6 +571,7 @@ lib/libarrow.so.%%LIBVERSION%%.0.0
|
||||
%%DATASET%%libdata/pkgconfig/arrow-dataset.pc
|
||||
%%FILESYSTEM%%libdata/pkgconfig/arrow-filesystem.pc
|
||||
%%FLIGHT%%libdata/pkgconfig/arrow-flight.pc
|
||||
%%FLIGHT_SQL%%libdata/pkgconfig/arrow-flight-sql.pc
|
||||
%%JSON%%libdata/pkgconfig/arrow-json.pc
|
||||
%%PYTHONFLIGHT%%libdata/pkgconfig/arrow-python%%PYTHON_SUFFIX%%-flight.pc
|
||||
%%TESTING%%libdata/pkgconfig/arrow-testing.pc
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= bear
|
||||
DISTVERSION= 3.1.5
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PORTNAME= google-cloud-cpp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.27.0
|
||||
PORTREVISION= 19
|
||||
PORTREVISION= 20
|
||||
CATEGORIES= devel
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PORTNAME= grpc
|
||||
PORTVERSION= 1.74.1
|
||||
PORTVERSION= 1.75.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= devel
|
||||
@@ -56,8 +56,8 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \
|
||||
CONFLICTS_INSTALL= grpc[0-9][0-9][0-9]
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= envoyproxy:data-plane-api:5134292:envoyproxy_data_plane_api/third_party/envoy-api \
|
||||
googleapis:googleapis:46403a9:googleapis_googleapis/third_party/googleapis \
|
||||
GH_TUPLE= envoyproxy:data-plane-api:666b621:envoyproxy_data_plane_api/third_party/envoy-api \
|
||||
googleapis:googleapis:db61975:googleapis_googleapis/third_party/googleapis \
|
||||
census-instrumentation:opencensus-proto:1664cc9:census_instrumentation_opencensus_proto/third_party/opencensus-proto \
|
||||
bufbuild:protoc-gen-validate:v1.2.1:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \
|
||||
cncf:xds:2ac532f:cncf_xds/third_party/xds
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
TIMESTAMP = 1757120492
|
||||
SHA256 (grpc-grpc-v1.74.1_GH0.tar.gz) = 7bf97c11cf3808d650a3a025bbf9c5f922c844a590826285067765dfd055d228
|
||||
SIZE (grpc-grpc-v1.74.1_GH0.tar.gz) = 15014220
|
||||
SHA256 (envoyproxy-data-plane-api-5134292_GH0.tar.gz) = e26f6f724b8f79847dcb89fc5405423798c0870f164e4a9a13dc567776cbfced
|
||||
SIZE (envoyproxy-data-plane-api-5134292_GH0.tar.gz) = 724960
|
||||
SHA256 (googleapis-googleapis-46403a9_GH0.tar.gz) = 4413a3041ad06afcac9b87df4394d1bcc6da1e6e168a23d2305103cdd5e370d3
|
||||
SIZE (googleapis-googleapis-46403a9_GH0.tar.gz) = 11495331
|
||||
TIMESTAMP = 1759774525
|
||||
SHA256 (grpc-grpc-v1.75.1_GH0.tar.gz) = 486d5e32b3627926476a9a472f9792e4d7fe4e89c962473f1296183f76c6b032
|
||||
SIZE (grpc-grpc-v1.75.1_GH0.tar.gz) = 15252613
|
||||
SHA256 (envoyproxy-data-plane-api-666b621_GH0.tar.gz) = 1f8615ba02006741b9bd825b2f3a79b2fc343be9e7bd9882c1156a05fb1e246d
|
||||
SIZE (envoyproxy-data-plane-api-666b621_GH0.tar.gz) = 737527
|
||||
SHA256 (googleapis-googleapis-db61975_GH0.tar.gz) = cf09a36a728621b6a0303c5d1f293f90eda6e0d32ef78f6771faab8488358f8a
|
||||
SIZE (googleapis-googleapis-db61975_GH0.tar.gz) = 11638992
|
||||
SHA256 (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = eb1768edf91e5cef93491b3b2f057f5c309663b9716b30bb4d48bcffd6dd5722
|
||||
SIZE (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = 163613
|
||||
SHA256 (bufbuild-protoc-gen-validate-v1.2.1_GH0.tar.gz) = e4718352754df1393b8792b631338aa8562f390e8160783e365454bc11d96328
|
||||
|
||||
@@ -311,11 +311,11 @@ 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.49
|
||||
lib/libaddress_sorting.so.49.0.0
|
||||
lib/libaddress_sorting.so.50
|
||||
lib/libaddress_sorting.so.50.0.0
|
||||
lib/libgpr.so
|
||||
lib/libgpr.so.49
|
||||
lib/libgpr.so.49.0.0
|
||||
lib/libgpr.so.50
|
||||
lib/libgpr.so.50.0.0
|
||||
lib/libgrpc++.so
|
||||
lib/libgrpc++.so.%%SHLIB_VER%%
|
||||
lib/libgrpc++.so.%%PORTVERSION%%
|
||||
@@ -332,8 +332,8 @@ lib/libgrpc++_unsecure.so
|
||||
lib/libgrpc++_unsecure.so.%%SHLIB_VER%%
|
||||
lib/libgrpc++_unsecure.so.%%PORTVERSION%%
|
||||
lib/libgrpc.so
|
||||
lib/libgrpc.so.49
|
||||
lib/libgrpc.so.49.0.0
|
||||
lib/libgrpc.so.50
|
||||
lib/libgrpc.so.50.0.0
|
||||
lib/libgrpc_authorization_provider.so
|
||||
lib/libgrpc_authorization_provider.so.%%SHLIB_VER%%
|
||||
lib/libgrpc_authorization_provider.so.%%PORTVERSION%%
|
||||
@@ -341,47 +341,47 @@ lib/libgrpc_plugin_support.so
|
||||
lib/libgrpc_plugin_support.so.%%SHLIB_VER%%
|
||||
lib/libgrpc_plugin_support.so.%%PORTVERSION%%
|
||||
lib/libgrpc_unsecure.so
|
||||
lib/libgrpc_unsecure.so.49
|
||||
lib/libgrpc_unsecure.so.49.0.0
|
||||
lib/libgrpc_unsecure.so.50
|
||||
lib/libgrpc_unsecure.so.50.0.0
|
||||
lib/libgrpcpp_channelz.so
|
||||
lib/libgrpcpp_channelz.so.%%SHLIB_VER%%
|
||||
lib/libgrpcpp_channelz.so.%%PORTVERSION%%
|
||||
lib/libupb_base_lib.so
|
||||
lib/libupb_base_lib.so.49
|
||||
lib/libupb_base_lib.so.49.0.0
|
||||
lib/libupb_base_lib.so.50
|
||||
lib/libupb_base_lib.so.50.0.0
|
||||
lib/libupb_hash_lib.so
|
||||
lib/libupb_hash_lib.so.49
|
||||
lib/libupb_hash_lib.so.49.0.0
|
||||
lib/libupb_hash_lib.so.50
|
||||
lib/libupb_hash_lib.so.50.0.0
|
||||
lib/libupb_json_lib.so
|
||||
lib/libupb_json_lib.so.49
|
||||
lib/libupb_json_lib.so.49.0.0
|
||||
lib/libupb_json_lib.so.50
|
||||
lib/libupb_json_lib.so.50.0.0
|
||||
lib/libupb_lex_lib.so
|
||||
lib/libupb_lex_lib.so.49
|
||||
lib/libupb_lex_lib.so.49.0.0
|
||||
lib/libupb_lex_lib.so.50
|
||||
lib/libupb_lex_lib.so.50.0.0
|
||||
lib/libupb_mem_lib.so
|
||||
lib/libupb_mem_lib.so.49
|
||||
lib/libupb_mem_lib.so.49.0.0
|
||||
lib/libupb_mem_lib.so.50
|
||||
lib/libupb_mem_lib.so.50.0.0
|
||||
lib/libupb_message_lib.so
|
||||
lib/libupb_message_lib.so.49
|
||||
lib/libupb_message_lib.so.49.0.0
|
||||
lib/libupb_message_lib.so.50
|
||||
lib/libupb_message_lib.so.50.0.0
|
||||
lib/libupb_mini_descriptor_lib.so
|
||||
lib/libupb_mini_descriptor_lib.so.49
|
||||
lib/libupb_mini_descriptor_lib.so.49.0.0
|
||||
lib/libupb_mini_descriptor_lib.so.50
|
||||
lib/libupb_mini_descriptor_lib.so.50.0.0
|
||||
lib/libupb_mini_table_lib.so
|
||||
lib/libupb_mini_table_lib.so.49
|
||||
lib/libupb_mini_table_lib.so.49.0.0
|
||||
lib/libupb_mini_table_lib.so.50
|
||||
lib/libupb_mini_table_lib.so.50.0.0
|
||||
lib/libupb_reflection_lib.so
|
||||
lib/libupb_reflection_lib.so.49
|
||||
lib/libupb_reflection_lib.so.49.0.0
|
||||
lib/libupb_reflection_lib.so.50
|
||||
lib/libupb_reflection_lib.so.50.0.0
|
||||
lib/libupb_textformat_lib.so
|
||||
lib/libupb_textformat_lib.so.49
|
||||
lib/libupb_textformat_lib.so.49.0.0
|
||||
lib/libupb_textformat_lib.so.50
|
||||
lib/libupb_textformat_lib.so.50.0.0
|
||||
lib/libupb_wire_lib.so
|
||||
lib/libupb_wire_lib.so.49
|
||||
lib/libupb_wire_lib.so.49.0.0
|
||||
lib/libupb_wire_lib.so.50
|
||||
lib/libupb_wire_lib.so.50.0.0
|
||||
lib/libutf8_range_lib.so
|
||||
lib/libutf8_range_lib.so.49
|
||||
lib/libutf8_range_lib.so.49.0.0
|
||||
lib/libutf8_range_lib.so.50
|
||||
lib/libutf8_range_lib.so.50.0.0
|
||||
libdata/pkgconfig/gpr.pc
|
||||
libdata/pkgconfig/grpc++.pc
|
||||
libdata/pkgconfig/grpc++_unsecure.pc
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PORTNAME= fastnetmon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net-mgmt security
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= grpc
|
||||
PORTVERSION= 1.74.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= grpc
|
||||
PORTVERSION= 1.75.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= syslog-ng
|
||||
DISTVERSION= 4.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
# official master site:
|
||||
MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= freenginx
|
||||
PORTVERSION= 1.27.2
|
||||
PORTREVISION?= 21
|
||||
PORTREVISION?= 22
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://freenginx.org/download/ \
|
||||
LOCAL/joneum
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= freenginx
|
||||
PORTVERSION= 1.28.0
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://freenginx.org/download/ \
|
||||
LOCAL/joneum
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= ${NGINX_VERSION}
|
||||
.include "version.mk"
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.28.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
|
||||
Reference in New Issue
Block a user