<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/38511571941c9eb48533fcc9f6efaa640eda90e2">https://github.com/macports/macports-ports/commit/38511571941c9eb48533fcc9f6efaa640eda90e2</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 38511571941 ipfs: fix dist_subdir
</span>38511571941 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38511571941c9eb48533fcc9f6efaa640eda90e2
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Aug 18 00:39:32 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ipfs: fix dist_subdir
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - as per https://github.com/macports/macports-ports/commit/eeb3f87d1ed6b22da183e238ec1a248597b4f460#r54845004
</span>---
 net/ipfs/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/ipfs/Portfile b/net/ipfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40a3ff37186..536c4110343 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/ipfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/ipfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,7 @@ set ipfs_dist_url   https://dist.ipfs.io/go-ipfs/
</span> homepage            https://ipfs.io
 master_sites        ${ipfs_dist_url}${tagged_version}/
 distname            go-ipfs-source
<span style='display:block; white-space:pre;background:#ffe0e0;'>-dist_subdir         ${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir         ${name}/${version}
</span> 
 checksums           rmd160  0f2f79cfb2f123307c50dc615b05a201f0b71c62 \
                     sha256  4658b2204b4d830cdb2d5c25e93dfc5486e1735d8264c05cdcb67a4ff9656877 \
</pre><pre style='margin:0'>

</pre>