<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/e6163302c33e559349940e28dfa253fc0c397d06">https://github.com/macports/macports-ports/commit/e6163302c33e559349940e28dfa253fc0c397d06</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 e6163302c33 darktable/darktable-devel: debug: use cmake build type RelWithDebInfo See: https://trac.macports.org/ticket/65474
</span>e6163302c33 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6163302c33e559349940e28dfa253fc0c397d06
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Aug 7 09:00:45 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    darktable/darktable-devel: debug: use cmake build type RelWithDebInfo
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65474
</span>---
 graphics/darktable-devel/Portfile | 2 +-
 graphics/darktable/Portfile       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable-devel/Portfile b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7791e3921c7..a76560cd630 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +46,7 @@ legacysupport.use_mp_libcxx \
</span> #     Unknown build type: MACPORTS.  Please specify one of:
 #       DEBUG;RELWITHDEBINFO;RELEASE;COVERAGE;SANITIZE;TSAN;FUZZ
 if {[variant_isset debug]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    cmake.build_type    Debug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    cmake.build_type    RelWithDebInfo
</span> } else {
     cmake.build_type    Release
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable/Portfile b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 325e670c90a..836611fea65 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +46,7 @@ legacysupport.use_mp_libcxx \
</span> #     Unknown build type: MACPORTS.  Please specify one of:
 #       DEBUG;RELWITHDEBINFO;RELEASE;COVERAGE;SANITIZE;TSAN;FUZZ
 if {[variant_isset debug]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    cmake.build_type    Debug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    cmake.build_type    RelWithDebInfo
</span> } else {
     cmake.build_type    Release
 }
</pre><pre style='margin:0'>

</pre>