<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ae5263793b406bd76053bc4f3f29e3b0ee69f2ac">https://github.com/macports/macports-ports/commit/ae5263793b406bd76053bc4f3f29e3b0ee69f2ac</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 ae52637  libraw: Use https to avoid redirects
</span>ae52637 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae5263793b406bd76053bc4f3f29e3b0ee69f2ac
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 11 09:28:34 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libraw: Use https to avoid redirects
</span>---
 graphics/libraw/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libraw/Portfile b/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9b65588..9ea0053 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,6 @@ PortSystem 1.0
</span> 
 name             libraw
 version          0.18.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage         http://www.libraw.org/
</span> description      library for RAW images manipulation
 long_description      a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)
 categories       graphics
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +11,8 @@ platforms        darwin
</span> license          LGPL-2.1 CDDL GPL-2+ GPL-3+
 maintainers      nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites     http://www.libraw.org/data/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage         https://www.libraw.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites     ${homepage}/data/
</span> distname         LibRaw-${version}
 
 distfiles-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,5 +43,5 @@ post-destroot {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://www.libraw.org/download/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   ${homepage}/download/
</span> livecheck.regex "LibRaw-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</pre><pre style='margin:0'>

</pre>