<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9b7b7ea48a9e831d9ff11026ba83d3d7454bb82b">https://github.com/macports/macports-ports/commit/9b7b7ea48a9e831d9ff11026ba83d3d7454bb82b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9b7b7ea48a9e831d9ff11026ba83d3d7454bb82b
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Thu Aug 8 13:57:44 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> torsocks: non-functional: fix portfile alignments
</span>---
net/torsocks/Portfile | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
<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 f8842afa13b..d02b8fe3dcd 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;'>@@ -1,6 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortSystem 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortSystem 1.0
</span> PortGroup gitlab 1.0
gitlab.instance https://gitlab.torproject.org/tpo
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,19 +10,19 @@ checksums rmd160 667813c86c1309281aae37a11e12101e760cbc12 \
</span> sha256 f428cacf231ca9d11706ad2c701effc2b5fb71e9bdbdce1bbe294e0679a6fb17 \
size 96854
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories net security
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-2+
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers yopmail.com:sami.laine
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories net security
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license GPL-2+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers yopmail.com:sami.laine
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description A transparent socks proxy for use with tor
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description A transparent socks proxy for use with tor
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Torsocks is an application for Linux, BSD and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- macOS that allows you to use network applications \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- such as ssh and irssi with Tor. Torsocks allows you \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- to use most socks-friendly applications in a safe \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- way with Tor. It ensures that DNS requests are \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- handled safely and explicitly rejects UDP traffic \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- from the application you are using.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description Torsocks is an application for Linux, BSD and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ macOS that allows you to use network applications \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ such as ssh and irssi with Tor. Torsocks allows you \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ to use most socks-friendly applications in a safe \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ way with Tor. It ensures that DNS requests are \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ handled safely and explicitly rejects UDP traffic \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ from the application you are using.
</span>
# See https://trac.torproject.org/projects/tor/ticket/28538
# and https://gitlab.torproject.org/tpo/core/torsocks/-/issues/28538
</pre><pre style='margin:0'>
</pre>