<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/5013ca71b2819f417f39f417258283748bafcb50">https://github.com/macports/macports-ports/commit/5013ca71b2819f417f39f417258283748bafcb50</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 5013ca71b28 typst: update to 0.10.0
</span>5013ca71b28 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5013ca71b2819f417f39f417258283748bafcb50
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Dec 4 23:03:20 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    typst: update to 0.10.0
</span>---
 textproc/typst/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 a06894add03..491e1b6b16a 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           cargo   1.0
 PortGroup           github  1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        typst typst 0.9.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        typst typst 0.10.0 v
</span> revision            0
 epoch               1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,10 @@ destroot {
</span>     xinstall -m 0755 \
         ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
         ${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy {*}[glob ${worksrcpath}/docs/*] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/doc/${name}/
</span> }
 
 github.livecheck.regex \
</pre><pre style='margin:0'>

</pre>