<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/fec34abf56445fc48cfc05485ccffbf5c3a02707">https://github.com/macports/macports-ports/commit/fec34abf56445fc48cfc05485ccffbf5c3a02707</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fec34abf56445fc48cfc05485ccffbf5c3a02707
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Mar 29 06:43:19 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    linuxdoc: set platforms any
</span>---
 textproc/linuxdoc/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/linuxdoc/Portfile b/textproc/linuxdoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8381635e7e2..550823ec215 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/linuxdoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/linuxdoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,10 @@ categories        textproc
</span> license           none
 maintainers    nomaintainer
 description    Linuxdoc SGML DTD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms       darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms  any
</span> supported_archs   noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span> 
 homepage       http://tldp.org/
 master_sites   http://fallout.campusview.indiana.edu/ports/distfiles/ \
</pre><pre style='margin:0'>

</pre>