Date: Thu, 5 Jan 2017 09:18:41 -0600 From: John Marino <freebsd.contact@marino.st> To: Li-Wen Hsu <lwhsu@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r428982 - in head/lang: . julia julia/files Message-ID: <c6a71e22-7880-7a0b-cd40-1448131b5f82@marino.st> In-Reply-To: <201612200930.uBK9UPeP080203@repo.freebsd.org> References: <201612200930.uBK9UPeP080203@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6a71e22-7880-7a0b-cd40-1448131b5f82>