<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cf0f0f010465ef4e8ecda51687ac243911806a95">https://github.com/macports/macports-ports/commit/cf0f0f010465ef4e8ecda51687ac243911806a95</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 cf0f0f01046 spdlog: remove "supported_archs noarch"
</span>cf0f0f01046 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf0f0f010465ef4e8ecda51687ac243911806a95
</span>Author: Vadim-Valdis Yudaev <judaew@macports.org>
AuthorDate: Mon Jan 31 22:00:13 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    spdlog: remove "supported_archs noarch"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closed: https://trac.macports.org/ticket/64568
</span>---
 devel/spdlog/Portfile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/spdlog/Portfile b/devel/spdlog/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6b139ac1d45..9599573fbf0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/spdlog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/spdlog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        gabime spdlog 1.9.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 checksums           rmd160  371135a06b33a8241e4f3148f03e6381b29e8de9 \
                     sha256  6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +22,5 @@ maintainers         {protomail.com:XNephila @XNephila} \
</span> description         Very fast, header only, C++ logging library.
 long_description    {*}${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# only header files are installed, but C++11 is still required for build tests
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     noarch
</span> compiler.cxx_standard   2011
 compiler.thread_local_storage yes
</pre><pre style='margin:0'>

</pre>