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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6dce94f439dbde394bb572dc1a28f5ec338acfa5">https://github.com/macports/macports-ports/commit/6dce94f439dbde394bb572dc1a28f5ec338acfa5</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 6dce94f  ipmitool: fix a bug that overwrites configure.args.
</span>6dce94f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6dce94f439dbde394bb572dc1a28f5ec338acfa5
</span>Author: Zi Yan <zi.yan@normal.zone>
AuthorDate: Fri Sep 20 22:17:02 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ipmitool: fix a bug that overwrites configure.args.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The last configure.args should be configure.args-append, otherwise it
</span><span style='display:block; white-space:pre;color:#404040;'>    overwrites the previously set --enable-intf-lanplus --enable-ipmishell.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Zi Yan <zi.yan@normal.zone>
</span>---
 sysutils/ipmitool/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ipmitool/Portfile b/sysutils/ipmitool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a0e98c..253950d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ipmitool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ipmitool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,5 +51,5 @@ post-patch {
</span>     reinplace {/DOWNLOAD/s/ -#/ -L/} configure.ac
     reinplace "s|\$(INSTALL_DATA)|ginstall -m 0644|" Makefile.am
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args  --mandir=${prefix}/share/man
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append  --mandir=${prefix}/share/man
</span></pre><pre style='margin:0'>

</pre>