<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/db33a7c033df6caf7ded43beb7eb458eca90f4e7">https://github.com/macports/macports-ports/commit/db33a7c033df6caf7ded43beb7eb458eca90f4e7</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 db33a7c  nanovg: Don't set homepage
</span>db33a7c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit db33a7c033df6caf7ded43beb7eb458eca90f4e7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue May 26 02:56:12 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nanovg: Don't set homepage
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    github.setup sets it for you.
</span>---
 graphics/nanovg/Portfile | 2 --
 1 file changed, 2 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 5bb9498..c883f91 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;'>@@ -17,7 +17,6 @@ set lastcommit      20200320
</span> github.setup        memononen $subport $shorthash
 version             $lastcommit
 license             zlib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            ${github.homepage}
</span> description         antialiased 2-D vector drawing library on top of \
                     OpenGL for UI and visualizations
 long_description    NanoVG is a small antialiased vector graphics \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +40,6 @@ github.setup        ollix MetalNanoVG ${shorthash}
</span> name                $subport
 version             $lastcommit
 license             MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            ${github.homepage}
</span> description         Metal port of NanoVG
 long_description    MetalNanoVG is the native Metal port of NanoVG \
                     that tries to get the most out of Apple's Graphics \
</pre><pre style='margin:0'>

</pre>