<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/e8b9a22e923b1c5b6366385e921b847a9428ca63">https://github.com/macports/macports-ports/commit/e8b9a22e923b1c5b6366385e921b847a9428ca63</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e8b9a22e923b1c5b6366385e921b847a9428ca63
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Aug 12 19:56:35 2019 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable/Portfile b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5ecceb1..019cfee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ long_description        Darktable is a virtual lighttable and darkroom for \
</span>                         lighttable. It also enables you to develop raw images \
                         and enhance them.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://www.darktable.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://www.darktable.org/
</span> 
 
 github.tarball_from     releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,10 +123,10 @@ variant openmp description {enable support for OpenMP} {
</span> 
 notes "
 Online documentation for ${name} is at:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-http://www.darktable.org/usermanual/index.html.php
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://www.darktable.org/usermanual/index.html.php
</span> 
 PDF documentation may be downloaded at:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-http://www.darktable.org/resources/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://www.darktable.org/resources/
</span> "
 
 livecheck.url       https://github.com/darktable-org/darktable/releases
</pre><pre style='margin:0'>

</pre>