From: SASANO Takayoshi Subject: [UPDATE] devel/boxed-cpp-1.4.3 To: ports@cvs.openbsd.org Date: Sun, 29 Jun 2025 14:45:18 +0900 Here is devel/boxed-cpp 1.4.0 -> 1.4.3 update. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/boxed-cpp/Makefile,v diff -u -p -r1.1 Makefile --- Makefile 9 Jul 2024 13:50:08 -0000 1.1 +++ Makefile 29 Jun 2025 05:43:35 -0000 @@ -1,6 +1,6 @@ COMMENT = C++ primitive type boxing -V = 1.4.0 +V = 1.4.3 DISTNAME = boxed-cpp-${V} GH_ACCOUNT = contour-terminal Index: distinfo =================================================================== RCS file: /cvs/ports/devel/boxed-cpp/distinfo,v diff -u -p -r1.1 distinfo --- distinfo 9 Jul 2024 13:50:08 -0000 1.1 +++ distinfo 29 Jun 2025 05:43:35 -0000 @@ -1,2 +1,2 @@ -SHA256 (boxed-cpp-1.4.0.tar.gz) = Nx0+X0O/ewsOQqhYnZJpMzMP0gXJnMr4ZevZnukDLkg= -SIZE (boxed-cpp-1.4.0.tar.gz) = 14161 +SHA256 (boxed-cpp-1.4.3.tar.gz) = da/ZwWJ4Ru01AlOwiFpxIHoMLVLzUN7YbapdGHErrZM= +SIZE (boxed-cpp-1.4.3.tar.gz) = 14342 Index: patches/patch-include_boxed-cpp_boxed_hpp =================================================================== RCS file: patches/patch-include_boxed-cpp_boxed_hpp diff -N patches/patch-include_boxed-cpp_boxed_hpp --- patches/patch-include_boxed-cpp_boxed_hpp 9 Jul 2024 13:50:08 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- include/boxed-cpp/boxed.hpp.orig Sat Mar 2 09:46:41 2024 -+++ include/boxed-cpp/boxed.hpp Tue Jun 25 22:57:30 2024 -@@ -1,6 +1,7 @@ - // SPDX-License-Identifier: Apache-2.0 - #pragma once - -+#include - #include - #include - #include -@@ -217,6 +218,8 @@ namespace fmt - template - struct fmt::formatter> - { -+ constexpr auto parse(fmt::format_parse_context& ctx) { return ctx.begin(); } -+ - auto format(boxed::detail::boxed const& val, fmt::format_context& ctx) - { - return fmt::format_to(ctx.out(), "{}", val.value); -- SASANO Takayoshi (JG1UAA)