On 06/16/2015 16:33, [email protected] 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to