<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/14016ef9d413f9ce6731a64ef00bd136d73fc052">https://github.com/macports/macports-ports/commit/14016ef9d413f9ce6731a64ef00bd136d73fc052</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 14016ef9d41 matrix-structs: Use compiler.cxx_standard
</span>14016ef9d41 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 14016ef9d413f9ce6731a64ef00bd136d73fc052
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 7 07:22:11 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> matrix-structs: Use compiler.cxx_standard
</span>---
net/matrix-structs/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/matrix-structs/Portfile b/net/matrix-structs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e5f919cd3c..a4c7f92ae63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/matrix-structs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/matrix-structs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span>
github.setup mujx matrix-structs 8de04af
version 2018-07-14
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,3 +18,6 @@ long_description Collection of structs used in the Matrix protocol \
</span> checksums rmd160 a8cb9bf9e3da1ebfad3d77198015f0fda16a80d7 \
sha256 894f15d0a83a4970c5783e099bde296187ae0f0a3ca752a5a9cecef323e8878c \
size 412111
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 2011
</span></pre><pre style='margin:0'>
</pre>