<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/015c402021342153746a210afa9a4e08388a6646">https://github.com/macports/macports-ports/commit/015c402021342153746a210afa9a4e08388a6646</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 015c402021342153746a210afa9a4e08388a6646
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Feb 28 04:20:32 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    slepc: use https in URLs
</span>---
 math/slepc/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/slepc/Portfile b/math/slepc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3fa7eae..8e4f580 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/slepc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/slepc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +24,8 @@ notes               "Add the following lines to your .bash_profile if you plan t
</span> 
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://slepc.upv.es
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://slepc.upv.es/download/distrib/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://slepc.upv.es
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://slepc.upv.es/download/distrib/
</span> 
 checksums           rmd160  403a64e6af2678317b6358f4ce7ef2cda300f07f \
                     sha256  a586ce572a928ed87f04961850992a9b8e741677397cbaa3fb028323eddf4598 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,4 +116,4 @@ post-destroot {
</span>     move ${destroot}${prefix}/lib/${name}/lib/pkgconfig/SLEPc.pc ${destroot}${prefix}/lib/pkgconfig/SLEPc.pc
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://slepc.upv.es/download/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://slepc.upv.es/download
</span></pre><pre style='margin:0'>

</pre>