<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/83d2d297c0a972dc35d3b1edbd61869f12b7a681">https://github.com/macports/macports-ports/commit/83d2d297c0a972dc35d3b1edbd61869f12b7a681</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 83d2d297c0a ansible-lint: Avoid stealth update
</span>83d2d297c0a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83d2d297c0a972dc35d3b1edbd61869f12b7a681
</span>Author: Vadim-Valdis Yudaev <judaew@macports.org>
AuthorDate: Sat Nov 6 01:47:12 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    ansible-lint: Avoid stealth update
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closed: https://trac.macports.org/ticket/63817
</span>---
 sysutils/ansible-lint/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ansible-lint/Portfile b/sysutils/ansible-lint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 610ea9baa04..81a45ad50da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ansible-lint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ansible-lint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,13 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        willthames ansible-lint 5.2.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        ansible-community ansible-lint 5.2.1 v
</span> revision            0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Remove this in the next release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This is required because the author has overwritten the tag. Only the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ".git_archival.txt" file inside differs.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        macports_distfiles
</span> 
 categories          sysutils
 platforms           darwin
</pre><pre style='margin:0'>

</pre>