<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/431dee2fe0baa8a05b314a8189f04c7da83f52e0">https://github.com/macports/macports-ports/commit/431dee2fe0baa8a05b314a8189f04c7da83f52e0</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 431dee2 physfs: Fix livecheck
</span>431dee2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 431dee2fe0baa8a05b314a8189f04c7da83f52e0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Nov 11 03:17:00 2017 -0600
<span style='display:block; white-space:pre;color:#404040;'> physfs: Fix livecheck
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/55172
</span>---
devel/physfs/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/physfs/Portfile b/devel/physfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d3b048..5fbaba5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/physfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/physfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,5 +32,5 @@ patchfiles patch-CMakeLists.txt.diff
</span> configure.args-append -DPHYSFS_BUILD_WX_TEST=FALSE
livecheck.type regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url $master_sites
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex $name-(\\d+(?:\\.\\d+)*)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url [lindex ${master_sites} 0]LATEST_VERSION.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
</span></pre><pre style='margin:0'>
</pre>