<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0a2a2b17404b2d29cf2d66a246570e7f64c33f23">https://github.com/macports/macports-ports/commit/0a2a2b17404b2d29cf2d66a246570e7f64c33f23</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0a2a2b17404b2d29cf2d66a246570e7f64c33f23
</span>Author: Zero King <l2dy@icloud.com>
AuthorDate: Wed Feb 1 11:38:29 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    lighttpd-devel: fix livecheck
</span>---
 www/lighttpd-devel/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/lighttpd-devel/Portfile b/www/lighttpd-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8660146..a2a8873 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/lighttpd-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/lighttpd-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,6 +112,7 @@ variant attr {
</span> 
 default_variants       +bzip2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# discontinued development branch
</span> livecheck.type    regex
 livecheck.url  http://www.lighttpd.net/2007/2/3/lighttpd-1-5-0-pre
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex {<a href="http://www.lighttpd.net/assets/.*/lighttpd-(.*?).tar.gz">lighttpd-\1.tar.gz</a>}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex    {<a href="http://download.lighttpd.net/lighttpd/snapshots-1.5/lighttpd-(.*?).tar.gz">lighttpd-\1.tar.gz</a>}
</span></pre><pre style='margin:0'>

</pre>