<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/980220d48cef14072b1457d3706cf0674c0a68b6">https://github.com/macports/macports-ports/commit/980220d48cef14072b1457d3706cf0674c0a68b6</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 980220d48ce grilo-plugins: use lua PG
</span>980220d48ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 980220d48cef14072b1457d3706cf0674c0a68b6
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Apr 1 06:06:40 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    grilo-plugins: use lua PG
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Increase revision so that new Lua structure is used.
</span>---
 gnome/grilo-plugins/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/grilo-plugins/Portfile b/gnome/grilo-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 183e89c784b..6060d625f6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/grilo-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/grilo-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,12 @@
</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:#e0ffe0;'>+PortGroup           lua   1.0
</span> PortGroup           meson 1.0
 
 name                grilo-plugins
 version             0.3.14
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> license             LGPL-2.1+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media - Plugins.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +43,6 @@ depends_lib         port:avahi \
</span>                     port:libmediaart \
                     port:liboauth \
                     port:libxml2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:lua \
</span>                     port:sqlite3 \
                     port:totem-pl-parser
 
</pre><pre style='margin:0'>

</pre>