From ad617b455c438cd672cd26b9c33ae83caa794d38 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 6 Sep 2024 01:20:37 -0700 Subject: [PATCH] =?UTF-8?q?devel/quill:=20update=206.1.2=20=E2=86=92=207.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: portscout --- devel/quill/Makefile | 4 ++-- devel/quill/distinfo | 6 +++--- devel/quill/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/quill/Makefile b/devel/quill/Makefile index 8204325fc970..103a2acdecd1 100644 --- a/devel/quill/Makefile +++ b/devel/quill/Makefile @@ -1,6 +1,6 @@ PORTNAME= quill DISTVERSIONPREFIX= v -DISTVERSION= 6.1.2 +DISTVERSION= 7.0.0 CATEGORIES= devel PKGNAMESUFFIX= -logging-library @@ -16,7 +16,7 @@ USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= odygrd -CMAKE_TESTING_ON= QUILL_BUILD_TESTS # 2 tests fail, see https://github.com/odygrd/quill/issues/496 +CMAKE_TESTING_ON= QUILL_BUILD_TESTS # 1 tests fails, see https://github.com/odygrd/quill/issues/550 NO_ARCH= yes diff --git a/devel/quill/distinfo b/devel/quill/distinfo index e4d0a6a9fc1d..91733166847d 100644 --- a/devel/quill/distinfo +++ b/devel/quill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723522022 -SHA256 (odygrd-quill-v6.1.2_GH0.tar.gz) = 3eea9ec9634ce0ef28a2cc766d5316c1f068feb9340cf54e40e431a9342a9220 -SIZE (odygrd-quill-v6.1.2_GH0.tar.gz) = 1862031 +TIMESTAMP = 1725603779 +SHA256 (odygrd-quill-v7.0.0_GH0.tar.gz) = 15ad108b490ae6d605ed3ca78c149db832acddacb3846bec6d3a89fff2c063e2 +SIZE (odygrd-quill-v7.0.0_GH0.tar.gz) = 2746846 diff --git a/devel/quill/pkg-plist b/devel/quill/pkg-plist index 70dab8b24e7f..189628f6b205 100644 --- a/devel/quill/pkg-plist +++ b/devel/quill/pkg-plist @@ -42,11 +42,13 @@ include/quill/core/DynamicFormatArgStore.h include/quill/core/Filesystem.h include/quill/core/FormatBuffer.h include/quill/core/FrontendOptions.h +include/quill/core/InlinedVector.h include/quill/core/LogLevel.h include/quill/core/LoggerBase.h include/quill/core/LoggerManager.h include/quill/core/MacroMetadata.h include/quill/core/MathUtils.h +include/quill/core/PatternFormatterOptions.h include/quill/core/QuillError.h include/quill/core/Rdtsc.h include/quill/core/SinkManager.h