<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7aae92038400148b13b1ce7caa996cb8a46a5ddc">https://github.com/macports/macports-ports/commit/7aae92038400148b13b1ce7caa996cb8a46a5ddc</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 7aae920  ykpers: don't opportunistically link to (incompatible) json-c
</span>7aae920 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7aae92038400148b13b1ce7caa996cb8a46a5ddc
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Sun Apr 26 23:32:18 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    ykpers: don't opportunistically link to (incompatible) json-c
</span>---
 security/ykpers/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/ykpers/Portfile b/security/ykpers/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab92357..067755a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/ykpers/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/ykpers/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> 
 name                ykpers
 version             1.20.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          security
 license             BSD
 maintainers         {cal @neverpanic} {snc @nerdling} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +23,9 @@ checksums           rmd160  398bdf2048def28e4b07e05b164be04f4c9c4b08 \
</span> 
 depends_lib         port:libyubikey
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Not compatible with json-c 0.14-20200419
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --without-json
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {{$os.major} < 11} {
     patchfiles          patch-pre-Lion-strnlen.diff
 }
</pre><pre style='margin:0'>

</pre>