<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/74f8a6de3d9790cc204444b85b6069fd9eb6f069">https://github.com/macports/macports-ports/commit/74f8a6de3d9790cc204444b85b6069fd9eb6f069</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 74f8a6de3d9 zbar: correct maintainer and use configure.python
</span>74f8a6de3d9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 74f8a6de3d9790cc204444b85b6069fd9eb6f069
</span>Author: Knapoc <Knapoc@users.noreply.github.com>
AuthorDate: Mon Jun 28 21:27:07 2021 +0200
<span style='display:block; white-space:pre;color:#404040;'> zbar: correct maintainer and use configure.python
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * use configure.python to select the Python interpreter and set necessary environmental variables
</span><span style='display:block; white-space:pre;color:#404040;'> * fix maintainer handle
</span>---
graphics/zbar/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/zbar/Portfile b/graphics/zbar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2f92e861c4..9451254cdcc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/zbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/zbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ checksums rmd160 7798643049e311e3e706d84568f3d7fb9f172d72 \
</span> size 1005314
categories graphics
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers @knapoc openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers @Knapoc openmaintainer
</span>
description ZBar is an open source software suite for reading bar codes from \
various sources
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +66,7 @@ variant gtk3 description {Include GTK 3 Widget} {
</span> variant python39 description {Include Python 3.9 binding} {
depends_lib-append port:python39
configure.args-replace --without-python --with-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.env-append PYTHON=${prefix}/bin/python3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.python ${prefix}/bin/python3.9
</span> }
variant x11 {
</pre><pre style='margin:0'>
</pre>