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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3ad454ea612216f4cfc739fd57de1be71c1408af">https://github.com/macports/macports-ports/commit/3ad454ea612216f4cfc739fd57de1be71c1408af</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 3ad454ea612 molden: Fix supported_archs
</span>3ad454ea612 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3ad454ea612216f4cfc739fd57de1be71c1408af
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat May 14 03:48:23 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    molden: Fix supported_archs
</span>---
 science/molden/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/molden/Portfile b/science/molden/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4eef9815528..3e1f11f9ae0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/molden/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/molden/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ maintainers         {ryandesign @ryandesign} openmaintainer
</span> # The patchfile adds -Wno-implicit-function-declaration to makefile and
 # src/surf/Makefile and it is already present in src/ambfor/makefile.
 # This makes the software incompatible with Apple Silicon.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs-delete i386 ppc ppc64 x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     i386 ppc ppc64 x86_64
</span> 
 homepage            https://www.theochem.ru.nl/molden/
 master_sites        https://ftp.science.ru.nl/Molden/
</pre><pre style='margin:0'>

</pre>