<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/045480745e84be82841a82b077da8249c670257a">https://github.com/macports/macports-ports/commit/045480745e84be82841a82b077da8249c670257a</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 045480745e8 dash: build with libedit
</span>045480745e8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 045480745e84be82841a82b077da8249c670257a
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Mon May 20 18:44:32 2024 +0400
<span style='display:block; white-space:pre;color:#404040;'> dash: build with libedit
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This allows line editing in vi and emacs modes.
</span>---
shells/dash/Portfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/dash/Portfile b/shells/dash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1bf2f08304..84940a654ce 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/dash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/dash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup cgit 1.0
</span> legacysupport.newest_darwin_requires_legacy 10
cgit.setup git.kernel.org/pub/scm/utils/dash/ dash 0.5.12 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories shells
license GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ checksums rmd160 279c610c73f3cf4cc20a7cb43d3289a2a86140fc \
</span>
autoconf.cmd ./autogen.sh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args --disable-silent-rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args --disable-silent-rules --with-libedit
</span>
use_autoconf yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,3 +34,5 @@ depends_build-append \
</span> port:autoconf \
port:automake \
port:libtool
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append port:libedit
</span></pre><pre style='margin:0'>
</pre>