Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 16:55:15 -0700
From:      Yuri <yuri@rawbw.com>
To:        kpneal@pobox.com, freebsd-ports@freebsd.org
Subject:   Re: Any ports that download whole trees with git?
Message-ID:  <5580B763.9070201@rawbw.com>
In-Reply-To: <20150616233346.GA42565@neutralgood.org>
References:  <20150616233346.GA42565@neutralgood.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/16/2015 16:33, kpneal@pobox.com wrote:
> Are there any ports that download entire source trees using git?
>
> I'm looking at doing a port, but the only source for the source is
> a tree in git. Are there any examples I can crib from?

Not with git. But some while ago I made a port for gpg4usb which is only 
distributed in source as the subversion repository. So I made a patch 
adding USE_SVNREPO to the framework:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198449

You can take an idea from there.
The main point is to make such download reproducible. Times of 
files/links/etc should be adjusted.

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5580B763.9070201>