Date: Sun, 21 Dec 2014 19:42:25 +0000 From: Steve Wills <swills@FreeBSD.org> To: Adam Weinberger <adamw@adamw.org> Cc: "svn-ports-head@FreeBSD.org" <svn-ports-head@FreeBSD.org>, "svn-ports-all@FreeBSD.org" <svn-ports-all@FreeBSD.org>, "ports-committers@FreeBSD.org" <ports-committers@FreeBSD.org> Subject: Re: svn commit: r375010 - head/Mk Message-ID: <549722A1.8070104@FreeBSD.org> In-Reply-To: <C23602A5-9FEA-4180-B469-4E098F16003C@adamw.org> References: <201412201559.sBKFxl9d088764@svn.freebsd.org> <46210F48-0FE2-4B61-AA64-17472B9EAEEB@adamw.org> <549707F1.4070205@FreeBSD.org> <C23602A5-9FEA-4180-B469-4E098F16003C@adamw.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/21/14 19:28, Adam Weinberger wrote: > > > Sure, same as other ports. Only difference is that, same as other > ports, you don't need to come up with the commit SHA hash as well. > You're portmgr, it's your call of course, I just thought it was a > nice alternative for ports with release tarballs on github to use a > simpler method. > I thought you were talking about ones that didn't use the GitHub release. For ones that do use the GitHub release, making using those easier was the goal of this commit. For example, after this commit, I can change net/syncthing like so: -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ +MASTER_SITES= GHR +DISTVERSIONPREFIX= v +USE_GITHUB= yes No commit hash in either one. Also note there are some additional changes for USE_GITHUB in the pipeline: https://reviews.freebsd.org/D748 Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?549722A1.8070104>