Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2024 08:21:11 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: ad617b455c43 - main - devel/quill: update 6.1.2 =?utf-8?Q?=E2=86=92?= 7.0.0
Message-ID:  <202409060821.4868LBe7062793@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=ad617b455c438cd672cd26b9c33ae83caa794d38

commit ad617b455c438cd672cd26b9c33ae83caa794d38
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-06 08:20:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-06 08:20:56 +0000

    devel/quill: update 6.1.2 → 7.0.0
    
    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409060821.4868LBe7062793>