Date: Mon, 19 Apr 2021 15:49:15 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e80ffbbf372 - main - devel/fbthrift: Update 2021.04.12.00 -> 2021.04.19.00 Message-ID: <202104191549.13JFnFNj019343@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e80ffbbf37225e773f7a60b094d9fdbe78eb36f commit 6e80ffbbf37225e773f7a60b094d9fdbe78eb36f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-19 15:34:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-19 15:49:06 +0000 devel/fbthrift: Update 2021.04.12.00 -> 2021.04.19.00 --- devel/fbthrift/Makefile | 2 +- devel/fbthrift/distinfo | 6 ++--- .../files/patch-thrift_lib_cpp2_CMakeLists.txt | 27 ---------------------- devel/fbthrift/pkg-plist | 3 +++ 4 files changed, 7 insertions(+), 31 deletions(-) diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index d7a67c0975e5..8c822f4a283b 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.04.12.00 +DISTVERSION= 2021.04.19.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index a0e425be90a1..7af8c64e4165 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618268098 -SHA256 (facebook-fbthrift-v2021.04.12.00_GH0.tar.gz) = 64230e83b9ac00a18833ece0e70b8618ea44ee4725d2492ba62f9f2d7efffb29 -SIZE (facebook-fbthrift-v2021.04.12.00_GH0.tar.gz) = 5298222 +TIMESTAMP = 1618823176 +SHA256 (facebook-fbthrift-v2021.04.19.00_GH0.tar.gz) = ad2fef18e82d69583bcdf107e0c7600c48cd8bc125086932548e7115a656a4bc +SIZE (facebook-fbthrift-v2021.04.19.00_GH0.tar.gz) = 5453537 diff --git a/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt b/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt deleted file mode 100644 index bd74a9c7f7ab..000000000000 --- a/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -From 70a25a6f6d24fa8e9d8e7d4421a9e5cacf05a904 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Fri, 9 Apr 2021 18:19:10 -0700 -Subject: [PATCH] Add missing dependency on RocketUpgrade headers to thriftcpp2 - target - -One source file in this target, async/HeaderClientChannel.cpp, -depends on the generated header RocketUpgradeAsyncClient.h, so it -needs to depend on the target that generates this header. - -This causes a build error with samurai due to an incorrect build -order, and can be reproduced with ninja as well by building -thrift/lib/cpp2/CMakeFiles/thriftcpp2.dir/async/HeaderClientChannel.cpp.o -directly with an empty .ninja_deps. - -https://github.com/facebook/fbthrift/pull/422 - ---- thrift/lib/cpp2/CMakeLists.txt.orig 2021-04-04 11:22:06 UTC -+++ thrift/lib/cpp2/CMakeLists.txt -@@ -208,6 +208,7 @@ add_dependencies( - thriftcpp2 - rpcmetadata - thriftmetadata -+ RocketUpgrade-cpp2-target - ) - target_link_libraries( - thriftcpp2 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index ba4ef3697043..77ea7642909b 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -280,6 +280,7 @@ include/thrift/lib/cpp2/server/LoggingEvent.h include/thrift/lib/cpp2/server/LoggingEventHelper.h include/thrift/lib/cpp2/server/MonitoringMethodNames.h include/thrift/lib/cpp2/server/MonitoringServerInterface.h +include/thrift/lib/cpp2/server/PreprocessParams.h include/thrift/lib/cpp2/server/QIAdmissionController.h include/thrift/lib/cpp2/server/RequestDebugLog.h include/thrift/lib/cpp2/server/RequestsRegistry.h @@ -377,6 +378,7 @@ include/thrift/lib/cpp2/util/Ewma.h include/thrift/lib/cpp2/util/EwmaRate.h include/thrift/lib/cpp2/util/Frozen2ViewHelpers.h include/thrift/lib/cpp2/util/ManagedStringView.h +include/thrift/lib/cpp2/util/MethodMetadata.h include/thrift/lib/cpp2/util/ScopedServerInterfaceThread-inl.h include/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h include/thrift/lib/cpp2/util/ScopedServerThread.h @@ -397,6 +399,7 @@ include/thrift/lib/py3/stream.h include/thrift/lib/py3/test/BinaryTypes.h include/thrift/lib/py3/test/client_event_handlers/handler.h include/thrift/lib/py3/test/cpp_handler.h +include/thrift/lib/py3/test/interactions/interaction_test.h include/thrift/lib/py3/test/is_overload/func.h include/thrift/lib/py3/test/stream/server.h include/thrift/lib/py3/types.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191549.13JFnFNj019343>