<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2832c18890362a0ac7f3bbc9c449389eaadac6ec">https://github.com/macports/macports-ports/commit/2832c18890362a0ac7f3bbc9c449389eaadac6ec</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 2832c188903 jq: update to new Github project
</span>2832c188903 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2832c18890362a0ac7f3bbc9c449389eaadac6ec
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Jul 31 19:59:40 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    jq: update to new Github project
</span>---
 sysutils/jq/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/jq/Portfile b/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7669d1001ff..4453137672d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,13 +3,14 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        stedolan jq 1.6 jq-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        jqlang jq 1.6 jq-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from releases
</span> revision            4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories          sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             MIT
</span> maintainers         {raimue @raimue} \
                     openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             MIT
</span> 
 description         A lightweight and flexible command-line JSON processor
 long_description\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,8 +18,7 @@ long_description\
</span>     map and transform structured data with the same ease that sed, awk, \
     grep and friends let you play with text.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://stedolan.github.io/jq/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from releases
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://jqlang.github.io/jq
</span> 
 depends_lib         port:oniguruma6
 
</pre><pre style='margin:0'>

</pre>