[Bug 264874] [NEW PORT] net/slackcat: Simple commandline utility to post snippets to Slack

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 25 Jun 2022 01:52:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264874

--- Comment #4 from Dmitri Goutnik <dmgk@freebsd.org> ---
Hi Norikatsu,

v1.2.2 is the latest version known to proxy.golang.org because 1.7.3 tag is
missing the "v" prefix (despite release name having it). The easiest fix
probably would be to raise an issue with the upstream and ask them to add the
proper v1.7.3 tag.

Another option is pull go.mod directly from Github, with something like

DISTVERSIONSUFFIX=  v
MASTER_SITES=  
https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
DISTFILES=      go.mod:gomod

USE_GITHUB=     yes
GH_ACCOUNT=     bcicen

GO_MODULE=      github.com/bcicen/slackcat
...

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