From owner-svn-ports-head@freebsd.org Tue Feb 9 20:12:07 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1965529CB4; Tue, 9 Feb 2021 20:12:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZvF31hVnz3mQb; Tue, 9 Feb 2021 20:12:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A31D11179; Tue, 9 Feb 2021 20:12:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 119KC3FK080918; Tue, 9 Feb 2021 20:12:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 119KC3cu080915; Tue, 9 Feb 2021 20:12:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102092012.119KC3cu080915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Feb 2021 20:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564810 - head/devel/fbthrift X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/fbthrift X-SVN-Commit-Revision: 564810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 20:12:08 -0000 Author: yuri Date: Tue Feb 9 20:12:03 2021 New Revision: 564810 URL: https://svnweb.freebsd.org/changeset/ports/564810 Log: devel/fbthrift: Update 2021.02.01.00 -> 2021.02.08.00 Modified: head/devel/fbthrift/Makefile head/devel/fbthrift/distinfo head/devel/fbthrift/pkg-plist Modified: head/devel/fbthrift/Makefile ============================================================================== --- head/devel/fbthrift/Makefile Tue Feb 9 20:11:58 2021 (r564809) +++ head/devel/fbthrift/Makefile Tue Feb 9 20:12:03 2021 (r564810) @@ -2,7 +2,7 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.02.01.00 +DISTVERSION= 2021.02.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/fbthrift/distinfo ============================================================================== --- head/devel/fbthrift/distinfo Tue Feb 9 20:11:58 2021 (r564809) +++ head/devel/fbthrift/distinfo Tue Feb 9 20:12:03 2021 (r564810) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612283266 -SHA256 (facebook-fbthrift-v2021.02.01.00_GH0.tar.gz) = 39af94bba9f2924d8d62321a58fb44af4e345409a61f5af65f713741c956ae0b -SIZE (facebook-fbthrift-v2021.02.01.00_GH0.tar.gz) = 5222609 +TIMESTAMP = 1612895830 +SHA256 (facebook-fbthrift-v2021.02.08.00_GH0.tar.gz) = 0a037d577c618ae71303c35863daf41a5ee6e495e04f71718e54bb1ba9b3faa9 +SIZE (facebook-fbthrift-v2021.02.08.00_GH0.tar.gz) = 5263518 Modified: head/devel/fbthrift/pkg-plist ============================================================================== --- head/devel/fbthrift/pkg-plist Tue Feb 9 20:11:58 2021 (r564809) +++ head/devel/fbthrift/pkg-plist Tue Feb 9 20:12:03 2021 (r564810) @@ -33,6 +33,7 @@ include/thrift/lib/cpp/concurrency/Mutex-impl.h include/thrift/lib/cpp/concurrency/Mutex-portability.h include/thrift/lib/cpp/concurrency/Mutex.h include/thrift/lib/cpp/concurrency/PosixThreadFactory.h +include/thrift/lib/cpp/concurrency/SFQThreadManager.h include/thrift/lib/cpp/concurrency/Thread.h include/thrift/lib/cpp/concurrency/ThreadManager.h include/thrift/lib/cpp/concurrency/TimerManager.h @@ -159,6 +160,7 @@ include/thrift/lib/cpp2/frozen/Frozen.h include/thrift/lib/cpp2/frozen/FrozenAssociative-inl.h include/thrift/lib/cpp2/frozen/FrozenBool-inl.h include/thrift/lib/cpp2/frozen/FrozenEnum-inl.h +include/thrift/lib/cpp2/frozen/FrozenFixedSizeString-inl.h include/thrift/lib/cpp2/frozen/FrozenHashTable-inl.h include/thrift/lib/cpp2/frozen/FrozenIntegral-inl.h include/thrift/lib/cpp2/frozen/FrozenMacros.h @@ -370,6 +372,7 @@ include/thrift/lib/cpp2/util/DebugString.h 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/ScopedServerInterfaceThread-inl.h include/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h include/thrift/lib/cpp2/util/ScopedServerThread.h @@ -395,6 +398,20 @@ include/thrift/lib/py3/test/stream/server.h include/thrift/lib/py3/types.h include/thrift/lib/thrift/RpcMetadata_extra.h include/thrift/lib/thrift/SerializableDynamic.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade.tcc +include/thrift/lib/thrift/gen-cpp2/RocketUpgradeAsyncClient.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_constants.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_custom_protocol.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_data.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_for_each_field.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_metadata.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_types.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_types.tcc +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_types_custom_protocol.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_visit_by_thrift_field_metadata.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_visit_union.h +include/thrift/lib/thrift/gen-cpp2/RocketUpgrade_visitation.h include/thrift/lib/thrift/gen-cpp2/RpcMetadata_constants.h include/thrift/lib/thrift/gen-cpp2/RpcMetadata_data.h include/thrift/lib/thrift/gen-cpp2/RpcMetadata_for_each_field.h @@ -456,6 +473,7 @@ lib/libconcurrency.so lib/libconcurrency.so.1.0.0 lib/libmustache_lib.so lib/libmustache_lib.so.1.0.0 +lib/librocketupgrade.so lib/librpcmetadata.so lib/librpcmetadata.so.1.0.0 lib/libthrift-core.so