<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/c3e7d11bd95ada4d8038830fbc2f9445b0900ab1">https://github.com/macports/macports-ports/commit/c3e7d11bd95ada4d8038830fbc2f9445b0900ab1</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 c3e7d11 openntpd: use configure.args-replace
</span>c3e7d11 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c3e7d11bd95ada4d8038830fbc2f9445b0900ab1
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Mon Sep 11 07:27:53 2017 +0000
<span style='display:block; white-space:pre;color:#404040;'> openntpd: use configure.args-replace
</span>---
net/openntpd/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<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 00d6292..77bb07b 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;'>@@ -52,9 +52,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 port:curl-ca-bundle
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-delete --disable-https-constraint
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --with-cacert=${prefix}/etc/openssl/cert.pem
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append path:lib/libtls.dylib:libressl port:curl-ca-bundle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace --disable-https-constraint --enable-https-constraint
</span><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>