<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5838e23b5d7a6f4c2c5e1c03aa20e395fe06c4b6">https://github.com/macports/macports-ports/commit/5838e23b5d7a6f4c2c5e1c03aa20e395fe06c4b6</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 5838e23b5d7 bitbucket PG: fix livecheck URL when tarball is from downloads
</span>5838e23b5d7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5838e23b5d7a6f4c2c5e1c03aa20e395fe06c4b6
</span>Author: Aaron Madlon-Kay <aaron@madlon-kay.com>
AuthorDate: Fri May 16 13:24:35 2025 +0900
<span style='display:block; white-space:pre;color:#404040;'> bitbucket PG: fix livecheck URL when tarball is from downloads
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The previous URL has apparently changed to load its content asynchronously so
</span><span style='display:block; white-space:pre;color:#404040;'> the downloads are not contained in the cURL-able HTML
</span>---
_resources/port1.0/group/bitbucket-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/bitbucket-1.0.tcl b/_resources/port1.0/group/bitbucket-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1df72361d19..cc91127d9eb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/bitbucket-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/bitbucket-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ proc handle_tarball_from {option action args} {
</span> if {[string equal ${action} "set"] && ${args} eq "downloads"} {
bitbucket.tarball_from ${args}
bitbucket.master_sites https://bitbucket.org/${bitbucket.author}/${bitbucket.project}/downloads
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default livecheck.url {${bitbucket.master_sites}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default livecheck.url {${bitbucket.api_endpoint}/repositories/${bitbucket.author}/${bitbucket.project}/downloads}
</span> default distname {${bitbucket.project}-${bitbucket.version}}
}
}
</pre><pre style='margin:0'>
</pre>