<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0b86afc1b91a5f12b8eabd8499c3cb87c3d5d02b">https://github.com/macports/macports-ports/commit/0b86afc1b91a5f12b8eabd8499c3cb87c3d5d02b</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 0b86afc1b91 universal-ctags: remove ctags conflicts
</span>0b86afc1b91 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0b86afc1b91a5f12b8eabd8499c3cb87c3d5d02b
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Thu Jun 18 19:05:11 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    universal-ctags: remove ctags conflicts
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The port already specifies a unique prefix ('u'), enabling
</span><span style='display:block; white-space:pre;color:#404040;'>    non-conflicting installation alongside ctags.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60563
</span>---
 devel/universal-ctags/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/universal-ctags/Portfile b/devel/universal-ctags/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c20ff22aceb..3600df9f72a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/universal-ctags/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/universal-ctags/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           github 1.0
</span> github.setup        universal-ctags ctags feffe43a4a9d339cd6701744589746e2297e4567
 name                universal-ctags
 version             20200111
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +20,6 @@ long_description \
</span>     started by Reza Jelveh and was later moved to the universal-ctags organization.
 
 homepage            https://ctags.io
<span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts           ctags
</span> 
 checksums           rmd160  e37a347213bf94639b68adacc5f66d90fe643388 \
                     sha256  73ab06a4868f2006c2cdde2276db13f1fc010483b2711cd66ef00b51b680064d \
</pre><pre style='margin:0'>

</pre>