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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8aaca99283885c85cc8ddb4ae5d8d8ac6c777722">https://github.com/macports/macports-ports/commit/8aaca99283885c85cc8ddb4ae5d8d8ac6c777722</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 8aaca992838 hamlib: add patch to use correct python*-config
</span>8aaca992838 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8aaca99283885c85cc8ddb4ae5d8d8ac6c777722
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Sep 6 08:37:25 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hamlib: add patch to use correct python*-config
</span>---
 science/hamlib/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/hamlib/Portfile b/science/hamlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd2dab63413..d15b5e33837 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/hamlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/hamlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,6 +110,12 @@ foreach py_ver ${python_versions} {
</span>         configure.args-append \
             --with-python-binding
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # fixup configure for the correct python3.X-config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            reinplace "s@python3-config@python${active_python_version}-config@g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${worksrcpath}/configure
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         # specify the Python version to use
         set python_framework_dir ${frameworks_dir}/Python.framework/Versions/${active_python_version}
         configure.args-append \
</pre><pre style='margin:0'>

</pre>