Am 18.11.2016 um 17:59 schrieb Steve Wills <swi...@freebsd.org>: > > Hi, > > On 11/18/2016 10:35, Stefan Bethke wrote: >> I’m trying to create a port for Gitea >> (https://github.com/go-gitea/gitea). The basics seem easy enough, but >> I’m not sure how to deal with it’s dependencies. > > Use the GH_* macros to fetch them. See: > > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-description > > Or if the upstream vendors their deps like many do these days you can > use the GH_SUBDIR macro to put them in the proper place. > > There are examples to look at if that helps, see sysutils/consul as one > that has vendored deps or sysutils/serf for one that doesn’t.
Thanks, it appears that the upstream has properly vendored the modules, and I don’t need to so anything, if I check out the latest commit ref instead of the latest tag. Thanks, Stefan -- Stefan Bethke <s...@lassitu.de> Fon +49 151 14070811 _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"