<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/25f1ff7840625d87aeabf3534b63b49b128d6d45">https://github.com/macports/macports-ports/commit/25f1ff7840625d87aeabf3534b63b49b128d6d45</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 25f1ff7  libsodium: add cxx11 1.1 PortGroup
</span>25f1ff7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 25f1ff7840625d87aeabf3534b63b49b128d6d45
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Wed Aug 2 14:57:45 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libsodium: add cxx11 1.1 PortGroup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes builds on older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes https://trac.macports.org/ticket/52050
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes #638
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all
</span>---
 devel/libsodium/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libsodium/Portfile b/devel/libsodium/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0715216..089aeca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libsodium/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libsodium/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span> 
 github.setup        jedisct1 libsodium 1.0.13
 github.tarball_from releases
</pre><pre style='margin:0'>

</pre>