diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-16 10:09:23 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-16 10:10:35 -0700 |
commit | 137379abed5d3ca89dc68bf4d983bde9ebb97979 (patch) | |
tree | e6d9e7014013b0ecea240afd2db12732bc3827a6 | |
parent | devel/expected: update 1.1.0 → 1.2.0 (diff) |
devel/glaze: update 5.1.1 → 5.5.3
Reported by: portscout
-rw-r--r-- | devel/glaze/Makefile | 5 | ||||
-rw-r--r-- | devel/glaze/distinfo | 6 | ||||
-rw-r--r-- | devel/glaze/pkg-plist | 16 |
3 files changed, 20 insertions, 7 deletions
diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index b291a61899fd..192433f2764c 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,7 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 5.1.1 -PORTREVISION= 1 +DISTVERSION= 5.5.3 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -33,6 +32,6 @@ LDFLAGS+= -pthread NO_ARCH= yes -# tests as of 5.1.1: 100% tests passed, 0 tests failed out of 26 +# tests as of 5.5.3: 97% tests passed, 1 tests failed out of 34 (34 - rest_test (Timeout)) .include <bsd.port.mk> diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index d39ee17fbf82..73f8d00bcffb 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747332693 -SHA256 (stephenberry-glaze-v5.1.1_GH0.tar.gz) = 7fed59aae4c09b27761c6c94e1e450ed30ddc4d7303ddc70591ec268d90512f5 -SIZE (stephenberry-glaze-v5.1.1_GH0.tar.gz) = 577933 +TIMESTAMP = 1752639465 +SHA256 (stephenberry-glaze-v5.5.3_GH0.tar.gz) = c2b62e525ff5dea91a28676943a648bf9564ad4326fd55afce2ac5026964ee71 +SIZE (stephenberry-glaze-v5.5.3_GH0.tar.gz) = 736005 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index bf9af46d7850..757ea9236f7e 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -35,11 +35,15 @@ include/glaze/compare/approx.hpp include/glaze/compare/compare.hpp include/glaze/concepts/container_concepts.hpp include/glaze/containers/flat_map.hpp +include/glaze/containers/inplace_vector.hpp include/glaze/core/array_apply.hpp +include/glaze/core/cast.hpp include/glaze/core/common.hpp +include/glaze/core/constraint.hpp include/glaze/core/context.hpp include/glaze/core/convert_struct.hpp include/glaze/core/custom.hpp +include/glaze/core/error_category.hpp include/glaze/core/feature_test.hpp include/glaze/core/manage.hpp include/glaze/core/meta.hpp @@ -104,11 +108,20 @@ include/glaze/json/skip.hpp include/glaze/json/study.hpp include/glaze/json/wrappers.hpp include/glaze/json/write.hpp +include/glaze/net/cors.hpp +include/glaze/net/http.hpp +include/glaze/net/http_client.hpp +include/glaze/net/http_router.hpp +include/glaze/net/http_server.hpp +include/glaze/net/rest_registry_impl.hpp +include/glaze/net/websocket_connection.hpp include/glaze/record/recorder.hpp include/glaze/reflection/get_name.hpp include/glaze/reflection/to_tuple.hpp +include/glaze/rpc/registry.hpp include/glaze/rpc/repe/header.hpp -include/glaze/rpc/repe/registry.hpp +include/glaze/rpc/repe/repe.hpp +include/glaze/rpc/repe/repe_registry_impl.hpp include/glaze/stencil/stencil.hpp include/glaze/stencil/stencilcount.hpp include/glaze/thread/async.hpp @@ -121,6 +134,7 @@ include/glaze/thread/shared_async_vector.hpp include/glaze/thread/threadpool.hpp include/glaze/thread/value_proxy.hpp include/glaze/toml.hpp +include/glaze/toml/read.hpp include/glaze/toml/write.hpp include/glaze/trace/trace.hpp include/glaze/tuplet/tuple.hpp |