svn commit: r569075 - head/devel/folly

Yuri Victorovich yuri at FreeBSD.org
Wed Mar 24 03:06:32 UTC 2021


Author: yuri
Date: Wed Mar 24 03:06:31 2021
New Revision: 569075
URL: https://svnweb.freebsd.org/changeset/ports/569075

Log:
  devel/folly: Update 2021.03.08.00 -> 2021.03.22.00

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

Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile	Wed Mar 24 01:31:42 2021	(r569074)
+++ head/devel/folly/Makefile	Wed Mar 24 03:06:31 2021	(r569075)
@@ -2,7 +2,7 @@
 
 PORTNAME=	folly
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2021.03.08.00
+DISTVERSION=	2021.03.22.00
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/devel/folly/distinfo
==============================================================================
--- head/devel/folly/distinfo	Wed Mar 24 01:31:42 2021	(r569074)
+++ head/devel/folly/distinfo	Wed Mar 24 03:06:31 2021	(r569075)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615246289
-SHA256 (facebook-folly-v2021.03.08.00_GH0.tar.gz) = 0abc95efe80c9852162018dfad084b89da5f5fa30c98dda373e7ae33c35a5221
-SIZE (facebook-folly-v2021.03.08.00_GH0.tar.gz) = 3347785
+TIMESTAMP = 1616547323
+SHA256 (facebook-folly-v2021.03.22.00_GH0.tar.gz) = 8615b9a614aa9df0e64115dae69c59e6dff27a25ab5d193cb518c11ff785c3f2
+SIZE (facebook-folly-v2021.03.22.00_GH0.tar.gz) = 3358030

Modified: head/devel/folly/pkg-plist
==============================================================================
--- head/devel/folly/pkg-plist	Wed Mar 24 01:31:42 2021	(r569074)
+++ head/devel/folly/pkg-plist	Wed Mar 24 03:06:31 2021	(r569075)
@@ -159,6 +159,7 @@ include/folly/detail/AtomicHashUtils.h
 include/folly/detail/AtomicUnorderedMapUtils.h
 include/folly/detail/DiscriminatedPtrDetail.h
 include/folly/detail/FileUtilDetail.h
+include/folly/detail/FileUtilVectorDetail.h
 include/folly/detail/FingerprintPolynomial.h
 include/folly/detail/Futex-inl.h
 include/folly/detail/Futex.h
@@ -522,7 +523,7 @@ include/folly/io/async/test/TimeUtil.h
 include/folly/io/async/test/UndelayedDestruction.h
 include/folly/io/async/test/Util.h
 include/folly/io/coro/ServerSocket.h
-include/folly/io/coro/Socket.h
+include/folly/io/coro/Transport.h
 include/folly/json.h
 include/folly/json_patch.h
 include/folly/json_pointer.h
@@ -546,6 +547,7 @@ include/folly/lang/PropagateConst.h
 include/folly/lang/RValueReferenceWrapper.h
 include/folly/lang/SafeAssert.h
 include/folly/lang/StaticConst.h
+include/folly/lang/Thunk.h
 include/folly/lang/ToAscii.h
 include/folly/lang/TypeInfo.h
 include/folly/lang/UncaughtExceptions.h
@@ -666,6 +668,7 @@ include/folly/stats/MultiLevelTimeSeries-inl.h
 include/folly/stats/MultiLevelTimeSeries.h
 include/folly/stats/QuantileEstimator-inl.h
 include/folly/stats/QuantileEstimator.h
+include/folly/stats/StreamingStats.h
 include/folly/stats/TDigest.h
 include/folly/stats/TimeseriesHistogram-inl.h
 include/folly/stats/TimeseriesHistogram.h


More information about the svn-ports-head mailing list