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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/583d1644dee7a7058b94568a0ebdb44d897a66d4">https://github.com/macports/macports-ports/commit/583d1644dee7a7058b94568a0ebdb44d897a66d4</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 583d1644dee OpenBLAS: Fix typo in last commit
</span>583d1644dee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 583d1644dee7a7058b94568a0ebdb44d897a66d4
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 15 18:53:05 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Fix typo in last commit
</span>---
 math/OpenBLAS/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d08812987c..c20badfd68a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +93,7 @@ if {[string first "-devel" $subport] > 0} {
</span> #   Reason: image not found
 # Currently only affects arm builds, but in principle will affect all builds once changes in the gcc
 # branch used on arm hit the intel builds, so do this across the board.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port::cctools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append port:cctools
</span> post-destroot {
     system "install_name_tool -add_rpath ${prefix}/lib/libgcc ${destroot}${prefix}/lib/libopenblas-r1.dylib"
 }
</pre><pre style='margin:0'>

</pre>