<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ada7cfe128942ae23cfc74fb022450bfc20c8f20">https://github.com/macports/macports-ports/commit/ada7cfe128942ae23cfc74fb022450bfc20c8f20</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ada7cfe128942ae23cfc74fb022450bfc20c8f20
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Sat Feb 17 14:02:03 2024 +0200
<span style='display:block; white-space:pre;color:#404040;'> android-platform-tools-*: fix livecheck
</span>---
java/android-platform-tools/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/android-platform-tools/Portfile b/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cba6e014471..3c2229bb032 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,6 +67,7 @@ subport android-platform-tools-no_sse4 {
</span> notes-append "The current version of ${name} requires SSE4.1, which is not \
supported by your CPU. The last version compatible with your CPU \
(${version}) has been installed instead."
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span> }
subport android-platform-tools-i386 {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,6 +82,7 @@ subport android-platform-tools-i386 {
</span> notes-append "The current version of ${name} requires a 64-bit CPU. The last \
version compatible with your CPU (${version}) has been installed \
instead."
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span> }
build {}
</pre><pre style='margin:0'>
</pre>