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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3cf0faaa6dad8738dde272416445eff62a096498">https://github.com/macports/macports-ports/commit/3cf0faaa6dad8738dde272416445eff62a096498</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 3cf0faaa6da py-protobuf3: build the cpp extension during the build phase; fixes https://trac.macports.org/ticket/56534
</span>3cf0faaa6da is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3cf0faaa6dad8738dde272416445eff62a096498
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Wed Jan 27 00:44:30 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-protobuf3: build the cpp extension during the build phase; fixes https://trac.macports.org/ticket/56534
</span>---
 python/py-protobuf3/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-protobuf3/Portfile b/python/py-protobuf3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a6e54654c3..65eefbc529f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-protobuf3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-protobuf3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,6 +85,7 @@ if {${name} ne ${subport}} {
</span>         reinplace "s|@@MACPORTS_EXTRAARG@@|${extraargs}|g" setup.py
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.cmd-append       --cpp_implementation
</span> 
     destroot.cmd-append    --cpp_implementation
 
</pre><pre style='margin:0'>

</pre>