<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a866f59f402b1450e0ad4474dc1a65235c48bed5">https://github.com/macports/macports-ports/commit/a866f59f402b1450e0ad4474dc1a65235c48bed5</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 a866f59f402 sleuthkit: requires C++14
</span>a866f59f402 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a866f59f402b1450e0ad4474dc1a65235c48bed5
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Sep 9 21:40:02 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sleuthkit: requires C++14
</span>---
 sysutils/sleuthkit/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<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 7e705ffc7a8..fde32efa4e7 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,6 +29,8 @@ 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;'>+compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_autoconf        yes
 autoconf.cmd        ./bootstrap
 
</pre><pre style='margin:0'>

</pre>