<pre style='margin:0'>
Jyrki Wahlstedt (jyrkiwahlstedt) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2044e5e996fb65541fc8ad4d7850a57becb0d077">https://github.com/macports/macports-ports/commit/2044e5e996fb65541fc8ad4d7850a57becb0d077</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 2044e5e996f postgresql13: change livecheck regex to the release version
</span>2044e5e996f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2044e5e996fb65541fc8ad4d7850a57becb0d077
</span>Author: Jyrki Wahlstedt <jyrki.wahlstedt@wahlstedt.fi>
AuthorDate: Wed Oct 7 09:31:25 2020 +0300

<span style='display:block; white-space:pre;color:#404040;'>    postgresql13: change livecheck regex to the release version
</span>---
 databases/postgresql13/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql13/Portfile b/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d850aa0f7c..211eb8f28d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql13/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,8 +88,8 @@ test.target         check
</span> # remember to change livecheck with first proper release
 livecheck.type      regex
 #livecheck.regex    (13\\.\[.0-9\]*\[a-z\]+\[0-9\])
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex    (13\[a-z\]+\[0-9\])
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#livecheck.regex    (13\\.\[.0-9\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#livecheck.regex    (13\[a-z\]+\[0-9\])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex    (13\\.\[.0-9\]+)
</span> livecheck.url       ${homepage}/ftp/source/
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>