Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2022 23:56:25 +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-NfpzF9Npv8@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

Dmitri Goutnik <dmgk@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmgk@freebsd.org

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

> GO_MODULE=3D	github.com/bcicen/${PORTNAME}@v1.2.2-0.20210721161326-5c4e44=
10002c

This will actually install the older v1.2.2 version, not v1.7.3 as the
DISTVERSION says.

> GO_TARGET=3D	${PORTNAME}

This is already the default.

> @${REINPLACE_CMD} -e "/version =3D /s/dev-build/${DISTVERSION}/" ${WRKSRC=
}/main.go

A better way to do this would be with GO_BUILDFLAGS=3D-ldflags=3D"-X
main.version=3D${DISTVERSION}"

--=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-NfpzF9Npv8>