<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/d5b6501db9a19dd8d8593eb14ec4651f3ff58d26">https://github.com/macports/macports-ports/commit/d5b6501db9a19dd8d8593eb14ec4651f3ff58d26</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 d5b6501db9a v2ray: correct startup item command line
</span>d5b6501db9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d5b6501db9a19dd8d8593eb14ec4651f3ff58d26
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Nov 20 12:35:01 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    v2ray: correct startup item command line
</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/66303
</span>---
 net/v2ray/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/v2ray/Portfile b/net/v2ray/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35522bfc58c..cbbdf795edd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/v2ray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/v2ray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           golang 1.0
 
 go.setup            github.com/v2fly/v2ray-core 5.1.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> name                v2ray
 categories          net security
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -459,7 +459,7 @@ post-activate {
</span> }
 
 startupitem.create          yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-startupitem.executable      ${prefix}/bin/v2ray --config ${prefix}/etc/v2ray/config.json
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.executable      ${prefix}/bin/v2ray run --config ${prefix}/etc/v2ray/config.json
</span> 
 notes "
     The default configuration file is copied to ${prefix}/etc/v2ray/config.json.\
</pre><pre style='margin:0'>

</pre>