<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8ddaaef77a03dc7bbc89f17e3c3f7d5191d5df37">https://github.com/macports/macports-ports/commit/8ddaaef77a03dc7bbc89f17e3c3f7d5191d5df37</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8ddaaef77a03dc7bbc89f17e3c3f7d5191d5df37
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 26 11:06:00 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    xdmf: do not fetch entire Git repository
</span>---
 science/xdmf/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/xdmf/Portfile b/science/xdmf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a50a4e40672..3625c7f6b03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/xdmf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/xdmf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ long_description        The need for a standardized method to exchange scientifi
</span> homepage                https://www.xdmf.org/index.php/Main_Page
 
 fetch.type              git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-git.url                 https://gitlab.kitware.com/xdmf/xdmf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+git.url                 --depth 1 https://gitlab.kitware.com/xdmf/xdmf
</span> git.branch              04a84bab0eb1568e0f1a27c8fb60c6931efda003
 
 depends_lib-append      port:tiff \
</pre><pre style='margin:0'>

</pre>