<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0cc672e282141dea6c5925a08e367aa0a22624c6">https://github.com/macports/macports-ports/commit/0cc672e282141dea6c5925a08e367aa0a22624c6</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 0cc672e  fltk: overload the github livecheck regex
</span>0cc672e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0cc672e282141dea6c5925a08e367aa0a22624c6
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Mar 4 15:30:59 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fltk: overload the github livecheck regex
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    look for versions that are just numbers and '.', no letters (e.g., "3.7.3_rc2")
</span>---
 aqua/fltk/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/fltk/Portfile b/aqua/fltk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 762e46b..8875628 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/fltk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/fltk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,11 @@ if {${subport} eq ${name}} {
</span>     patchfiles-append \
         patch-fluid-Makefile.release.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # overload the github livecheck regex to look for versions that
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # are just numbers and '.', no letters (e.g., "3.7.3_rc2").
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.livecheck.regex  {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> } else {
 
     conflicts    fltk
</pre><pre style='margin:0'>

</pre>