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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9331dff73b86cc8f59557034783032d3cb6aa34f">https://github.com/macports/macports-ports/commit/9331dff73b86cc8f59557034783032d3cb6aa34f</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 9331dff73b8 foundationdb: Fix build on macOS 10.12 - 10.14
</span>9331dff73b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9331dff73b86cc8f59557034783032d3cb6aa34f
</span>Author: Brian D. Wells <spam_brian@me.com>
AuthorDate: Tue Apr 27 00:03:09 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    foundationdb: Fix build on macOS 10.12 - 10.14
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * add python39 as build dependancy
</span>---
 databases/foundationdb/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/foundationdb/Portfile b/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 87626a7cdd3..3aca6560802 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/foundationdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        apple foundationdb 6.3.12
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          databases
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,7 @@ checksums           rmd160  2bf9a258d5db140d232fb6355fc810010824c014 \
</span>                     size    9694306
 
 depends_lib-append  port:mono
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append port:python39
</span> 
 # The FoundationDB build can easily run out of memory and crash, 
 # so the recommendation is to use "ninja -j1" when building.
</pre><pre style='margin:0'>

</pre>