<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a7a9022cc9b8cf36205d78fcc8213c4c1960552">https://github.com/macports/macports-ports/commit/7a7a9022cc9b8cf36205d78fcc8213c4c1960552</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 7a7a9022cc9 typst: build using git checkout
</span>7a7a9022cc9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a7a9022cc9b8cf36205d78fcc8213c4c1960552
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Mar 22 21:39:09 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    typst: build using git checkout
</span>---
 textproc/typst/Portfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/typst/Portfile b/textproc/typst/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd2bb5df5ea..d77299fe188 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/typst/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/typst/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,6 @@ PortGroup           cargo   1.0
</span> PortGroup           github  1.0
 
 github.setup        typst typst 22-03-21-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from archive
</span> revision            0
 
 homepage            https://typst.app
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,9 +21,7 @@ long_description    \
</span>     compile times thanks to incremental compilatioa, as well as friendly \
     error messages in case something goes wrong.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  58f7055905e993dc6b61d8fb3e96311e1907e4ec \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  fdd3d53496844f22c1ae1b4122250bc33ebb55c3ee12dc22cd1d1f0433724c35 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    49596042
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+fetch.type          git
</span> 
 categories          textproc
 installs_libs       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +31,7 @@ maintainers         {gmail.com:herby.gillot @herbygillot} \
</span> 
 build.pre_args-delete \
                     --frozen --offline
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.dir           ${worksrcpath}/cli
</span> 
 destroot {
     xinstall -m 0755 \
</pre><pre style='margin:0'>

</pre>