<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/bf598df90781a238be928869714a5e83989995d8">https://github.com/macports/macports-ports/commit/bf598df90781a238be928869714a5e83989995d8</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 bf598df  fpc: Move two commands out of foreach
</span>bf598df is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bf598df90781a238be928869714a5e83989995d8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 28 17:32:42 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fpc: Move two commands out of foreach
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Those commands didn't need to be in the foreach.
</span>---
 lang/fpc/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fpc/Portfile b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6add6b8..d601d77 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -153,11 +153,11 @@ if {${subport} eq "${name}"} {
</span>         foreach b [glob -nocomplain ${destroot}${fpcbasepath}/bin/*] {
             set n [file tail ${b}]
             ln -s ${fpcbasepath}/bin/${n} ${destroot}${prefix}/bin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span> 
         # install the compiler utilities msgdif and msg2inc
         xinstall -m 755 ${worksrcpath}/compiler/utils/msgdif  ${destroot}${prefix}/bin
         xinstall -m 755 ${worksrcpath}/compiler/utils/msg2inc ${destroot}${prefix}/bin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span>     }
 
     notes "
</pre><pre style='margin:0'>

</pre>