<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/c8d32cf485a3023edcb3cb4decd73d0760ad1382">https://github.com/macports/macports-ports/commit/c8d32cf485a3023edcb3cb4decd73d0760ad1382</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 c8d32cf pstoedit: requires c++11
</span>c8d32cf is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c8d32cf485a3023edcb3cb4decd73d0760ad1382
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sun Jul 15 18:00:00 2018 +0000
<span style='display:block; white-space:pre;color:#404040;'> pstoedit: requires c++11
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> closes: https://trac.macports.org/ticket/56667
</span><span style='display:block; white-space:pre;color:#404040;'> revbump as link libraries might change due to
</span><span style='display:block; white-space:pre;color:#404040;'> cxx11 1.1 PortGroup
</span>---
graphics/pstoedit/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pstoedit/Portfile b/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a97d1c8..72c6c83 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,11 @@
</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>
name pstoedit
version 3.73
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories graphics
platforms darwin
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +42,7 @@ configure.args --without-emf \
</span> --without-swf
configure.cppflags-append -Wno-long-long
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++11
</span>
use_parallel_build no
</pre><pre style='margin:0'>
</pre>