Re: Github redirects for go based ports seems to be not working as expected

2021-02-13 Thread Matthias Fechner

Thanks Steve,

Am 22.10.2020 um 22:24 schrieb Steve Wills:
Probably some GitHub internal issue with the codeload.github.com site. 
Probably not much we can do except update the URLs. I'd love to be 
wrong tho.


I already tried to that this fixed upstream, but it seems that I have to 
manually patch for a longer time I wanted ;(


But thanks for your answer!

Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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"


Re: Github redirects for go based ports seems to be not working as expected

2020-10-22 Thread Steve Wills

Hi,

On 10/22/20 9:51 AM, Matthias Fechner wrote:
Does anyone have an idea why ports cannot download the old version but 
must use the one with renamed group and project?


Probably some GitHub internal issue with the codeload.github.com site. 
Probably not much we can do except update the URLs. I'd love to be wrong 
tho.


Steve

___
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"


Github redirects for go based ports seems to be not working as expected

2020-10-22 Thread Matthias Fechner

Dear all,

I maintain some ports having outdated information in the go definition.
With outdated I mean that the project as moved in github to another group.

An example you can find here:
https://gitlab.fechner.net/mfechner/Gitlab/-/commit/12380a1a2e726938175a7445396665091e3363d4

The link:
https://github.com/codahale/hdrhistogram

changed to:
https://github.com/HdrHistogram/hdrhistogram-go

So it was necessary to also modify the line in the Makefile from:
|codahale:hdrhistogram:3a0bb77429bd:codahale_hdrhistogram/vendor/github.com/codahale/hdrhistogram 
\|


to:
|HdrHistogram:hdrhistogram-go:3a0bb77429bd:codahale_hdrhistogram_go/vendor/github.com/codahale/hdrhistogram 
\|


|Only after this, the download was working again.
If a try to download the files manually in the browser, both links are 
working:|


https://codeload.github.com/|codahale|/hdrhistogram/tar.gz/3a0bb77429bd?dummy=/|codahale|-hdrhistogram-3a0bb77429bd_GH0.tar.gz 



https://codeload.github.com/HdrHistogram/hdrhistogram-go/tar.gz/3a0bb77429bd?dummy=/HdrHistogram-hdrhistogram-go-3a0bb77429bd_GH0.tar.gz

Does anyone have an idea why ports cannot download the old version but must use 
the one with renamed group and project?

Thanks a lot!


Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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"