<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/98fa1a009797a4bb7bdb58e9611da765508aea9f">https://github.com/macports/macports-ports/commit/98fa1a009797a4bb7bdb58e9611da765508aea9f</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 98fa1a0  cpprestsdk: Allow libressl to satisfy openssl dependency
</span>98fa1a0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 98fa1a009797a4bb7bdb58e9611da765508aea9f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 17 05:34:01 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cpprestsdk: Allow libressl to satisfy openssl dependency
</span>---
 www/cpprestsdk/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/cpprestsdk/Portfile b/www/cpprestsdk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9cdbb2a..f679f50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/cpprestsdk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/cpprestsdk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,8 @@ checksums           rmd160  c1b27cd17c3d1c6f89f9592db3ae0d5c16051a7d \
</span>                     sha256  884098022b09bf490dfdac6218824b5de8bcbef77da843445d9c98d4105bb5ab \
                     size    2069638
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:boost port:openssl port:zlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:boost \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:zlib
</span> 
 configure.args-append -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF
</pre><pre style='margin:0'>

</pre>