<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/606b7627bfee4943d74cd8711258431a648f7b25">https://github.com/macports/macports-ports/commit/606b7627bfee4943d74cd8711258431a648f7b25</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 606b7627bfee4943d74cd8711258431a648f7b25
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Mar 31 06:01:55 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    torsocks: Disable silent rules
</span>---
 net/torsocks/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/torsocks/Portfile b/net/torsocks/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2230d030574..da8a5cc1e3d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/torsocks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/torsocks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,13 @@ PortSystem        1.0
</span> 
 name              torsocks
 version           2.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> categories        net security
 license           GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms         darwin
</span> maintainers       yopmail.com:sami.laine
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description       A transparent socks proxy for use with tor
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> long_description  Torsocks is an application for Linux, BSD and \
                   OS X that allows you to use network applications \
                   such as ssh and irssi with Tor. Torsocks allows you \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,6 +18,7 @@ long_description  Torsocks is an application for Linux, BSD and \
</span>                   way with Tor. It ensures that DNS requests are \
                   handled safely and explicitly rejects UDP traffic \
                   from the application you are using.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> homepage          https://git.torproject.org/torsocks.git
 master_sites      https://people.torproject.org/~dgoulet/torsocks/
 use_xz            yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +33,8 @@ checksums           rmd160  f8ca8158424b0befd272a136cd3f97416dff76dd \
</span> 
 depends_build       path:libexec/coreutils/libstdbuf.so:coreutils
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --disable-silent-rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     move ${destroot}${prefix}/etc/tor/torsocks.conf \
         ${destroot}${prefix}/etc/tor/torsocks.conf.default
</pre><pre style='margin:0'>

</pre>