<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3d8408b6bdc24512a5191a1788d651ce47c160b">https://github.com/macports/macports-ports/commit/a3d8408b6bdc24512a5191a1788d651ce47c160b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a3d8408b6bdc24512a5191a1788d651ce47c160b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Mar 20 15:28:24 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> pcb: fix livecheck to only find released versions
</span>---
x11/pcb/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/pcb/Portfile b/x11/pcb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1e3901..95184f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/pcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/pcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,3 +91,5 @@ if {[variant_isset quartz]} {
</span> require_active_variants port:gtk2 x11
require_active_variants port:gtkglext "" quartz
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex /${name}-(\\d+(?:\\.\\d+)+)
</span></pre><pre style='margin:0'>
</pre>