svn commit: r540860 - head/devel/folly

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 30 06:48:12 UTC 2020


Author: yuri
Date: Tue Jun 30 06:48:11 2020
New Revision: 540860
URL: https://svnweb.freebsd.org/changeset/ports/540860

Log:
  devel/folly: Update 2020.06.15.00 -> 2020.06.29.00
  
  Reported by:	portscout

Modified:
  head/devel/folly/Makefile
  head/devel/folly/distinfo
  head/devel/folly/pkg-plist

Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile	Tue Jun 30 06:15:44 2020	(r540859)
+++ head/devel/folly/Makefile	Tue Jun 30 06:48:11 2020	(r540860)
@@ -2,7 +2,7 @@
 
 PORTNAME=	folly
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2020.06.15.00
+DISTVERSION=	2020.06.29.00
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/devel/folly/distinfo
==============================================================================
--- head/devel/folly/distinfo	Tue Jun 30 06:15:44 2020	(r540859)
+++ head/devel/folly/distinfo	Tue Jun 30 06:48:11 2020	(r540860)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592253023
-SHA256 (facebook-folly-v2020.06.15.00_GH0.tar.gz) = f9d126ef068fab398ba2c0019567c08b21c4c15426d10ea44ef1418cde4a3b0f
-SIZE (facebook-folly-v2020.06.15.00_GH0.tar.gz) = 3221258
+TIMESTAMP = 1593498881
+SHA256 (facebook-folly-v2020.06.29.00_GH0.tar.gz) = d057c33ace39373635b908580be90307e23b0d3b3185c37006952151b551e4b9
+SIZE (facebook-folly-v2020.06.29.00_GH0.tar.gz) = 3233027

Modified: head/devel/folly/pkg-plist
==============================================================================
--- head/devel/folly/pkg-plist	Tue Jun 30 06:15:44 2020	(r540859)
+++ head/devel/folly/pkg-plist	Tue Jun 30 06:48:11 2020	(r540860)
@@ -201,6 +201,7 @@ include/folly/executors/ScheduledExecutor.h
 include/folly/executors/SequencedExecutor.h
 include/folly/executors/SerialExecutor.h
 include/folly/executors/SoftRealTimeExecutor.h
+include/folly/executors/StrandExecutor.h
 include/folly/executors/ThreadPoolExecutor.h
 include/folly/executors/ThreadedExecutor.h
 include/folly/executors/TimedDrivableExecutor.h
@@ -234,8 +235,8 @@ include/folly/experimental/JSONSchema.h
 include/folly/experimental/JemallocHugePageAllocator.h
 include/folly/experimental/JemallocNodumpAllocator.h
 include/folly/experimental/LockFreeRingBuffer.h
-include/folly/experimental/MasterPtr.h
 include/folly/experimental/NestedCommandLineApp.h
+include/folly/experimental/PrimaryPtr.h
 include/folly/experimental/ProgramOptions.h
 include/folly/experimental/QuotientMultiSet-inl.h
 include/folly/experimental/QuotientMultiSet.h
@@ -364,6 +365,13 @@ include/folly/fibers/WhenN-inl.h
 include/folly/fibers/WhenN.h
 include/folly/fibers/async/Async.h
 include/folly/fibers/async/Baton.h
+include/folly/fibers/async/Collect-inl.h
+include/folly/fibers/async/Collect.h
+include/folly/fibers/async/FiberManager.h
+include/folly/fibers/async/Future.h
+include/folly/fibers/async/Promise.h
+include/folly/fibers/async/Task.h
+include/folly/fibers/async/WaitUtils.h
 include/folly/fibers/detail/AtomicBatchDispatcher.h
 include/folly/fibers/traits.h
 include/folly/folly-config.h


More information about the svn-ports-head mailing list