<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/430215878ec5d61359ad8340a968f91f3ae8254b">https://github.com/macports/macports-ports/commit/430215878ec5d61359ad8340a968f91f3ae8254b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 430215878ec fast-float: correct license, set platforms any
</span>430215878ec is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 430215878ec5d61359ad8340a968f91f3ae8254b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Jun 28 11:34:14 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> fast-float: correct license, set platforms any
</span>---
devel/fast-float/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/fast-float/Portfile b/devel/fast-float/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa10a49b260..5c1a5610a40 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/fast-float/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/fast-float/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,9 +8,10 @@ github.setup fastfloat fast_float 6.1.1 v
</span> name fast-float
revision 0
categories-append devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license LGPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {Apache-2 Boost-1 MIT}
</span> maintainers {i0ntempest @i0ntempest} openmaintainer
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms any
</span>
description Fast and exact implementation of the C++ from_chars functions for float and double types
long_description The ${github.project} library provides fast header-only implementations for the C++ from_chars \
</pre><pre style='margin:0'>
</pre>