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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cdced6295fde3874f32cc266ffe8a072da3c2d02">https://github.com/macports/macports-ports/commit/cdced6295fde3874f32cc266ffe8a072da3c2d02</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cdced6295fde3874f32cc266ffe8a072da3c2d02
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Feb 5 00:58:52 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    matrix-calculator: declare linking to libreadline
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66799
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Sergey Fedorov <vital.had@gmail.com>
</span>---
 math/matrix-calculator/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/matrix-calculator/Portfile b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 31a9bf8a8a8..230d384aed1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           github 1.0
</span> 
 github.setup        kalinochkind matrix-calculator 5c5befd313f0522f8b91fa1d6f19a821bc46308e
 version             2018.03.13
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          math
 license             MIT
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +16,15 @@ checksums           rmd160  19e4c4641fe0647ac9ed65fcf123bebc8d94e0ae \
</span>                     sha256  688cf92d5abdec1caf8b873922e689adb892f90de36e6b9a09c71908993243c2 \
                     size    19617
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:readline
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.c_standard     1999
 compiler.cxx_standard   2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s,/usr/include/readline,${prefix}/include/readline," ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall ${build.dir}/matrix ${destroot}${prefix}/bin/matrix-calc
 }
</pre><pre style='margin:0'>

</pre>