[128125] trunk/dports/lang/julia/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Nov 13 21:26:09 PST 2014
> On Nov 13, 2014, at 6:16 PM, sean at macports.org wrote:
>
> Revision
> 128125
> Author
> sean at macports.org
> Date
> 2014-11-13 16:16:29 -0800 (Thu, 13 Nov 2014)
> Log Message
>
> julia: use a release tarball to avoid git submodules
> Modified Paths
>
> • trunk/dports/lang/julia/Portfile
> Diff
>
> Modified: trunk/dports/lang/julia/Portfile (128124 => 128125)
> -github.setup JuliaLang julia 0.3.2 v
>
> +name julia
> +version 0.3.2
> +revision 1
> -# julia's build system uses git submodules
> -fetch.type git
> +homepage http://julialang.org
> +master_sites https://github.com/JuliaLang/julia/releases/download/v${version}
>
Since the project is still hosted at github, you should continue to use the github portgroup. Set "github.tarball_from releases".
More information about the macports-dev
mailing list