<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c43c9434e9d625a0c8a04c9b1c515f15ab8423f7">https://github.com/macports/macports-ports/commit/c43c9434e9d625a0c8a04c9b1c515f15ab8423f7</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 c43c943  enchant2: use cxx11 portgroup
</span>c43c943 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c43c9434e9d625a0c8a04c9b1c515f15ab8423f7
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Oct 6 03:56:30 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    enchant2: use cxx11 portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Requires C++11 compiler.
</span>---
 textproc/enchant2/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/enchant2/Portfile b/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e27e1ee..facb880 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span> PortGroup           github 1.0
 
 github.setup        AbiWord enchant 2.2.3 v
</pre><pre style='margin:0'>

</pre>