Revision: 139580 https://trac.macports.org/changeset/139580 Author: sean@macports.org Date: 2015-08-20 17:57:11 -0700 (Thu, 20 Aug 2015) Log Message: ----------- julia: update to 0.3.11 and add missing dependency on ncurses Modified Paths: -------------- trunk/dports/lang/julia/Portfile Modified: trunk/dports/lang/julia/Portfile =================================================================== --- trunk/dports/lang/julia/Portfile 2015-08-21 00:57:10 UTC (rev 139579) +++ trunk/dports/lang/julia/Portfile 2015-08-21 00:57:11 UTC (rev 139580) @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup compilers 1.0 -github.setup JuliaLang julia 0.3.9 v +github.setup JuliaLang julia 0.3.11 v categories-append lang math science maintainers sean openmaintainer platforms darwin @@ -22,11 +22,11 @@ github.tarball_from releases -distfiles ${name}-${version}_31efe690be${extract.suffix} +distfiles ${name}-${version}_483dbf5279${extract.suffix} distname ${name} -checksums rmd160 44faa4c3823b3fcd41bb2a53ea7f70f86a63d1b6 \ - sha256 5f656f3f7d03ec4eab0bc93d80804288561d7f60015e6627fbce7905bc194b1c +checksums rmd160 69f75ef559605c8c8494b06a9c6e87c0ac11fd4a \ + sha256 9953cdd8e0b2b3dd52bfe787830133ac30177d0ffd98f049fc18e6228419b1b3 # Force buildbot to skip this since julia builds its own blas; see #45101 archive_sites @@ -39,7 +39,8 @@ port:mpfr \ port:SuiteSparse \ port:fftw-3 \ - port:fftw-3-single + port:fftw-3-single \ + port:ncurses use_configure no # use_parallel_build no
participants (1)
-
sean@macports.org