Restricted character set for Github repo names?

Jan Beich jbeich at vfemail.net
Thu Jul 14 06:44:15 UTC 2016


Ben Lavery <ben.lavery at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160714/e46a5648/attachment.sig>


More information about the freebsd-ports mailing list