<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e6b777d327bad765dcdecad5760066d534ad6623">https://github.com/macports/macports-ports/commit/e6b777d327bad765dcdecad5760066d534ad6623</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 e6b777d  gr-lora: correct variant rpp0 line
</span>e6b777d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6b777d327bad765dcdecad5760066d534ad6623
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Thu Oct 5 17:07:02 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gr-lora: correct variant rpp0 line
</span>---
 science/gr-lora/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gr-lora/Portfile b/science/gr-lora/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c87d3bd..2c7447f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gr-lora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gr-lora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup  cxx11 1.1
</span> name       gr-lora
 
 variant BastilleResearch conflicts rpp0 description "Install gr-lora from BastilleResearch" {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant rpp0 description conflicts BastilleResearch "Install gr-lora from rpp0" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant rpp0 conflicts BastilleResearch description "Install gr-lora from rpp0" {}
</span> 
 # set default variant if none selected
 if {![variant_isset BastilleResearch] && ![variant_isset rpp0]} {
</pre><pre style='margin:0'>

</pre>