devel/quill: update 6.1.2 → 7.0.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-09-06 01:20:37 -07:00
parent 26b7a0b9e5
commit ad617b455c
3 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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