<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c7d49cdcc93bd09696671f010d031a2e198117f">https://github.com/macports/macports-ports/commit/6c7d49cdcc93bd09696671f010d031a2e198117f</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 6c7d49cdcc9 universal-ctags: update to 6.0.20230702.0, add link
</span>6c7d49cdcc9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6c7d49cdcc93bd09696671f010d031a2e198117f
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Sun Jul 9 13:16:44 2023 +0300
<span style='display:block; white-space:pre;color:#404040;'> universal-ctags: update to 6.0.20230702.0, add link
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Some apps expect the `ctags` name binary file if it's Universal Ctags.
</span><span style='display:block; white-space:pre;color:#404040;'> Often this is due to the fact that they are compatible with both
</span><span style='display:block; white-space:pre;color:#404040;'> Exuberant Ctags and Universal Ctags. Because of this, I added
</span><span style='display:block; white-space:pre;color:#404040;'> a soft link from uctags to ctags.
</span>---
devel/universal-ctags/Portfile | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
<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 cae4280cef1..8a88bdf5723 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;'>@@ -4,16 +4,18 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup legacysupport 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup universal-ctags ctags 6.0.20230430.0 p
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup universal-ctags ctags 6.0.20230702.0 p
</span> name universal-ctags
epoch 1
revision 0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts ctags
</span>
categories devel
platforms darwin
license GPL-2+
maintainers {@kaimingguo gmail.com:augustin.guo} \
{@catap korins.ky:kirill} \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ {@judaew judaew} \
</span> openmaintainer
description A maintained ctags implementation
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,9 +26,9 @@ long_description \
</span>
homepage https://ctags.io
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 27de317531332295f520f32019950b516e17598f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 5aa23897da5472acf89a441a0ab5dd008049480a405136722643fd0766f4f75d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 3038318
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 6680af8806a19c6981e7d606e6a1e461053b2c7f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 11c2c20f9087bd77e5d6e3930e4778ee3b317ac24cf682427cd372fede6c91af \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 3048211
</span>
# LegacySupport is needed for strnlen before 10.7
legacysupport.newest_darwin_requires_legacy 10
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,3 +78,7 @@ variant manpages description {Enable documentation} {
</span> configure.args-append --with-rst2man=${prefix}/bin/rst2man-${python_branch}.py \
--with-rst2html=${prefix}/bin/rst2html-${python_branch}.py
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${prefix}/bin/uctags ${destroot}${prefix}/bin/ctags
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>