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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/951c167e9baa9159f4c4b57772b3e8275456affe">https://github.com/macports/macports-ports/commit/951c167e9baa9159f4c4b57772b3e8275456affe</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 951c167e9ba gmic: fix path for dist_subdir
</span>951c167e9ba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 951c167e9baa9159f4c4b57772b3e8275456affe
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Jun 17 09:05:17 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gmic: fix path for dist_subdir
</span>---
 science/gmic/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f59cc9ed17f..1e1a5e7dd52 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ master_sites        https://gmic.eu/files/source/
</span> conflicts_build     opencv
 
 # see https://github.com/dtschump/gmic/issues/390
<span style='display:block; white-space:pre;background:#ffe0e0;'>-dist_subdir         TeXShop/${version}_${revision}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir         gmic/${version}_${revision}
</span> 
 distfiles           ${name}_${version}${extract.suffix}
 
</pre><pre style='margin:0'>

</pre>