<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/29418fd3b075683eac10a581675738058df4a6ee">https://github.com/macports/macports-ports/commit/29418fd3b075683eac10a581675738058df4a6ee</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 29418fd3b075683eac10a581675738058df4a6ee
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 17 07:01:43 2020 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0fdda64..3e7d576 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,8 +23,8 @@ long_description    G'MIC stands for GREYC's Magic Image Converter. It is \
</span>                     has been designed with portability in mind and runs on \
                     different platforms (Windows, Unix, Mac OS X).
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://gmic.eu
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://gmic.eu/files/source/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://gmic.eu
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://gmic.eu/files/source/
</span> 
 use_parallel_build  no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,5 +84,5 @@ if { !${use_xcode} && ![file exists ${configure.developer_dir}/SDKs] } {
</span>     use_xcode yes
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://gmic.eu/files/source/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://gmic.eu/files/source/
</span> livecheck.regex     ${name}_(\[0-9.\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>