Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2022 01:52:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264874] [NEW PORT] net/slackcat: Simple commandline utility to post snippets to Slack
Message-ID:  <bug-264874-7788-5RhlGHAjjE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264874-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264874-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=3D264874

--- 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 t=
he
proper v1.7.3 tag.

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

DISTVERSIONSUFFIX=3D  v
MASTER_SITES=3D=20=20
https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSION=
FULL}/:gomod
DISTFILES=3D      go.mod:gomod

USE_GITHUB=3D     yes
GH_ACCOUNT=3D     bcicen

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

--=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-264874-7788-5RhlGHAjjE>