svn commit: r428982 - in head/lang: . julia julia/files

John Marino freebsd.contact at marino.st
Thu Jan 5 15:18:49 UTC 2017


On 12/20/2016 03:30, Li-Wen Hsu wrote:
> Author: lwhsu
> Date: Tue Dec 20 09:30:25 2016
> New Revision: 428982
> URL: https://svnweb.freebsd.org/changeset/ports/428982
>
> Log:
>   - Add lang/julia, Julia Language: A fresh approach to technical computing
>
>   PR:		215297
>   Submitted by:	Iblis Lin <iblis at hs.ntnu.edu.tw>
>

> Added: head/lang/julia/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/lang/julia/Makefile	Tue Dec 20 09:30:25 2016	(r428982)
> @@ -0,0 +1,73 @@
> +# Created by: Iblis Lin <iblis at hs.ntnu.edu.tw>
> +# $FreeBSD$
> +
> +PORTNAME=	julia
> +PORTVERSION=	0.5.0
> +DISTVERSIONSUFFIX=	-full
> +CATEGORIES=	lang math
> +MASTER_SITES=	https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/


Shouldn't lang/julia have the USE_GITHUB=yes mechanism instead of 
hardcoding the MASTER_SITES?  From what I can tell, the answer is "yes".

John

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the svn-ports-all mailing list