<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/012df50d1e6f2ba8898116fb029b1f6e430278b3">https://github.com/macports/macports-ports/commit/012df50d1e6f2ba8898116fb029b1f6e430278b3</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 012df50 pdf2djvu: add cxx11 portgroup as it does not build on older systems (fixes https://trac.macports.org/ticket/56418)
</span>012df50 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 012df50d1e6f2ba8898116fb029b1f6e430278b3
</span>Author: Nicolas Pavillon <nicos@macports.org>
AuthorDate: Thu May 3 23:39:24 2018 +0900
<span style='display:block; white-space:pre;color:#404040;'> pdf2djvu: add cxx11 portgroup as it does not build on older systems (fixes https://trac.macports.org/ticket/56418)
</span>---
graphics/pdf2djvu/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pdf2djvu/Portfile b/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 57fc6c3..4203133 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,8 +2,10 @@
</span>
PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup cxx11 1.1
</span>
github.setup jwilk pdf2djvu 0.9.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories graphics textproc
platforms darwin
license GPL-2
</pre><pre style='margin:0'>
</pre>