<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/93e21bf1a739e215107845b96722c591cccc704c">https://github.com/macports/macports-ports/commit/93e21bf1a739e215107845b96722c591cccc704c</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 93e21bf1a73 yajl: avoid checksum mismatch
</span>93e21bf1a73 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 93e21bf1a739e215107845b96722c591cccc704c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Nov 22 05:40:09 2024 +1100
<span style='display:block; white-space:pre;color:#404040;'> yajl: avoid checksum mismatch
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/71368
</span>---
devel/yajl/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/yajl/Portfile b/devel/yajl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 98a9dbbf863..a1bb571a842 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/yajl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/yajl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup cmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# On next version update, remove master_sites override below
</span> github.setup lloyd yajl 2.1.0
categories devel
maintainers gmail.com:benjaminlyu openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,10 +12,12 @@ description Yet Another JSON Library.
</span> long_description YAJL is a small event-driven (SAX-style) JSON parser \
written in ANSI C, and a small validating JSON generator.
license BSD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
homepage https://lloyd.github.io/yajl/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/71368
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites macports_distfiles
</span> checksums rmd160 df525cb99a1e6f1786c8f8f047127cad1b4eb80a \
sha256 510a13e0be57cd4ba99e60ac806a3635854af51316d3131d3742a90298ccde38
</pre><pre style='margin:0'>
</pre>