<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/a01980fe056c05d3de068e9ccd3276696ca34975">https://github.com/macports/macports-ports/commit/a01980fe056c05d3de068e9ccd3276696ca34975</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 a01980fe056 libmed: do not rely on upstream resources
</span>a01980fe056 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a01980fe056c05d3de068e9ccd3276696ca34975
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 26 18:33:20 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libmed: do not rely on upstream resources
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream seems to restructured itself, and it not clear
</span><span style='display:block; white-space:pre;color:#404040;'>    how libmed fits in.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/67131
</span>---
 science/libmed/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libmed/Portfile b/science/libmed/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58d19b0795d..73628c0366c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libmed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libmed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,13 +10,13 @@ revision                1
</span> categories              science devel
 maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 license                 GPL-3+ LGPL-3+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                https://www.salome-platform.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://web.archive.org/web/20220124071248/https://www.salome-platform.org/user-section/about/med
</span> 
 description             a library to store and exchange meshed data or computation results
 
 long_description        MED (Modeling and Exchange of Data) is {*}${description}.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites            https://files.salome-platform.org/Salome/other/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites            macports_distfiles
</span> distname                med-${version}
 worksrcdir              ${distname}_SRC
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,5 +81,4 @@ variant tests description {Enable tests} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex         {med-(\d+(?:\.\d+)*)}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           https://www.salome-platform.org/downloads/current-version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type          none
</span></pre><pre style='margin:0'>

</pre>