<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2fe14083e551992b9a8534ac432cb24dd2e1b04f">https://github.com/macports/macports-ports/commit/2fe14083e551992b9a8534ac432cb24dd2e1b04f</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 2fe14083e55 bootoption: add os version requirement
</span>2fe14083e55 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2fe14083e551992b9a8534ac432cb24dd2e1b04f
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Aug 29 23:27:40 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bootoption: add os version requirement
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/70627
</span>---
 sysutils/bootoption/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/bootoption/Portfile b/sysutils/bootoption/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a5a2796b18..c7710a09c2e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/bootoption/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/bootoption/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,8 @@ github.tarball_from archive
</span> categories          sysutils
 license             GPL-3
 maintainers         {i0ntempest @i0ntempest} openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needs Swift 5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin >= 18}
</span> 
 description         EFI boot menu manipulation for macOS, like efibootmgr
 long_description    ${description}
</pre><pre style='margin:0'>

</pre>