Date: Wed, 13 Nov 2024 15:32:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282625] [NEW PORT] audio/unflac Console tool for frame accurate audio image + cue sheet splitting Message-ID: <bug-282625-7788-F0mb2gHXq1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282625-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-282625-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282625 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fuz@FreeBSD.org Status|New |Open --- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> --- This sort of auto-generated module version indicates that Go has not found a tagged release. This is most likely because the tagged release is 1.3, not v1.3.0 as required for go get. You can however still use go get by setting GO_MODULE=3D git.sr.ht/~ft/unflac@v0.0.0-20240408174655-b5026a6dfc5a which has the pseudo version go wants. You can find the pseudo version usi= ng go list -m -f '{{.Version}}' package@githash As for pkg-descr, its purpose is to explain the user why he would want to install the port. Try to explain what advantages this port conveys over ot= her software one might use for this purpose. With the way your DISTFILES are set up, you need to set DIST_SUBDIR so the distribution files don't collide with other ports. But if you set up GO_MO= DULE as indicated above, you should be able to take out your hacks to directly f= etch the go.mod file. Port looks ok otherwise. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282625-7788-F0mb2gHXq1>