<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/aff3a22bd600d4f2d2caf04ab27c349cf4558fde">https://github.com/macports/macports-ports/commit/aff3a22bd600d4f2d2caf04ab27c349cf4558fde</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 aff3a22bd60 grass7: Tweak variant descriptions
</span>aff3a22bd60 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aff3a22bd600d4f2d2caf04ab27c349cf4558fde
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Aug 24 14:37:16 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    grass7: Tweak variant descriptions
</span>---
 gis/grass7/Portfile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/grass7/Portfile b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58349731209..f13f3249449 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -130,9 +130,7 @@ set pydefault "${pydefault}} { default_variants +python38 }"
</span> 
 eval ${pydefault}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# PROJ version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant proj4 conflicts proj6 description {Builds with PROJ4.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant proj4 conflicts proj6 description {Build with PROJ 4} {
</span>     depends_lib-append      port:proj4
     configure.env           PATH=$::env(PATH):${prefix}/lib/proj49/bin
     build.env               PATH=$::env(PATH):${prefix}/lib/proj49/bin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -141,7 +139,7 @@ variant proj4 conflicts proj6 description {Builds with PROJ4.9} {
</span>                             --with-proj-share=${prefix}/lib/proj49/share/proj
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant proj6 conflicts proj4 description {Builds with PROJ6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant proj6 conflicts proj4 description {Build with PROJ 6} {
</span>     depends_lib-append      port:proj6
     configure.env           PATH=$::env(PATH):${prefix}/lib/proj6/bin
     build.env               PATH=$::env(PATH):${prefix}/lib/proj6/bin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,8 +152,7 @@ if {![variant_isset proj4] && ![variant_isset proj6]} {
</span>     default_variants    +proj6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant gui description {Builds with WxPython GUI} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant gui description {Build with wxPython GUI} {
</span>     wxWidgets.use           wxWidgets-3.2
 
     depends_lib-append      port:${wxWidgets.port}
</pre><pre style='margin:0'>

</pre>