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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0619f3a0dee1167d595826fa4105cc91028c513c">https://github.com/macports/macports-ports/commit/0619f3a0dee1167d595826fa4105cc91028c513c</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 0619f3a  cxx11-1.1.tcl: Fix typo in warning and comment
</span>0619f3a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0619f3a0dee1167d595826fa4105cc91028c513c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 6 13:56:24 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cxx11-1.1.tcl: Fix typo in warning and comment
</span>---
 _resources/port1.0/group/cxx11-1.1.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/cxx11-1.1.tcl b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c5d0514..3fe816e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,11 +8,11 @@
</span> 
 PortGroup compiler_blacklist_versions 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This PG is now depreciated, as support for specifying the c++ standard is
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This PG is now deprecated, as support for specifying the c++ standard is
</span> # available in base. So issue a warning asking maintainers to migrate over
 pre-configure {
     ui_warn "-----------------------------------------------------------------------"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_warn "The port '${name}' uses the cxx11 PortGroup which is depreciated."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_warn "The port '${name}' uses the cxx11 PortGroup which is deprecated."
</span>     ui_warn "Please instead specify the required c++ standard directly using"
     ui_warn "    compiler.cxx_standard  2011"
     ui_warn "replacing 2011 with newer standards (e.g. 2014, 2017) as required."
</pre><pre style='margin:0'>

</pre>