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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6cceb5fc316efb2360e762512c0f1845d748ed01">https://github.com/macports/macports-ports/commit/6cceb5fc316efb2360e762512c0f1845d748ed01</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 6cceb5fc316 scantailor: Force C++11 for compatibiloty on older systems
</span>6cceb5fc316 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6cceb5fc316efb2360e762512c0f1845d748ed01
</span>Author: Ruben Di Battista <rubendibattista@gmail.com>
AuthorDate: Mon Jan 25 00:43:11 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    scantailor: Force C++11 for compatibiloty on older systems
</span>---
 graphics/scantailor/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/scantailor/Portfile b/graphics/scantailor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3ad7af43888..a618edae3d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/scantailor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/scantailor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,9 @@ long_description                Scan Tailor is an interactive post-processing to
</span> 
 qt5.depends_component           qttools
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard           2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> 
 depends_lib-append              path:include/turbojpeg.h:libjpeg-turbo \
                                 port:zlib \
</pre><pre style='margin:0'>

</pre>