<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/87d3b1c1d1bf858af2299c5ba0209adef8425cf3">https://github.com/macports/macports-ports/commit/87d3b1c1d1bf858af2299c5ba0209adef8425cf3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87d3b1c1d1bf858af2299c5ba0209adef8425cf3
</span>Author: Peter Newman <peternewman@users.noreply.github.com>
AuthorDate: Sun Nov 22 18:58:33 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    Add back the revision and the hashes
</span>---
 net/ola/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/ola/Portfile b/net/ola/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c15b7f130a1..1b8628c1d59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/ola/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/ola/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cxx11 1.1
 
 github.setup        OpenLightingProject ola 0.10.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> categories          net comms
 platforms           darwin
 license             GPL-2+ LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +22,10 @@ long_description    The Open Lighting Architecture (OLA) provides a plugin \
</span> 
 homepage            http://www.openlighting.org/ola/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  f7435b1386e5ad0962cf7d62138ba95d0cda0058 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  102aa3114562a2a71dbf7f77d2a0fb9fc47acc35d6248a70b6e831365ca71b13 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2552023
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.tarball_from releases
 
 patch.pre_args      -p1
</pre><pre style='margin:0'>

</pre>