[Bug 282625] [NEW PORT] audio/unflac Console tool for frame accurate audio image + cue sheet splitting

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 13 Nov 2024 15:32:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282625

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= git.sr.ht/~ft/unflac@v0.0.0-20240408174655-b5026a6dfc5a

which has the pseudo version go wants.  You can find the pseudo version using

    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 other
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_MODULE
as indicated above, you should be able to take out your hacks to directly fetch
the go.mod file.

Port looks ok otherwise.

-- 
You are receiving this mail because:
You are the assignee for the bug.