Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 14:25:44 +0800
From:      Christopher Hall <christopherhall.hsw@gmail.com>
To:        Ben Lavery <ben.lavery@hashbang0.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Restricted character set for Github repo names?
Message-ID:  <20160714142544.7fb4fdab@gmail.com>
In-Reply-To: <55F8D3BE-555B-4BEB-A0DB-78A030789A94@hashbang0.com>
References:  <55F8D3BE-555B-4BEB-A0DB-78A030789A94@hashbang0.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Ben,

On Thu, 14 Jul 2016 07:09:04 +0100,
Ben Lavery <ben.lavery@hashbang0.com> wrote:

> Hello all,
>=20
> This is my first port, I=E2=80=99m trying to port http://gohugo.io so I m=
ay
> have missed something.
>=20
> I=E2=80=99ve got my Makefile (copy:
> https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP_broken ) but on
> 10.3 it fails with the following:
>=20
> > _MASTER_SITES_go-md2man=3Dhttps://codeload.github.com/cpuguy83/go-md2ma=
n/tar.gz/2724a9c?dummy=3D/:
> > not found *** Error code 127 =20
>=20
>=20
> When I tried it on an 11-BETA VM and looked at all errors I got the
> following:
>=20
> > + echo 'The
> > https://codeload.github.com/cpuguy83/go-md2man/tar.gz/2724a9c?dummy=3D/=
:go-md2man
> > MASTER_SITES line has' The
> > https://codeload.github.com/cpuguy83/go-md2man/tar.gz/2724a9c?dummy=3D/=
:go-md2man
> > MASTER_SITES line has echo "a group with invalid characters, only
> > use [a-zA-Z0-9_]" Execute: 'echo "a group with invalid characters,
> > only use [a-zA-Z0-9_]=E2=80=9D' =20
>=20

in the GH_TUPLE you need something like:
   cpuguy83:go-md2man:2724a9c:go_md2man
to rename the minus to an underscore

>=20
> I then forked the repository to my own Github account and removed the
> hyphen from the repo name.  Modifying my Makefile (copy:
> https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP ) it now
> downloads the repository without an issue.
>=20
> Is this expected behaviour?  Is it like this for a specific reason?
>=20
> Kind regards,
> Ben


--=20
Best Regards.
Christopher Hall.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160714142544.7fb4fdab>