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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cc80795691d175cb4505b86475126bd99013aa44">https://github.com/macports/macports-ports/commit/cc80795691d175cb4505b86475126bd99013aa44</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 cc80795691d CocoaDialog: Supports Intel archs only for now
</span>cc80795691d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cc80795691d175cb4505b86475126bd99013aa44
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jan 16 23:21:43 2025 -0600

<span style='display:block; white-space:pre;color:#404040;'>    CocoaDialog: Supports Intel archs only for now
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/71854
</span>---
 aqua/CocoaDialog/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/CocoaDialog/Portfile b/aqua/CocoaDialog/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad875fb0797..0c60ba8951e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/CocoaDialog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/CocoaDialog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +21,9 @@ categories          aqua sysutils
</span> # https://github.com/cocoadialog/cocoadialog/commit/8617c8d1024017b8e703df3833378935f143905c
 license             GPL-2
 maintainers         {ryandesign @ryandesign} openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# The bundled Growl framework is compiled for these architectures.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# TODO: Try to patch out the use of Growl on other archs.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     i386 x86_64
</span> 
 description         common GUI controls for command-line application
 long_description    CocoaDialog is a macOS application that allows the use \
</pre><pre style='margin:0'>

</pre>