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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2fb9bf5b4e36147392fa581b3443c513669373bc">https://github.com/macports/macports-ports/commit/2fb9bf5b4e36147392fa581b3443c513669373bc</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 2fb9bf5b4e3 atlas: set supported Darwin platforms
</span>2fb9bf5b4e3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2fb9bf5b4e36147392fa581b3443c513669373bc
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sat Jan 7 10:10:21 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    atlas: set supported Darwin platforms
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    as per https://packages.macports.org/atlas/
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/66546
</span>---
 math/atlas/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/atlas/Portfile b/math/atlas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0dc86c7c7e..87539935838 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/atlas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/atlas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ set atlasdist           ${name}${version}${extract.suffix}
</span> set lapackdist          ${lapackname}-${lapackversion}.tgz
 
 maintainers             {vince @Veence}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms               {darwin < 20}
</span> 
 description             Portable optimal linear algebra software
 long_description        Provides a complete BLAS and LAPACK API.\nATLAS\
</pre><pre style='margin:0'>

</pre>