Date: Wed, 12 May 2021 05:46:30 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: c0cd4bf7e6ee - main - net/fb303: Update g20201122 -> g20210511 Message-ID: <202105120546.14C5kUC3025776@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=c0cd4bf7e6ee39e461cd345144ca5bbfabb070d6 commit c0cd4bf7e6ee39e461cd345144ca5bbfabb070d6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-12 05:41:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-12 05:46:21 +0000 net/fb303: Update g20201122 -> g20210511 This fixes the build broken by devel/folly update Reported by: folly --- net/fb303/Makefile | 7 ++++--- net/fb303/distinfo | 6 +++--- net/fb303/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/net/fb303/Makefile b/net/fb303/Makefile index a6f9aa878c70..9e0158927930 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,5 +1,5 @@ PORTNAME= fb303 -DISTVERSION= g20201122 +DISTVERSION= g20210511 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -25,10 +25,11 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang ssl +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= facebook -GH_TAGNAME= 94cac88 -USE_LDCONFIG= yes +GH_TAGNAME= 4968806 CXXFLAGS+= -fPIC diff --git a/net/fb303/distinfo b/net/fb303/distinfo index 656cdfc290b6..90a1c1d14c8e 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606084796 -SHA256 (facebook-fb303-g20201122-94cac88_GH0.tar.gz) = fce85a3f00800953a0ed06ee524a7f45e49aadd26d0bd7851cdb7682e6e195b0 -SIZE (facebook-fb303-g20201122-94cac88_GH0.tar.gz) = 230527 +TIMESTAMP = 1620796777 +SHA256 (facebook-fb303-g20210511-4968806_GH0.tar.gz) = c6842be8c11fc1963def03a2734fdeba3676541d7e4c42792342ec54e418dcc3 +SIZE (facebook-fb303-g20210511-4968806_GH0.tar.gz) = 237112 diff --git a/net/fb303/pkg-plist b/net/fb303/pkg-plist index de3f65a73c49..f3e5eb7a68ca 100644 --- a/net/fb303/pkg-plist +++ b/net/fb303/pkg-plist @@ -32,6 +32,8 @@ include/fb303/TimeseriesHistogram-inl.h include/fb303/TimeseriesHistogram.h include/fb303/detail/QuantileStatMap-inl.h include/fb303/detail/QuantileStatMap.h +include/fb303/detail/QuantileStatWrappers-inl.h +include/fb303/detail/QuantileStatWrappers.h include/fb303/thrift/gen-cpp2/BaseService.h include/fb303/thrift/gen-cpp2/BaseService.tcc include/fb303/thrift/gen-cpp2/BaseServiceAsyncClient.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105120546.14C5kUC3025776>