net-im/slack-term: update to 0.4.1

PR:		235062
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Steve Wills 2019-01-25 21:55:35 +00:00
parent d923051bd8
commit a0ddd9eb93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491207
3 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= slack-term
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
DISTVERSION= 0.4.1
CATEGORIES= net-im
MAINTAINER= dg@syrec.org
@ -27,7 +27,7 @@ PLIST_FILES= bin/slack-term
OPTIONS_DEFINE= DOCS
do-build:
@cd ${WRKSRC}/${GH_SUBDIR} && \
cd ${WRKSRC}/${GH_SUBDIR} && \
${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME}
do-install:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1523797172
SHA256 (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = f8ca198f3011ef2280162ae5324f19cfc85af661d89dba14b42d0f19baa79d96
SIZE (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = 243855
TIMESTAMP = 1547912587
SHA256 (erroneousboat-slack-term-v0.4.1_GH0.tar.gz) = 6bc6bf2e74444f99eedeb1c34b06f1fc8b638e9db115c4ef0ea993a3577fa39a
SIZE (erroneousboat-slack-term-v0.4.1_GH0.tar.gz) = 245741

View File

@ -1,15 +1,14 @@
==============================================================================
To do the initial %%PORTNAME%% configuration, get a Slack token from
https://api.slack.com/docs/oauth-test-tokens and create ~/.slack-term with
the following format:
https://api.slack.com/custom-integrations/legacy-tokens and create
~/.slack-term with the following format:
{
"slack_token": "yourslacktokenhere",
"sidebar_width": 1
"slack_token": "yourslacktokenhere"
}
See %%DOCSDIR%%/README.md or the online documentation for more configuration
options.
See %%DOCSDIR%%/README.md or the online documentation
for more configuration options.
==============================================================================