Date: Fri, 28 Feb 2014 23:21:24 +0200 From: Kozlov Sergey <kozlov.sergey.404@gmail.com> To: Paul Schmehl <pschmehl_lists@tx.rr.com>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: Can't figure out github syntax Message-ID: <5310FDD4.5030606@gmail.com> In-Reply-To: <02C492C82823BD9589D5077E@localhost> References: <02C492C82823BD9589D5077E@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On 28.02.2014 20:43, Paul Schmehl wrote: > I'm working on a new port that's fetched from github. > > This works: > > MASTER_SITES= > https://github.com/collectiveintel/cif-v1/releases/download/v1.0.2-FINAL/ > DISTNAME= libcif-v1.0.2-FINAL > > But I cannot for the life of me figure out how to convert that to the > more normal USE_GITHUB syntax. > > Is there a doc on the GITHUB syntax that explains it for dummies? > Hi! Check out the (/usr/ports)/Mk/bsd.sites.mk file, It's pretty well documented. I think the right combination of GH_ACCOUNT, GH_PROJECT, GH_TAGNAME and GH_COMMIT would do the trick. Regards, Kozlov Sergey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5310FDD4.5030606>