<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5c327283f4bb55253aab71f33f21e2418c236676">https://github.com/macports/macports-ports/commit/5c327283f4bb55253aab71f33f21e2418c236676</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5c327283f4bb55253aab71f33f21e2418c236676
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 15 15:48:32 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    cryfs: migrate to boost PG, require c++14
</span>---
 net/cryfs/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/cryfs/Portfile b/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59ef3c30514..68e7da93254 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,8 +3,10 @@
</span> PortSystem                1.0
 PortGroup                 github 1.0
 PortGroup                 cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup                 boost 1.0
</span> 
 github.setup              cryfs cryfs 0.10.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                  1
</span> github.tarball_from       releases
 
 license                   LGPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,17 +29,17 @@ checksums                 rmd160  ba20af5cc2d77954b3a6f248b230860242cb690f \
</span> 
 extract.mkdir             yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append      path:lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                          port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append      path:lib/libssl.dylib:openssl
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append        port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                          port:curl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append        port:curl \
</span>                           port:libomp \
                           port:osxfuse
 
 cmake.build_type          Release
 universal_variant         no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard     2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append    -DBoost_USE_MULTITHREADED=on \
                          -DBoost_USE_STATIC_LIBS=off \
                          -DCRYFS_UPDATE_CHECKS=off
</pre><pre style='margin:0'>

</pre>