Re: [pkg-fallout@FreeBSD.org: [package - 140amd64-default][finance/ticker] Failed for ticker-4.6.3 in fetch]

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Tue, 18 Jun 2024 14:04:38 UTC
Am 18.06.2024 um 12:50 schrieb Robert Clausecker:
> What is the meaning of the number “10317?”  I was unable to find where
> it comes from.


what I see here is that this is a go port.
There is normally not the need to define the GH_TUPLEs.

Maybe check one of my ports:
security/trivy

that shows you, how you can really easily create the binary.
You maybe need to define:
GO_TARGET= cmd

then go.mk should take care for you, downloading the required go modules.
There should be no need to define the GH_TUPLEs.

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