<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/ccadc06989ac0707d7c388c8df283fdddab26c04">https://github.com/macports/macports-ports/commit/ccadc06989ac0707d7c388c8df283fdddab26c04</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ccadc06989ac0707d7c388c8df283fdddab26c04
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jun 28 18:17:46 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Set license for each subport
</span>---
 devel/gettext/Portfile | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gettext/Portfile b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cf51b92f58..cf6fa6080b2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,8 +9,6 @@ name                    gettext
</span> version                 0.20.2
 categories              devel
 maintainers             {ryandesign @ryandesign}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# libs are LGPL and executables are GPL
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license                 {LGPL-2.1+ GPL-3+}
</span> homepage                https://www.gnu.org/software/gettext/
 master_sites            gnu
 platforms               darwin freebsd linux
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,6 +81,10 @@ subport libasprintf {
</span> 
 subport ${name}-runtime {
     revision                0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # libintl is LGPL; programs are GPL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license                 {LGPL-2.1+ GPL-3+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description             GNU internationalization (i18n) and localization (l10n) runtime library
 
     long_description        ${subport} is the ${description}, used for writing multilingual programs. \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,6 +118,9 @@ if {${subport} in "${name}-runtime libasprintf"} {
</span> 
 subport libtextstyle {
     revision                0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license                 GPL-3+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description             a text styling library, part of gettext
     long_description        ${subport} provides an easy way to add styling to programs that \
                             produce output to a console or terminal emulator window. \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,6 +133,9 @@ subport libtextstyle {
</span> if {${subport} eq ${name}} {
     epoch                   2
     revision                0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license                 GPL-3+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description             GNU internationalization (i18n) and localization (l10n) tools
     long_description        ${name} provides the tools like msgfmt for writing multilanguage applications. \
                             The tools are required during the build of applications which use \
</pre><pre style='margin:0'>

</pre>