svn commit: r375010 - head/Mk

Steve Wills swills at FreeBSD.org
Sun Dec 21 19:43:33 UTC 2014


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


More information about the svn-ports-head mailing list