View | Details | Raw Unified | Return to bug 227524
Collapse All | Expand All

(-)net-im/slack-term/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	slack-term
3
PORTNAME=	slack-term
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.3.2
5
DISTVERSION=	0.4.0
6
CATEGORIES=	net-im
6
CATEGORIES=	net-im
7
7
8
MAINTAINER=	dg@syrec.org
8
MAINTAINER=	dg@syrec.org
(-)net-im/slack-term/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520092585
1
TIMESTAMP = 1523797172
2
SHA256 (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = c46306ece42032ef64ae45399b6aff450575656a870ca4dd53561cad7f29a429
2
SHA256 (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = f8ca198f3011ef2280162ae5324f19cfc85af661d89dba14b42d0f19baa79d96
3
SIZE (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = 221460
3
SIZE (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = 243855
(-)net-im/slack-term/files/pkg-message.in (-2 / +3 lines)
Lines 1-11 Link Here
1
==============================================================================
1
==============================================================================
2
2
3
To do the initial %%PORTNAME%% configuration, get a Slack token from
3
To do the initial %%PORTNAME%% configuration, get a Slack token from
4
https://api.slack.com/docs/oauth-test-tokens and create ~/slack-term.json with
4
https://api.slack.com/docs/oauth-test-tokens and create ~/.slack-term with
5
the following format:
5
the following format:
6
6
7
{
7
{
8
    "slack_token": "yourslacktokenhere"
8
    "slack_token": "yourslacktokenhere",
9
    "sidebar_width": 1
9
}
10
}
10
11
11
See %%DOCSDIR%%/README.md or the online documentation for more configuration
12
See %%DOCSDIR%%/README.md or the online documentation for more configuration

Return to bug 227524