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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/be656a60ce7c6a5381583305812a32ee32f5be1f">https://github.com/macports/macports-ports/commit/be656a60ce7c6a5381583305812a32ee32f5be1f</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 be656a60ce7 Invert the order of the makefile and legacy support portgroups so that lmdb can configure.
</span>be656a60ce7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit be656a60ce7c6a5381583305812a32ee32f5be1f
</span>Author: Eric Hall <ricci@macports.org>
AuthorDate: Fri Apr 30 15:47:43 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    Invert the order of the makefile and legacy support portgroups so that lmdb can configure.
</span>---
 databases/lmdb/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/lmdb/Portfile b/databases/lmdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 75c6a71dc76..5eb8e773783 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/lmdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/lmdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,8 +2,8 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           makefile 1.0
</span> PortGroup           legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           makefile 1.0
</span> 
 # posix_memalign
 # https://trac.macports.org/ticket/62272
</pre><pre style='margin:0'>

</pre>