fredl writes:

> Hey,
>
> thanks for this quick review!
>
> I will look at this and answer with a new .tgz once I have it done.
>
> thanks again!
> fredl
>
>> On 07.06.2018, at 13:18, Solene Rapenne <sol...@perso.pw> wrote:
>>
>>
>> fredl writes:
>>
>>> Hey,
>>>
>>> attached is a new port, www/hugo. hugo is a static website generator.
>>>
>>> ---
>>> pkg/DESCR:
>>>
>>> Hugo is a static HTML and CSS website generator written in Go.
>>> It is optimized for speed, ease of use, and configurability.
>>> Hugo takes a directory with content and templates and renders
>>> them into a full HTML website.
>>>
>>> Hugo relies on Markdown files with front matter for metadata.
>>>
>>> ---
>>>
>>> It should working on am64 and i386.
>>> I've only been able to test on amd64, if someone could test it on
>>> i386, it would be
>>> great!
>>>
>>> Ok?
>>>
>>> fredl
>>
>> Hello
>>
>> Your port use a binary downloaded from github, it's not the way to
>> go. It shoud be built from sources.
>>
>> You should also change the order of variables in your makefile, you can
>> check the file infrastructure/templates/Makefile.template from the ports
>> tree as an example for reordering correctly.

for restricting to supported archs you can use this line.

ONLY_FOR_ARCHS =        ${GO_ARCHS}

Reply via email to