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