<pre style='margin:0'>
Blair Zajac (blair) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/69c175d81a63f1093256f0d9f8709d8132f37177">https://github.com/macports/macports-ports/commit/69c175d81a63f1093256f0d9f8709d8132f37177</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 69c175d81a6 timescaledb1: fix livecheck URL
</span>69c175d81a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 69c175d81a63f1093256f0d9f8709d8132f37177
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Tue Sep 28 16:14:36 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    timescaledb1: fix livecheck URL
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The youngest 1.x.y release is now so old that it fell off the GitHub
</span><span style='display:block; white-space:pre;color:#404040;'>    tags list first page, so switch to a releases page instead.
</span>---
 databases/timescaledb1/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/timescaledb1/Portfile b/databases/timescaledb1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eef120b3ed4..c092fa0448d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/timescaledb1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/timescaledb1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,4 +76,5 @@ configure.args          -DAPACHE_ONLY=1 \
</span> 
 build.dir               ${worksrcpath}/build
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex  {(1\.[0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://docs.timescale.com/timescaledb/latest/overview/release-notes/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex         {>(1\.[0-9.]+) }
</span></pre><pre style='margin:0'>

</pre>