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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/43157edc5145d2aa5a068d6eada8db5f4fa17d1c">https://github.com/macports/macports-ports/commit/43157edc5145d2aa5a068d6eada8db5f4fa17d1c</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 43157edc514 p5-ipe: revert broken https to http
</span>43157edc514 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 43157edc5145d2aa5a068d6eada8db5f4fa17d1c
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Oct 30 10:42:44 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-ipe: revert broken https to http
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes issues with homepage and livecheck due to
</span><span style='display:block; white-space:pre;color:#404040;'>    a self-issued SSL certificate.
</span>---
 perl/p5-ipe/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-ipe/Portfile b/perl/p5-ipe/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8242f0539c2..5bce3563f7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-ipe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-ipe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,8 +11,8 @@ categories          perl biology
</span> license             BSD
 maintainers         cse.wustl.edu:rpz
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://mblab.wustl.edu/software.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://mblab.wustl.edu/software/download/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            http://mblab.wustl.edu/software.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        http://mblab.wustl.edu/software/download/
</span> 
 description         Perl module for parameter estimation for Hidden Markov Models.
 long_description    iParameterEstimation is a highly configurable maximum likelihood \
</pre><pre style='margin:0'>

</pre>