<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a5ffbeaa06ec8fc8f5f4496126796cc98c94347">https://github.com/macports/macports-ports/commit/7a5ffbeaa06ec8fc8f5f4496126796cc98c94347</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 7a5ffbeaa06 gobject_introspection-1.0.tcl: fix meson options
</span>7a5ffbeaa06 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a5ffbeaa06ec8fc8f5f4496126796cc98c94347
</span>Author: Dean M Greer <38226388+Gcenx@users.noreply.github.com>
AuthorDate: Wed Jun 29 12:22:53 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gobject_introspection-1.0.tcl: fix meson options
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    meson only accepts enabled/disabled not true/false
</span>---
 _resources/port1.0/group/gobject_introspection-1.0.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/gobject_introspection-1.0.tcl b/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 05604d094bc..16e4da6c9a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/gobject_introspection-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ proc gobject_introspection_pg::gobject_introspection_setup {} {
</span>         if { [string match *cmake* [option configure.cmd] ] } {
             configure.args-append   -DENABLE_GOBJECT_INTROSPECTION=OFF
         } elseif { [string match *meson* [option configure.cmd] ] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            configure.args-append   -Dintrospection=false
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            configure.args-append   -Dintrospection=disabled
</span>         } else {
             configure.args-append   --disable-introspection
         }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,7 +56,7 @@ proc gobject_introspection_pg::gobject_introspection_setup {} {
</span>         if { [string match *cmake* [option configure.cmd] ] } {
             configure.args-append   -DENABLE_GOBJECT_INTROSPECTION=ON
         } elseif { [string match *meson* [option configure.cmd] ] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            configure.args-append   -Dintrospection=true
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            configure.args-append   -Dintrospection=enabled
</span>         } else {
             configure.args-append   --enable-introspection
         }
</pre><pre style='margin:0'>

</pre>