<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/01c37e8ae32a00f0b6edd197c4eb9a85f5e4f5bd">https://github.com/macports/macports-ports/commit/01c37e8ae32a00f0b6edd197c4eb9a85f5e4f5bd</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 01c37e8  smlnj: fix https://trac.macports.org/ticket/47232
</span>01c37e8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 01c37e8ae32a00f0b6edd197c4eb9a85f5e4f5bd
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Tue Nov 14 22:24:36 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    smlnj: fix https://trac.macports.org/ticket/47232
</span>---
 lang/smlnj/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/smlnj/Portfile b/lang/smlnj/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a2a2a64..6a5009f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/smlnj/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/smlnj/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,7 +101,7 @@ destroot {
</span>     file copy ${worksrcpath}/bin ${destroot}${smlnj_home}
     file copy ${worksrcpath}/lib ${destroot}${smlnj_home}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 555 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml
</span>     reinplace "s|__SMLNJ_HOME__|${smlnj_home}|g" \
         ${destroot}${prefix}/bin/sml
 
</pre><pre style='margin:0'>

</pre>