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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4c12ed9b97f98836a0c15f2532729dff128f44f3">https://github.com/macports/macports-ports/commit/4c12ed9b97f98836a0c15f2532729dff128f44f3</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 4c12ed9  yarn: add missing yarnpkg symlink
</span>4c12ed9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c12ed9b97f98836a0c15f2532729dff128f44f3
</span>Author: Cedric van Putten <me@bycedric.com>
AuthorDate: Tue Apr 7 15:32:52 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    yarn: add missing yarnpkg symlink
</span>---
 devel/yarn/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/yarn/Portfile b/devel/yarn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fa775a1..3c1e044 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/yarn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/yarn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +48,7 @@ build {
</span> destroot {
   copy ${worksrcpath} ${destroot}${prefix}/libexec/yarn
   ln -s ${prefix}/libexec/yarn/bin/yarn ${destroot}${prefix}/bin/yarn
<span style='display:block; white-space:pre;background:#e0ffe0;'>+  ln -s ${prefix}/libexec/yarn/bin/yarnpkg ${destroot}${prefix}/bin/yarnpkg
</span> }
 
 notes "
</pre><pre style='margin:0'>

</pre>