<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/245474a7809bff17792e6e589e29b6d99bf12809">https://github.com/macports/macports-ports/commit/245474a7809bff17792e6e589e29b6d99bf12809</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 245474a7809bff17792e6e589e29b6d99bf12809
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sat Aug 19 11:51:03 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> wireshark2*: restrict to legacy systems, they do not build on new ones
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> [skip ci]
</span>---
net/wireshark2/Portfile | 7 +++++++
net/wireshark22/Portfile | 7 +++++++
2 files changed, 14 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark2/Portfile b/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 25ea3b18323..b27b3ca4661 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,13 @@ license {GPL-2 GPL-3}
</span> maintainers {darkart.com:opendarwin.org @ghosthound}
description Graphical network analyzer and capture tool
homepage https://www.wireshark.org/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# macOS 10.12 and later ones are supported with Wireshark 3.x/4.x; 10.11 and below are limited to 2.x.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# It is not clear which is the latest macOS which still allows to build Wireshark 2.x,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# but it is known to fail on the recent ones. Related info:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://gitlab.com/wireshark/wireshark/-/issues/19285
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://www.wireshark.org/lists/wireshark-dev/202305/msg00004.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://gitlab.com/wireshark/wireshark/-/wikis/Development/LifeCycle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin < 19}
</span>
long_description A network analyzer that lets you capture and \
interactively browse Ethernet frames. \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark22/Portfile b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 297664b1114..1221dc97d74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,13 @@ license {GPL-2 GPL-3}
</span> maintainers {darkart.com:opendarwin.org @ghosthound}
description Graphical network analyzer and capture tool
homepage https://www.wireshark.org/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# macOS 10.12 and later ones are supported with Wireshark 3.x/4.x; 10.11 and below are limited to 2.x.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# It is not clear which is the latest macOS which still allows to build Wireshark 2.x,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# but it is known to fail on the recent ones. Related info:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://gitlab.com/wireshark/wireshark/-/issues/19285
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://www.wireshark.org/lists/wireshark-dev/202305/msg00004.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://gitlab.com/wireshark/wireshark/-/wikis/Development/LifeCycle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin < 16}
</span>
long_description A network analyzer that lets you capture and \
interactively browse Ethernet frames. \
</pre><pre style='margin:0'>
</pre>