<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/90e9d939a1dcbb5009765be643ac0916f185315f">https://github.com/macports/macports-ports/commit/90e9d939a1dcbb5009765be643ac0916f185315f</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 90e9d939a1d libstdcxx_clang_fix: remove platforms any
</span>90e9d939a1d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 90e9d939a1dcbb5009765be643ac0916f185315f
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Aug 28 23:09:09 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libstdcxx_clang_fix: remove platforms any
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    `platforms any` states that this port installs identical files on any
</span><span style='display:block; white-space:pre;color:#404040;'>    platform. When the first buildbot which builds it was 10.8+, it produces
</span><span style='display:block; white-space:pre;color:#404040;'>    an artifact which contains only README about stub port.
</span>---
 devel/libstdcxx_clang_fix/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libstdcxx_clang_fix/Portfile b/devel/libstdcxx_clang_fix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b0affb5c8c5..e84c3330790 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libstdcxx_clang_fix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libstdcxx_clang_fix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,12 @@ PortGroup           stub 1.0
</span> 
 name                libstdcxx_clang_fix
 version             0.0.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          devel
 maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 description         Install alternate math.h header file for use when using Clang and libstdc++.
 long_description    {*}${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           any
</span> supported_archs     noarch
 
 if {${os.major} < 11} {
</pre><pre style='margin:0'>

</pre>