<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/16f2e64621ed305b041b2d9baffbaf514468ea04">https://github.com/macports/macports-ports/commit/16f2e64621ed305b041b2d9baffbaf514468ea04</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 16f2e64  libvideogfx: remove deprecated PortGroup cxx11
</span>16f2e64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 16f2e64621ed305b041b2d9baffbaf514468ea04
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Dec 18 10:24:37 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libvideogfx: remove deprecated PortGroup cxx11
</span>---
 multimedia/libvideogfx/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libvideogfx/Portfile b/multimedia/libvideogfx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8442dab..f43d044 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libvideogfx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libvideogfx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
                     
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> PortGroup           github 1.0
 
 github.setup        farindk libvideogfx 1.0.9 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +18,9 @@ checksums           rmd160  a22b84def7bceac213073e9bbb2bef094960f44d \
</span>                     sha256  8f7e614290d516963b9a5c9d7eaacce88bdf99767a543aff63c049df862d34ea \
                     size    623293
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>