Thanks Jan, For some reason it didn't like the GH_TUPLE - although it didn't complain the tar.gz wasn't fetched...
I renamed the :group as you suggested, make(1) is happy and the files are fetched! Thanks again, Ben On 07/14/16 07:43, Jan Beich wrote: > Ben Lavery <ben.lav...@hashbang0.com> writes: > >> Hello all, >> >> This is my first port, I’m trying to port http://gohugo.io so I may have >> missed something. >> >> I’ve got my Makefile (copy: >> https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP_broken ) but on >> 10.3 it fails with the following: >> >>> _MASTER_SITES_go-md2man=https://codeload.github.com/cpuguy83/go-md2man/tar.gz/2724a9c?dummy=/: >>> not found >>> *** Error code 127 > > Try using :group names that're also valid as part of sh(1) variables. > > GH_ACCOUNT= ... cpuguy83:go-md2man > GH_PROJECT= ... go-md2man:go-md2man > GH_TAGNAME= ... 2724a9c:go-md2man > > replace with > > GH_ACCOUNT= ... cpuguy83:go_md2man > GH_PROJECT= ... go-md2man:go_md2man > GH_TAGNAME= ... 2724a9c:go_md2man > > or > > GH_TUPLE= ... cpuguy83:go-md2man:2724a9c:go_md2man > > also see https://svnweb.freebsd.org/changeset/ports/417113 > _______________________________________________ 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"