<pre style='margin:0'>
David Nichols (davidnich) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/21dac9959666fcfbe978d6d60e764dfd0cdb79a7">https://github.com/macports/macports-ports/commit/21dac9959666fcfbe978d6d60e764dfd0cdb79a7</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 21dac995966 qore-xml-module: fixed build to use cmake
</span>21dac995966 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 21dac9959666fcfbe978d6d60e764dfd0cdb79a7
</span>Author: David Nichols <david@qore.org>
AuthorDate: Wed Nov 9 21:03:29 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qore-xml-module: fixed build to use cmake
</span>---
 lang/qore-xml-module/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/qore-xml-module/Portfile b/lang/qore-xml-module/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d157b3ec84..78d9454ed04 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/qore-xml-module/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/qore-xml-module/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,10 @@ PortGroup           github 1.0
</span> github.setup        qorelanguage module-xml 1.7.1 v
 github.tarball_from releases
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cmake 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> name                qore-xml-module
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          lang
 license             {LGPL-2.1 MIT}
 maintainers         {davidnichols @davidnich} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +27,3 @@ checksums           rmd160 9d6a0eb262c781efd81760e79fe6f2fbd8b9b479 \
</span> depends_lib         port:qore \
                     port:libxml2 \
                     path:lib/libssl.dylib:openssl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --disable-debug
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-append -Wl,-undefined -Wl,dynamic_lookup
</span></pre><pre style='margin:0'>

</pre>