<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31494a043425a933b847481e595bc6796f818d86">https://github.com/macports/macports-ports/commit/31494a043425a933b847481e595bc6796f818d86</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 31494a04342 notabug: fix livecheck URL
</span>31494a04342 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 31494a043425a933b847481e595bc6796f818d86
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Thu Aug 17 23:34:10 2023 +0200
<span style='display:block; white-space:pre;color:#404040;'> notabug: fix livecheck URL
</span>---
_resources/port1.0/group/notabug-1.0.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/notabug-1.0.tcl b/_resources/port1.0/group/notabug-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index e865f24f799..6eb6d6c6fc1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/notabug-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/notabug-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +69,7 @@ proc notabug.setup {notabug_author notabug_project notabug_version {notabug_tag_
</span> } else {
livecheck.type regex
default livecheck.url {${notabug.homepage}/releases}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default livecheck.regex {[list /${notabug.author}/${notabug.project}/archive/[join ${notabug.tag_prefix}][join ${notabug.livecheck.regex}][join ${notabug.tag_suffix}]]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default livecheck.regex {[list /${notabug.author}/${notabug.project}/archive/[join ${notabug.tag_prefix}][join ${notabug.livecheck.regex}${extract.suffix}][join ${notabug.tag_suffix}]]}
</span> }
livecheck.version ${notabug.version}
}
</pre><pre style='margin:0'>
</pre>