Sunday, September 01, 2024

[UPDATE] devel/boxed-cpp-1.4.2

Hi, here is update for devel/boxed-cpp 1.4.0 -> 1.4.2.

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 1 Sep 2024 11:21:06 -0000
@@ -1,6 +1,6 @@
COMMENT = C++ primitive type boxing

-V = 1.4.0
+V = 1.4.2
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 1 Sep 2024 11:21:06 -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.2.tar.gz) = NzZtHNtBkKH9x5dYOl/ML0u0pK8SWjwg69jDoPnbmwA=
+SIZE (boxed-cpp-1.4.2.tar.gz) = 14189
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 <compare>
- #include <iostream>
- #include <limits>
- #include <type_traits>
-@@ -217,6 +218,8 @@ namespace fmt
- template <typename Type, typename Tag>
- struct fmt::formatter<boxed::detail::boxed<Type, Tag>>
- {
-+ constexpr auto parse(fmt::format_parse_context& ctx) { return ctx.begin(); }
-+
- auto format(boxed::detail::boxed<Type, Tag> const& val, fmt::format_context& ctx)
- {
- return fmt::format_to(ctx.out(), "{}", val.value);

--
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>

No comments:

Post a Comment