Date: Tue, 24 Aug 2021 17:10:24 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: 05193c171be3 - main - devel/folly: Update to 2021.08.23.00 Message-ID: <202108241710.17OHAORJ023809@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=05193c171be300e809a5215f8995fd093bd0ab99 commit 05193c171be300e809a5215f8995fd093bd0ab99 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-24 16:44:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-24 17:10:13 +0000 devel/folly: Update to 2021.08.23.00 --- devel/folly/Makefile | 2 +- devel/folly/distinfo | 6 +++--- devel/folly/pkg-plist | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/folly/Makefile b/devel/folly/Makefile index beecc28482ca..e3bd0c3c1c50 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2021.08.02.00 +DISTVERSION= 2021.08.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index c50ae2c48982..c616ec76bb68 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627932668 -SHA256 (facebook-folly-v2021.08.02.00_GH0.tar.gz) = 2f9b0ff1af934ca715028462985b6c22004f2599af157bab475857ffc9a5688d -SIZE (facebook-folly-v2021.08.02.00_GH0.tar.gz) = 3469070 +TIMESTAMP = 1629819443 +SHA256 (facebook-folly-v2021.08.23.00_GH0.tar.gz) = 9dac3893fa05a3f43f745a3105c5481b2c908f26c7ffc1f4a089fbc32dd36893 +SIZE (facebook-folly-v2021.08.23.00_GH0.tar.gz) = 3476250 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index 0e6283bf505a..f7e54b92783a 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -123,7 +123,6 @@ include/folly/concurrency/CoreCachedSharedPtr.h include/folly/concurrency/DeadlockDetector.h include/folly/concurrency/DynamicBoundedQueue.h include/folly/concurrency/PriorityUnboundedQueueSet.h -include/folly/concurrency/QueueObserver.h include/folly/concurrency/UnboundedQueue.h include/folly/concurrency/detail/AtomicSharedPtr-detail.h include/folly/concurrency/detail/ConcurrentHashMap-detail.h @@ -204,6 +203,7 @@ include/folly/executors/IOThreadPoolExecutor.h include/folly/executors/InlineExecutor.h include/folly/executors/ManualExecutor.h include/folly/executors/MeteredExecutor.h +include/folly/executors/QueueObserver.h include/folly/executors/QueuedImmediateExecutor.h include/folly/executors/ScheduledExecutor.h include/folly/executors/SequencedExecutor.h @@ -275,6 +275,8 @@ include/folly/experimental/channels/ChannelCallbackHandle.h include/folly/experimental/channels/ConsumeChannel-inl.h include/folly/experimental/channels/ConsumeChannel.h include/folly/experimental/channels/FanoutChannel-inl.h +include/folly/experimental/channels/FanoutSender-inl.h +include/folly/experimental/channels/FanoutSender.h include/folly/experimental/channels/FanoutChannel.h include/folly/experimental/channels/Merge-inl.h include/folly/experimental/channels/Merge.h @@ -286,6 +288,7 @@ include/folly/experimental/channels/Transform-inl.h include/folly/experimental/channels/Transform.h include/folly/experimental/channels/detail/AtomicQueue.h include/folly/experimental/channels/detail/ChannelBridge.h +include/folly/experimental/channels/detail/PointerVariant.h include/folly/experimental/channels/detail/Utility.h include/folly/experimental/coro/Accumulate-inl.h include/folly/experimental/coro/Accumulate.h @@ -525,6 +528,7 @@ include/folly/io/async/Request.h include/folly/io/async/SSLContext.h include/folly/io/async/SSLOptions.h include/folly/io/async/ScopedEventBaseThread.h +include/folly/io/async/TerminateCancellationToken.h include/folly/io/async/TimeoutManager.h include/folly/io/async/VirtualEventBase.h include/folly/io/async/WriteChainAsyncTransportWrapper.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241710.17OHAORJ023809>