<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/097c16fb3cf50262add7b6863d0acff8fba69eeb">https://github.com/macports/macports-ports/commit/097c16fb3cf50262add7b6863d0acff8fba69eeb</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 097c16fb3cf pg stub: license: default to Permissive See: https://github.com/macports/macports-ports/commit/61de54907181e5c1d36f09cce642f5343d942128#r81176837
</span>097c16fb3cf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 097c16fb3cf50262add7b6863d0acff8fba69eeb
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Aug 15 09:10:42 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    pg stub: license: default to Permissive
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/commit/61de54907181e5c1d36f09cce642f5343d942128#r81176837
</span>---
 _resources/port1.0/group/stub-1.0.tcl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/stub-1.0.tcl b/_resources/port1.0/group/stub-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index ed4e9f1c49f..19a807c8007 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/stub-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/stub-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,15 +65,15 @@ proc stub::setup_stub {} {
</span>     }
 
     if {![info exists PortInfo(license)] || ${PortInfo(license)} eq "unknown"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        license         none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        license         Permissive
</span>     }
 
     if {[option stub.lib_dep]} {
         ui_debug "stub::setup_stub: lib_dep: yes"
     } else {
         ui_debug "stub::setup_stub: lib_dep: no; mark noarch; set installs_libs no"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        installs_libs       no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        supported_archs noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        installs_libs   no
</span>     }
 
     distfiles
</pre><pre style='margin:0'>

</pre>