diff options
Diffstat (limited to 'devel/protobuf')
-rw-r--r-- | devel/protobuf/Makefile | 14 | ||||
-rw-r--r-- | devel/protobuf/distinfo | 6 |
2 files changed, 13 insertions, 7 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 09ed2210e750..dd17fb51e54e 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= protobuf -PORTVERSION= 29.4 +PORTVERSION= 29.5 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ @@ -27,19 +27,25 @@ CMAKE_OFF= protobuf_BUILD_CONFORMANCE \ protobuf_BUILD_TESTS \ protobuf_DISABLE_RTTI \ protobuf_INSTALL_EXAMPLES \ + protobuf_INSTALL_TESTS \ protobuf_MODULE_COMPATIBLE \ - protobuf_REMOVE_INSTALLED_HEADERS + protobuf_MSVC_STATIC_RUNTIME \ + protobuf_REMOVE_INSTALLED_HEADERS \ + protobuf_USE_UNITY_BUILD CMAKE_ON= protobuf_ABSOLUTE_TEST_PLUGIN_PATH \ protobuf_ALLOW_CCACHE \ protobuf_BUILD_LIBPROTOC \ + protobuf_BUILD_LIBUPB \ protobuf_BUILD_PROTOBUF_BINARIES \ protobuf_BUILD_PROTOC_BINARIES \ protobuf_BUILD_SHARED_LIBS \ protobuf_INSTALL \ protobuf_USE_EXTERNAL_GTEST \ protobuf_VERBOSE \ - protobuf_WITH_ZLIB -CMAKE_TESTING_ON= protobuf_BUILD_TESTS + protobuf_WITH_ZLIB \ + utf8_range_ENABLE_INSTALL +CMAKE_TESTING_ON= \ + protobuf_BUILD_TESTS PATHFIX_CMAKELISTSTXT= CMakeLists.txt install.cmake USE_CXXSTD= c++17 USE_LDCONFIG= yes diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo index edbb8573ad37..9e211389d69a 100644 --- a/devel/protobuf/distinfo +++ b/devel/protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288716 -SHA256 (protobuf-29.4.tar.gz) = 6bd9dcc91b17ef25c26adf86db71c67ec02431dc92e9589eaf82e22889230496 -SIZE (protobuf-29.4.tar.gz) = 9350942 +TIMESTAMP = 1748495719 +SHA256 (protobuf-29.5.tar.gz) = a191d2afdd75997ba59f62019425016703daed356a9d92f7425f4741439ae544 +SIZE (protobuf-29.5.tar.gz) = 9338935 |