Date: Sat, 14 Dec 2024 13:39:20 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: 5f76b7927400 - main - devel/glaze: update 4.0.1 =?utf-8?Q?=E2=86=92?= 4.0.3 Message-ID: <202412141339.4BEDdKQe056360@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=5f76b7927400ec025897fb47ae7221691b64517c commit 5f76b7927400ec025897fb47ae7221691b64517c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-14 13:37:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-14 13:37:12 +0000 devel/glaze: update 4.0.1 → 4.0.3 Reported by: portscout --- devel/glaze/Makefile | 2 +- devel/glaze/distinfo | 6 +++--- devel/glaze/pkg-plist | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 901910885f73..cece4c1770a4 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 4.0.1 +DISTVERSION= 4.0.3 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index 1f239885597f..cc3c0c1d45b9 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731562328 -SHA256 (stephenberry-glaze-v4.0.1_GH0.tar.gz) = 0026aca33201ee6d3a820fb5926f36ba8c838bfd3120e2e179b0eee62b5bd231 -SIZE (stephenberry-glaze-v4.0.1_GH0.tar.gz) = 506325 +TIMESTAMP = 1734182050 +SHA256 (stephenberry-glaze-v4.0.3_GH0.tar.gz) = d93ddefcb07d2fd4ef2c7498379163da3a33d97cc76d6f180c6a84cccdcfc38a +SIZE (stephenberry-glaze-v4.0.3_GH0.tar.gz) = 523375 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index 379d268053eb..29b9ad54ca6c 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -37,6 +37,7 @@ include/glaze/concepts/container_concepts.hpp include/glaze/containers/flat_map.hpp include/glaze/core/common.hpp 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/meta.hpp @@ -72,6 +73,7 @@ include/glaze/glaze.hpp include/glaze/glaze_exceptions.hpp include/glaze/hardware/volatile_array.hpp include/glaze/json.hpp +include/glaze/json/escape_unicode.hpp include/glaze/json/invoke.hpp include/glaze/json/json_concepts.hpp include/glaze/json/json_format.hpp @@ -97,10 +99,12 @@ include/glaze/reflection/get_name.hpp include/glaze/reflection/to_tuple.hpp include/glaze/rpc/repe/header.hpp include/glaze/rpc/repe/registry.hpp -include/glaze/thread/async_map.hpp include/glaze/thread/async_string.hpp include/glaze/thread/atomic.hpp +include/glaze/thread/shared_async_map.hpp +include/glaze/thread/shared_async_vector.hpp include/glaze/thread/threadpool.hpp +include/glaze/thread/value_proxy.hpp include/glaze/trace/trace.hpp include/glaze/tuplet/tuple.hpp include/glaze/util/atoi.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412141339.4BEDdKQe056360>