Date: Thu, 2 Dec 2021 20:57:21 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: d0b24b6399c4 - main - devel/fbthrift: Update 2021.11.15.00 -> 2021.11.29.00 Message-ID: <202112022057.1B2KvLJ4042696@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=d0b24b6399c4df115e622c070163fb62e6510731 commit d0b24b6399c4df115e622c070163fb62e6510731 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-02 19:52:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-02 20:57:08 +0000 devel/fbthrift: Update 2021.11.15.00 -> 2021.11.29.00 --- devel/fbthrift/Makefile | 2 +- devel/fbthrift/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112022057.1B2KvLJ4042696>