aboutsummaryrefslogtreecommitdiff
path: root/net-im/slack-term
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-25 21:55:35 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-25 21:55:35 +0000
commita0ddd9eb93f084d8d12bffe9b28872c609a5a226 (patch)
tree62707f9c99b9eef3f19a468a53110faec7d36e69 /net-im/slack-term
parentd923051bd821a57f603763de7088b4a333182a0a (diff)
downloadports-a0ddd9eb93f084d8d12bffe9b28872c609a5a226.tar.gz
ports-a0ddd9eb93f084d8d12bffe9b28872c609a5a226.zip
Notes
Diffstat (limited to 'net-im/slack-term')
-rw-r--r--net-im/slack-term/Makefile4
-rw-r--r--net-im/slack-term/distinfo6
-rw-r--r--net-im/slack-term/files/pkg-message.in11
3 files changed, 10 insertions, 11 deletions
diff --git a/net-im/slack-term/Makefile b/net-im/slack-term/Makefile
index a182b884e331..7e55aeeb1c08 100644
--- a/net-im/slack-term/Makefile
+++ b/net-im/slack-term/Makefile
@@ -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:
diff --git a/net-im/slack-term/distinfo b/net-im/slack-term/distinfo
index 568e4bf80e68..216fd28593ee 100644
--- a/net-im/slack-term/distinfo
+++ b/net-im/slack-term/distinfo
@@ -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
diff --git a/net-im/slack-term/files/pkg-message.in b/net-im/slack-term/files/pkg-message.in
index eef57ec5f377..42068805379d 100644
--- a/net-im/slack-term/files/pkg-message.in
+++ b/net-im/slack-term/files/pkg-message.in
@@ -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.
==============================================================================