<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/d6e2aea95fe3fe57c188d67a39ee70990541dd83">https://github.com/macports/macports-ports/commit/d6e2aea95fe3fe57c188d67a39ee70990541dd83</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 d6e2aea  libtheora: Use https for master_sites and livecheck
</span>d6e2aea is described below

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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libtheora/Portfile b/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c992103..c1b73a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ long_description \
</span>     with MPEG-4 format).
 
 homepage        http://www.theora.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites    http://downloads.xiph.org/releases/theora/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites    https://downloads.xiph.org/releases/theora/
</span> use_bzip2       yes
 
 checksums           md5     292ab65cedd5021d6b7ddd117e07cd8e \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,6 @@ platform darwin powerpc {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   ${master_sites}?C=M&O=D
</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>