[macports-ports] branch master updated: smlnj: fix https://trac.macports.org/ticket/47232

Ryan Schmidt ryandesign at macports.org
Thu Nov 16 10:09:15 UTC 2017


On Nov 15, 2017, at 00:24, Toby Peterson wrote:

> tobypeterson pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/01c37e8ae32a00f0b6edd197c4eb9a85f5e4f5bd
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 01c37e8  smlnj: fix https://trac.macports.org/ticket/47232
> 
> 01c37e8 is described below
> 
> 
> commit 01c37e8ae32a00f0b6edd197c4eb9a85f5e4f5bd
> 
> Author: Toby Peterson <toby at macports.org>
> AuthorDate: Tue Nov 14 22:24:36 2017 -0800
> 
> 
>     smlnj: fix https://trac.macports.org/ticket/47232


> --- a/lang/smlnj/Portfile
> +++ b/lang/smlnj/Portfile
> @@ -101,7 +101,7 @@ destroot {
>      file copy ${worksrcpath}/bin ${destroot}${smlnj_home}
>      file copy ${worksrcpath}/lib ${destroot}${smlnj_home}
>  
> -    xinstall -m 555 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml
> +    xinstall -m 755 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml

This changes the files installed by the port, so you must increase the revision.




More information about the macports-dev mailing list