Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 12:37:16 +0100
From:      Ben Lavery <ben.lavery@hashbang0.com>
To:        Jan Beich <jbeich@vfemail.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Restricted character set for Github repo names?
Message-ID:  <a387d9ed-05ca-cc5a-be81-de1fbaefc90f@hashbang0.com>
In-Reply-To: <7fco-iusg-wny@vfemail.net>
References:  <55F8D3BE-555B-4BEB-A0DB-78A030789A94@hashbang0.com> <7fco-iusg-wny@vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.lavery@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
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a387d9ed-05ca-cc5a-be81-de1fbaefc90f>