<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c2bfca5a0d382f0c6fe527d617d2449d706f333">https://github.com/macports/macports-ports/commit/6c2bfca5a0d382f0c6fe527d617d2449d706f333</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 6c2bfca5a0d avahi: fix py-compile symlink
</span>6c2bfca5a0d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6c2bfca5a0d382f0c6fe527d617d2449d706f333
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Sun Jun 2 18:17:37 2024 +0400
<span style='display:block; white-space:pre;color:#404040;'> avahi: fix py-compile symlink
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Several versions of automake might be installed.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/70138
</span>---
net/avahi/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/avahi/Portfile b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cd85eca83d..dae16880ca8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup active_variants 1.1
</span> PortGroup github 1.0
PortGroup gobject_introspection 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup lathiat avahi 0.8 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup avahi avahi 0.8 v
</span> revision 7
categories net devel
maintainers {i0ntempest @i0ntempest} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -246,6 +246,6 @@ if {[variant_isset python312]} {
</span> # Project is using an old py-compile script incompatible with Python 3.12
depends_build-append port:automake
pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ln -sf [glob ${prefix}/share/automake-*/py-compile] ${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -sf ${prefix}/share/automake-1.16/py-compile ${worksrcpath}
</span> }
}
</pre><pre style='margin:0'>
</pre>