<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5eff6a6583366f134b572a629aee02140ae69da9">https://github.com/macports/macports-ports/commit/5eff6a6583366f134b572a629aee02140ae69da9</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 5eff6a6  openntpd: add cacert in https variant
</span>5eff6a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5eff6a6583366f134b572a629aee02140ae69da9
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sat Aug 12 03:38:08 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    openntpd: add cacert in https variant
</span>---
 net/openntpd/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/openntpd/Portfile b/net/openntpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f8486ce..fc507fb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/openntpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/openntpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,8 +50,9 @@ post-activate {
</span> }
 
 variant https description {Enable HTTPS Constraint Functionality} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append    path:lib/libtls.dylib:libressl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append    path:lib/libtls.dylib:libressl port:curl-ca-bundle
</span>     configure.args-delete --disable-https-constraint
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append --with-cacert=${prefix}/etc/openssl/cert.pem
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>