<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3f653c9361295859a6feecf69a5ffb14936593df">https://github.com/macports/macports-ports/commit/3f653c9361295859a6feecf69a5ffb14936593df</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 3f653c9  VLC: remove reference to nonexistent PortGroup
</span>3f653c9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3f653c9361295859a6feecf69a5ffb14936593df
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Nov 10 10:40:47 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    VLC: remove reference to nonexistent PortGroup
</span>---
 multimedia/VLC/Portfile | 8 --------
 1 file changed, 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e3b89a..f3af3e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,14 +5,6 @@ PortGroup               compiler_blacklist_versions 1.0
</span> PortGroup               active_variants 1.1
 PortGroup               conflicts_build 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[file exists ${prefix}/etc/macports/locales.tcl]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # experimental feature to cut down the NLS/locale files, which take up over 50% of
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # the install footprint for VLC. This feature loads the locale_select PortGroup
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # if its configuration file exist; a variant is then added which prunes all translations from
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # ${destroot}${prefix}/share/locale except those whitelisted in etc/macports/locales.tcl .
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup           locale_select 1.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> name                    VLC
 
 categories              multimedia devel
</pre><pre style='margin:0'>

</pre>