<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ebfb4650b5dc3db1ab8ef88f6582590da80c8d95">https://github.com/macports/macports-ports/commit/ebfb4650b5dc3db1ab8ef88f6582590da80c8d95</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 ebfb465  v2ray: Allow MacPorts to word wrap the notes
</span>ebfb465 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ebfb4650b5dc3db1ab8ef88f6582590da80c8d95
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Feb 14 19:04:25 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    v2ray: Allow MacPorts to word wrap the notes
</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 4895cd0..adb2fa2 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;'>@@ -51,9 +51,9 @@ startupitem.create          yes
</span> startupitem.executable      ${prefix}/bin/v2ray --config ${prefix}/etc/v2ray/config.json
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    The default configuration file is copied to ${prefix}/etc/v2ray/config.json.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    The default configuration file is copied to ${prefix}/etc/v2ray/config.json.\
</span>     It is used by the startup item (service). You should edit or replace it.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    v2ray also provides a utility command v2ctl, it can generate uuid and certificate
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    v2ray also provides a utility command v2ctl, it can generate uuid and certificate\
</span>     and do other stuff.
 "
</pre><pre style='margin:0'>

</pre>