mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
devel/quill: update 6.1.2 → 7.0.0
Reported by: portscout
This commit is contained in:
parent
26b7a0b9e5
commit
ad617b455c
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= quill
|
PORTNAME= quill
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 6.1.2
|
DISTVERSION= 7.0.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMESUFFIX= -logging-library
|
PKGNAMESUFFIX= -logging-library
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ USES= cmake:testing compiler:c++17-lang
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= odygrd
|
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
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1723522022
|
TIMESTAMP = 1725603779
|
||||||
SHA256 (odygrd-quill-v6.1.2_GH0.tar.gz) = 3eea9ec9634ce0ef28a2cc766d5316c1f068feb9340cf54e40e431a9342a9220
|
SHA256 (odygrd-quill-v7.0.0_GH0.tar.gz) = 15ad108b490ae6d605ed3ca78c149db832acddacb3846bec6d3a89fff2c063e2
|
||||||
SIZE (odygrd-quill-v6.1.2_GH0.tar.gz) = 1862031
|
SIZE (odygrd-quill-v7.0.0_GH0.tar.gz) = 2746846
|
||||||
|
|
|
@ -42,11 +42,13 @@ include/quill/core/DynamicFormatArgStore.h
|
||||||
include/quill/core/Filesystem.h
|
include/quill/core/Filesystem.h
|
||||||
include/quill/core/FormatBuffer.h
|
include/quill/core/FormatBuffer.h
|
||||||
include/quill/core/FrontendOptions.h
|
include/quill/core/FrontendOptions.h
|
||||||
|
include/quill/core/InlinedVector.h
|
||||||
include/quill/core/LogLevel.h
|
include/quill/core/LogLevel.h
|
||||||
include/quill/core/LoggerBase.h
|
include/quill/core/LoggerBase.h
|
||||||
include/quill/core/LoggerManager.h
|
include/quill/core/LoggerManager.h
|
||||||
include/quill/core/MacroMetadata.h
|
include/quill/core/MacroMetadata.h
|
||||||
include/quill/core/MathUtils.h
|
include/quill/core/MathUtils.h
|
||||||
|
include/quill/core/PatternFormatterOptions.h
|
||||||
include/quill/core/QuillError.h
|
include/quill/core/QuillError.h
|
||||||
include/quill/core/Rdtsc.h
|
include/quill/core/Rdtsc.h
|
||||||
include/quill/core/SinkManager.h
|
include/quill/core/SinkManager.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue