<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/51a5baf4691749df9a2ea949da86ddf59d3c6abb">https://github.com/macports/macports-ports/commit/51a5baf4691749df9a2ea949da86ddf59d3c6abb</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 51a5baf  libogg: Use https for master_sites and livecheck
</span>51a5baf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 51a5baf4691749df9a2ea949da86ddf59d3c6abb
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Oct 12 22:18:38 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libogg: Use https for master_sites and livecheck
</span>---
 multimedia/libogg/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libogg/Portfile b/multimedia/libogg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0935810..78ff01e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libogg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libogg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ long_description    Libogg is a library for manipulating ogg \
</span>                     bitstreams and getting packets from ogg bitstreams.
 homepage            http://www.vorbis.com/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://downloads.xiph.org/releases/ogg/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://downloads.xiph.org/releases/ogg/
</span> use_xz              yes
 checksums           rmd160  4db3f5cd9dbfa96c0dd2b667bb8247d7f4f552b2 \
                     sha256  3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,5 +30,5 @@ post-destroot {
</span>             ${destroot}${docdir}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       ${master_sites}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       [lindex ${master_sites} 0]
</span> livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</pre><pre style='margin:0'>

</pre>