Date: Mon, 22 Jul 2024 08:31:26 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: ec5102303a62 - main - devel/quill: update 5.0.0 =?utf-8?Q?=E2=86=92?= 5.1.0 Message-ID: <202407220831.46M8VQau087836@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=ec5102303a621fcc451be2dd06e3eb5498182d69 commit ec5102303a621fcc451be2dd06e3eb5498182d69 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-22 08:20:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-22 08:31:21 +0000 devel/quill: update 5.0.0 → 5.1.0 Reported by: portscout --- devel/quill/Makefile | 2 +- devel/quill/distinfo | 6 +++--- devel/quill/pkg-plist | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/quill/Makefile b/devel/quill/Makefile index 948f7154356f..f8697ab2dbd7 100644 --- a/devel/quill/Makefile +++ b/devel/quill/Makefile @@ -1,6 +1,6 @@ PORTNAME= quill DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 +DISTVERSION= 5.1.0 CATEGORIES= devel PKGNAMESUFFIX= -logging-library diff --git a/devel/quill/distinfo b/devel/quill/distinfo index 2d1896789e6e..6b6bc229cac4 100644 --- a/devel/quill/distinfo +++ b/devel/quill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721059350 -SHA256 (odygrd-quill-v5.0.0_GH0.tar.gz) = c2fd2b090db7d2d7633d4ee5a8316e43b4f5a13d8e339721b8e830fb03c25129 -SIZE (odygrd-quill-v5.0.0_GH0.tar.gz) = 1572207 +TIMESTAMP = 1721631932 +SHA256 (odygrd-quill-v5.1.0_GH0.tar.gz) = 0b4f34415c4b173f3d0466752fa3d3835e1a58f931bfce5281f817b5f997511f +SIZE (odygrd-quill-v5.1.0_GH0.tar.gz) = 1846374 diff --git a/devel/quill/pkg-plist b/devel/quill/pkg-plist index 84e50c796cbf..5cedd2ec183b 100644 --- a/devel/quill/pkg-plist +++ b/devel/quill/pkg-plist @@ -19,10 +19,10 @@ include/quill/backend/TimestampFormatter.h include/quill/backend/TransitEvent.h include/quill/backend/TransitEventBuffer.h include/quill/bundled/fmt/args.h +include/quill/bundled/fmt/base.h include/quill/bundled/fmt/chrono.h include/quill/bundled/fmt/color.h include/quill/bundled/fmt/compile.h -include/quill/bundled/fmt/core.h include/quill/bundled/fmt/format-inl.h include/quill/bundled/fmt/format.h include/quill/bundled/fmt/os.h @@ -47,6 +47,7 @@ include/quill/core/MathUtils.h include/quill/core/QuillError.h include/quill/core/Rdtsc.h include/quill/core/SinkManager.h +include/quill/core/Spinlock.h include/quill/core/ThreadContextManager.h include/quill/core/ThreadUtilities.h include/quill/core/TimeUtilities.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407220831.46M8VQau087836>