<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d9054fa8c0163ff16963790bc9bf51351a7f21ee">https://github.com/macports/macports-ports/commit/d9054fa8c0163ff16963790bc9bf51351a7f21ee</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 d9054fa  json-c: Add missing header file json_object_private.h
</span>d9054fa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d9054fa8c0163ff16963790bc9bf51351a7f21ee
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Fri Jan 5 14:43:20 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    json-c: Add missing header file json_object_private.h
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/55647
</span>---
 textproc/json-c/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/json-c/Portfile b/textproc/json-c/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6cd3115..2b0e260 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/json-c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/json-c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        json-c json-c 0.13-20171207 json-c-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             MIT
 categories          textproc devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,3 +19,9 @@ long_description    JSON-C implements a reference counting object model that all
</span> 
 checksums           rmd160 55103e16ff5b536639734d7394aef657d2efa4a9 \
                     sha256 3f41a1e260b38934acff4fe74667920fd10c662eb1e845356e9c451160c6860e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Add missing header file json_object_private.h.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# See https://trac.macports.org/ticket/55647
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/json_object_private.h ${destroot}${prefix}/include/json-c/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>