<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b5bd35f41a5ea30851e329c4174c0c17399d650d">https://github.com/macports/macports-ports/commit/b5bd35f41a5ea30851e329c4174c0c17399d650d</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 b5bd35f41a5 impacket: mark noarch, platforms darwin any
</span>b5bd35f41a5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b5bd35f41a5ea30851e329c4174c0c17399d650d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Dec 16 00:37:07 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> impacket: mark noarch, platforms darwin any
</span>---
net/impacket/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/impacket/Portfile b/net/impacket/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c26f7db15b7..95532761fdb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/impacket/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/impacket/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ maintainers {i0ntempest @i0ntempest} openmaintainer
</span> categories net devel
description Impacket is a collection of Python classes focused on \
providing access to network packets.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description} Impacket allows Python developers to craft \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description} Impacket allows Python developers to craft \
</span> and decode network packets in simple and consistent manner. \
It includes support for low-level protocols such as IP, UDP \
and TCP, as well as higher-level protocols such as NMB and \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,8 @@ long_description ${description} Impacket allows Python developers to craft \
</span> from raw data. Furthermore, the object oriented API makes \
it simple to work with deep protocol hierarchies.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span> license Apache-1.1
depends_build-append \
</pre><pre style='margin:0'>
</pre>