git: 7287932b7fec - main - devel/glaze: update 5.0.0 → 5.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Mar 2025 08:19:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7287932b7fec0bd2a5ac46f85cd43f9d72576eee commit 7287932b7fec0bd2a5ac46f85cd43f9d72576eee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-03-21 08:16:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-03-21 08:18:54 +0000 devel/glaze: update 5.0.0 → 5.0.1 Reported by: portscout --- devel/glaze/Makefile | 4 ++-- devel/glaze/distinfo | 6 +++--- devel/glaze/pkg-plist | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 4a934565d035..8679b44350b7 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 +DISTVERSION= 5.0.1 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,6 @@ LDFLAGS+= -pthread NO_ARCH= yes -# tests as of 5.0.0: 100% tests passed, 0 tests failed out of 25 +# tests as of 5.0.1: 100% tests passed, 0 tests failed out of 26 .include <bsd.port.mk> diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index cb0763de0e32..2d7e57e15271 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741275855 -SHA256 (stephenberry-glaze-v5.0.0_GH0.tar.gz) = 37e4ab809f18c5497a35481f347c1ed63761324644e358d92a7a11fe647fd44a -SIZE (stephenberry-glaze-v5.0.0_GH0.tar.gz) = 554521 +TIMESTAMP = 1742542386 +SHA256 (stephenberry-glaze-v5.0.1_GH0.tar.gz) = 06cb141d073e803abdcc8d72069537b900cb0e1a0359c58e97c0c5c7baa4a100 +SIZE (stephenberry-glaze-v5.0.1_GH0.tar.gz) = 562395 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index f14bb38c2be8..a91b45a31c2c 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -40,6 +40,7 @@ include/glaze/core/context.hpp include/glaze/core/convert_struct.hpp include/glaze/core/custom.hpp include/glaze/core/feature_test.hpp +include/glaze/core/manage.hpp include/glaze/core/meta.hpp include/glaze/core/opts.hpp include/glaze/core/ptr.hpp @@ -81,7 +82,6 @@ include/glaze/json/json_concepts.hpp include/glaze/json/json_format.hpp include/glaze/json/json_ptr.hpp include/glaze/json/json_t.hpp -include/glaze/json/manage.hpp include/glaze/json/max_write_precision.hpp include/glaze/json/minify.hpp include/glaze/json/ndjson.hpp @@ -103,7 +103,9 @@ include/glaze/stencil/stencil.hpp include/glaze/stencil/stencilcount.hpp include/glaze/thread/async.hpp include/glaze/thread/async_string.hpp +include/glaze/thread/async_vector.hpp include/glaze/thread/atomic.hpp +include/glaze/thread/guard.hpp include/glaze/thread/shared_async_map.hpp include/glaze/thread/shared_async_vector.hpp include/glaze/thread/threadpool.hpp