aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-07-08 09:18:54 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-07-08 10:35:38 +0000
commit498c30285c9e329ccf4bfc84a7a7b544a89f042c (patch)
tree7a9f36cae75496acab580c6d87eed4dde6abb6f1 /net-im
parent37d8bd8ef836846bc2b78b541bb7fd4080173e43 (diff)
downloadports-498c30285c9e329ccf4bfc84a7a7b544a89f042c.tar.gz
ports-498c30285c9e329ccf4bfc84a7a7b544a89f042c.zip
net-im/scli: Update to 0.6.4
Remove pkg-message. The workaround is no longer relevant as the bug has been fixed. Changes: https://github.com/isamert/scli/releases/tag/v0.6.4
Diffstat (limited to 'net-im')
-rw-r--r--net-im/scli/Makefile2
-rw-r--r--net-im/scli/distinfo6
-rw-r--r--net-im/scli/pkg-message20
3 files changed, 4 insertions, 24 deletions
diff --git a/net-im/scli/Makefile b/net-im/scli/Makefile
index 5266e4cb76e2..55342fa46021 100644
--- a/net-im/scli/Makefile
+++ b/net-im/scli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scli
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.3
+DISTVERSION= 0.6.4
CATEGORIES= net-im python
MAINTAINER= 0mp@FreeBSD.org
diff --git a/net-im/scli/distinfo b/net-im/scli/distinfo
index fe032c319dbb..0f2375a31421 100644
--- a/net-im/scli/distinfo
+++ b/net-im/scli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624382216
-SHA256 (isamert-scli-v0.6.3_GH0.tar.gz) = 2cf0743484e1add2ce7ef7e48a228337db26a718e48f93b686d46882a31d467b
-SIZE (isamert-scli-v0.6.3_GH0.tar.gz) = 139647
+TIMESTAMP = 1625735833
+SHA256 (isamert-scli-v0.6.4_GH0.tar.gz) = 867e45b10cd9ae0acff99c14c3570d95f54a5c9ca770d786e1e5689c8158ff3f
+SIZE (isamert-scli-v0.6.4_GH0.tar.gz) = 139743
diff --git a/net-im/scli/pkg-message b/net-im/scli/pkg-message
deleted file mode 100644
index b553d1502b8d..000000000000
--- a/net-im/scli/pkg-message
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{ type: install
-message: <<EOM
-Sometimes, scli does not show the contact list immediately (e.g., after scli
-was not closed by issuing ":quit" but by sending SIGINT instead). In such a
-situation, it might be necessary to refresh scli by issuing ":reload".
-
-In case it is not enough, the following instructions explain how to clean up
-existing scli and signal-cli files and start again:
-
-1. Remove ~/.local/share/scli and ~/.local/share/signal-cli.
-2. Register (or link) the machine again with signal-cli.
-3. Start scli and let it run for a couple of seconds (so that the signal-cli
- daemon can synchronize with the Signal servers).
-4. Issue a ":reload" command in the scli prompt.
-
-The contact list should now be visible.
-EOM
-}
-]