<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d3203e917ff2a21e828e92f36c5abdcee4ff187a">https://github.com/macports/macports-ports/commit/d3203e917ff2a21e828e92f36c5abdcee4ff187a</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 d3203e9 nanovg: Remove shorthash and fullhash variables
</span>d3203e9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d3203e917ff2a21e828e92f36c5abdcee4ff187a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue May 26 02:58:24 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> nanovg: Remove shorthash and fullhash variables
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Just pass the full hash directly to github.setup as usual.
</span>---
graphics/nanovg/Portfile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/nanovg/Portfile b/graphics/nanovg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e0581a..93a3497 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/nanovg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/nanovg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,10 +11,8 @@ maintainers @jasonliu-- openmaintainer
</span>
if {$subport eq "nanovg"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set shorthash 2bead03
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set fullhash 2bead03bea43b2418060aaa154f972829995e663
</span> set lastcommit 20200320
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup memononen $subport $shorthash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup memononen $subport 2bead03bea43b2418060aaa154f972829995e663
</span> version $lastcommit
license zlib
description antialiased 2-D vector drawing library on top of \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,10 +31,8 @@ checksums rmd160 b2b619156f4321b67df34e3ca8aab41e972c8328 \
</span>
subport metalnanovg {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set shorthash 615df90
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set fullhash 615df90de566f25e25522abaadf9ea063a433a36
</span> set lastcommit 20200228
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup ollix MetalNanoVG ${shorthash}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup ollix MetalNanoVG 615df90de566f25e25522abaadf9ea063a433a36
</span> version $lastcommit
license MIT
description Metal port of NanoVG
</pre><pre style='margin:0'>
</pre>