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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b6582a86987d18951ab11dbab1fdfdca33ec63c1">https://github.com/macports/macports-ports/commit/b6582a86987d18951ab11dbab1fdfdca33ec63c1</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 b6582a86987 LyX: add comment about fixing deprecated PG
</span>b6582a86987 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b6582a86987d18951ab11dbab1fdfdca33ec63c1
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Thu Jul 30 08:35:53 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    LyX: add comment about fixing deprecated PG
</span>---
 aqua/LyX/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cbe839b9889..0cfa84d2349 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,12 @@ PortGroup           cxx11 1.1
</span> 
 name                LyX
 conflicts           LyX1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# On next update, consider fixing this:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The port 'LyX' uses the cxx11 PortGroup which is deprecated.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please instead specify the required c++ standard directly using
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#     compiler.cxx_standard  2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# replacing 2011 with newer standards (e.g. 2014, 2017) as required.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# For more details see https://trac.macports.org/wiki/CompilerSelection
</span> version             2.3.5.2
 revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
</pre><pre style='margin:0'>

</pre>