<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fa0df5001f7da2eaa1bd1df1867ec32ba3d93abe">https://github.com/macports/macports-ports/commit/fa0df5001f7da2eaa1bd1df1867ec32ba3d93abe</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 fa0df5001f7 libframe: fix bugs in cmake configuration
</span>fa0df5001f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fa0df5001f7da2eaa1bd1df1867ec32ba3d93abe
</span>Author: Duncan Macleod <macleoddm@cardiff.ac.uk>
AuthorDate: Wed Jan 15 10:58:36 2025 +0000

<span style='display:block; white-space:pre;color:#404040;'>    libframe: fix bugs in cmake configuration
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * use PortGroup cmake 1.1
</span><span style='display:block; white-space:pre;color:#404040;'>    * need to append to configure.args
</span>---
 science/libframe/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libframe/Portfile b/science/libframe/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff30752b0b0..defb8f911a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libframe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libframe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,14 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem      1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup       cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       cmake 1.1
</span> PortGroup       gitlab 1.0
 
 gitlab.instance https://git.ligo.org
 gitlab.setup    virgo/virgoapp Fr 8.48.3
 
 name            libframe
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      science
 license         lgpl-2.1+
 maintainers     {aronnax @lpsinger} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +24,8 @@ checksums       rmd160  78ad55d1d7c8fa098c54a8998852ceb50c745bf1 \
</span>                 sha256  214326250c6cb3f388174bb4c1936e23154be1a9a3bc0464953301c847706072 \
                 size    2710621
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args  -DENABLE_C:BOOL=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DENABLE_C:BOOL=yes \
</span>                 -DENABLE_MATLAB:BOOL=no \
                 -DENABLE_PACKAGING:BOOL=no \
                 -DENABLE_PYTHON:BOOL=no
</pre><pre style='margin:0'>

</pre>