Date: Tue, 22 Dec 2020 18:29:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558934 - head/devel/folly Message-ID: <202012221829.0BMITdov078627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Dec 22 18:29:39 2020 New Revision: 558934 URL: https://svnweb.freebsd.org/changeset/ports/558934 Log: devel/folly: Update 2020.12.14.00 -> 2020.12.21.00 Modified: head/devel/folly/Makefile head/devel/folly/distinfo head/devel/folly/pkg-plist Modified: head/devel/folly/Makefile ============================================================================== --- head/devel/folly/Makefile Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/Makefile Tue Dec 22 18:29:39 2020 (r558934) @@ -2,7 +2,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2020.12.14.00 +DISTVERSION= 2020.12.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/folly/distinfo ============================================================================== --- head/devel/folly/distinfo Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/distinfo Tue Dec 22 18:29:39 2020 (r558934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608001910 -SHA256 (facebook-folly-v2020.12.14.00_GH0.tar.gz) = a3590caac887575bc0a936ae2380126c0edf754c9bdaef7ed84316f68665c791 -SIZE (facebook-folly-v2020.12.14.00_GH0.tar.gz) = 3269163 +TIMESTAMP = 1608659356 +SHA256 (facebook-folly-v2020.12.21.00_GH0.tar.gz) = db2b8622df68b09e1323116da3e7635c58e3ad05f983f58c07aa2290a9c6b88e +SIZE (facebook-folly-v2020.12.21.00_GH0.tar.gz) = 3274625 Modified: head/devel/folly/pkg-plist ============================================================================== --- head/devel/folly/pkg-plist Tue Dec 22 18:22:38 2020 (r558933) +++ head/devel/folly/pkg-plist Tue Dec 22 18:29:39 2020 (r558934) @@ -198,6 +198,7 @@ include/folly/executors/IOObjectCache.h include/folly/executors/IOThreadPoolExecutor.h include/folly/executors/InlineExecutor.h include/folly/executors/ManualExecutor.h +include/folly/executors/MeteredExecutor.h include/folly/executors/QueuedImmediateExecutor.h include/folly/executors/ScheduledExecutor.h include/folly/executors/SequencedExecutor.h @@ -581,6 +582,7 @@ include/folly/memory/MallctlHelper.h include/folly/memory/Malloc.h include/folly/memory/MemoryResource.h include/folly/memory/ReentrantAllocator.h +include/folly/memory/SanitizeAddress.h include/folly/memory/SanitizeLeak.h include/folly/memory/ThreadCachedArena.h include/folly/memory/UninitializedMemoryHacks.h @@ -632,6 +634,7 @@ include/folly/portability/Windows.h include/folly/python/AsyncioExecutor.h include/folly/python/async_generator.h include/folly/python/coro.h +include/folly/python/error.h include/folly/python/executor.h include/folly/python/futures.h include/folly/python/iobuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012221829.0BMITdov078627>