diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-02 19:52:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-02 20:57:08 +0000 |
commit | d0b24b6399c4df115e622c070163fb62e6510731 (patch) | |
tree | d35c72781aeb1a71bcd92401c8df77c8549e0168 | |
parent | 407ee0f128384604e4fbc6cdcaedecbd52085708 (diff) |
devel/fbthrift: Update 2021.11.15.00 -> 2021.11.29.00
-rw-r--r-- | devel/fbthrift/Makefile | 2 | ||||
-rw-r--r-- | devel/fbthrift/distinfo | 6 | ||||
-rw-r--r-- | devel/fbthrift/pkg-plist | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index db3caea7c2ed..ddb74f3eeff5 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.11.15.00 +DISTVERSION= 2021.11.29.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index e44764db87f9..e93e195ced77 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637261984 -SHA256 (facebook-fbthrift-v2021.11.15.00_GH0.tar.gz) = 08dec0570ae24fd671ca471a86f9c20bd0f794529f3f6b0b82f6da86ab7740b7 -SIZE (facebook-fbthrift-v2021.11.15.00_GH0.tar.gz) = 6136435 +TIMESTAMP = 1638471971 +SHA256 (facebook-fbthrift-v2021.11.29.00_GH0.tar.gz) = 80b9d525a9c9655049f26f78ac54df43fb45d5d64e47b08340acdfdabf097d6c +SIZE (facebook-fbthrift-v2021.11.29.00_GH0.tar.gz) = 6160114 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index b522ad2d44c8..4eec5265b3aa 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -108,6 +108,7 @@ include/thrift/lib/cpp2/IndirectionWrapper.h include/thrift/lib/cpp2/PluggableFunction.h include/thrift/lib/cpp2/SerializationSwitch.h include/thrift/lib/cpp2/Thrift.h +include/thrift/lib/cpp2/ThriftOp.h include/thrift/lib/cpp2/TypeClass.h include/thrift/lib/cpp2/async/AsyncClient.h include/thrift/lib/cpp2/async/AsyncProcessor.h @@ -383,10 +384,14 @@ include/thrift/lib/cpp2/transport/rocket/test/util/TestUtil.h include/thrift/lib/cpp2/transport/rocket/test/util/VersionServicesMock.h include/thrift/lib/cpp2/transport/util/ConnectionManager.h include/thrift/lib/cpp2/transport/util/ConnectionThread.h +include/thrift/lib/cpp2/type/AnyType.h +include/thrift/lib/cpp2/type/Name.h include/thrift/lib/cpp2/type/ThriftOp.h include/thrift/lib/cpp2/type/ThriftType.h include/thrift/lib/cpp2/type/Traits.h include/thrift/lib/cpp2/type/UniversalName.h +include/thrift/lib/cpp2/type/detail/AnyType.h +include/thrift/lib/cpp2/type/detail/Name.h include/thrift/lib/cpp2/type/detail/ThriftOp.h include/thrift/lib/cpp2/type/detail/Traits.h include/thrift/lib/cpp2/util/BucketedRate.h |