<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c0dd3556d1a36f72617f626788fe78d3b3b198e">https://github.com/macports/macports-ports/commit/2c0dd3556d1a36f72617f626788fe78d3b3b198e</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 2c0dd3556d1 ctags: update license to indicate that the library part is public domain
</span>2c0dd3556d1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c0dd3556d1a36f72617f626788fe78d3b3b198e
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Thu Apr 29 15:38:51 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    ctags: update license to indicate that the library part is public domain
</span>---
 devel/ctags/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ctags/Portfile b/devel/ctags/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f0eede3490..5abd711900b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ctags/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ctags/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,14 @@ checksums           rmd160  191495869fbfa2f77a9619a4920eba26d02eface \
</span> categories          devel
 platforms           darwin freebsd
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This port contains two components:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - The ctags executable, which is GPL-2.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - The readtags library, which is the only part that can be linked to,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    and is public domain.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The following license specification avoids license conflicts with
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# GPL-2-incompatible ports that link to readtags.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             {GPL-2 public-domain}
</span> 
 # developer_cmds installs BSD ctags.
 conflicts           developer_cmds
</pre><pre style='margin:0'>

</pre>