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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8e92f093db9e740753ccc95508a814e2af9b421e">https://github.com/macports/macports-ports/commit/8e92f093db9e740753ccc95508a814e2af9b421e</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 8e92f09  sleuthkit: Fix build
</span>8e92f09 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8e92f093db9e740753ccc95508a814e2af9b421e
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Thu Feb 14 15:18:01 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    sleuthkit: Fix build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/58065
</span>---
 sysutils/sleuthkit/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sleuthkit/Portfile b/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e82cf82..37c8c7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,11 @@ long_description    The Sleuth Kit (previously known as TASK) is a collection \
</span>     disks. With these tools, you can identify where partitions are located and \
     extract them so that they can be analyzed with file system analysis tools.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_autoconf        yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.cmd        ./bootstrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:autoconf \
</span>                     port:automake \
                     port:file
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,9 +42,6 @@ depends_lib-append  port:afflib \
</span>                     path:lib/libssl.dylib:openssl \
                     port:zlib
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_autoconf        yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-autoconf.cmd        ./bootstrap
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # for the 'sorter' script:
 depends_run-append  port:perl5
 
</pre><pre style='margin:0'>

</pre>