<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/b40f4e44fb6835e79b55574a20562a0dfac1e14c">https://github.com/macports/macports-ports/commit/b40f4e44fb6835e79b55574a20562a0dfac1e14c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b40f4e44fb6835e79b55574a20562a0dfac1e14c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Dec 9 01:47:42 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-flask-frozen: mark noarch, platforms darwin any
</span>---
 python/py-flask-frozen/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-flask-frozen/Portfile b/python/py-flask-frozen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd9dcac95c2..0a868891c0b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-flask-frozen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-flask-frozen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,9 +10,11 @@ revision            0
</span> categories-append   www
 maintainers         nomaintainer
 description         Freeze a Flask application into a set of static files.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} The result can be hosted without any \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} The result can be hosted without any \
</span>                     server-side software other than a traditional web server.
 license                    BSD
<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> 
 homepage            https://github.com/Frozen-Flask/Frozen-Flask
 
</pre><pre style='margin:0'>

</pre>