Date: Thu, 8 Jul 2021 10:35:42 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 498c30285c9e - main - net-im/scli: Update to 0.6.4 Message-ID: <202107081035.168AZg2M008961@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=498c30285c9e329ccf4bfc84a7a7b544a89f042c commit 498c30285c9e329ccf4bfc84a7a7b544a89f042c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-07-08 09:18:54 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-07-08 10:35:38 +0000 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 --- net-im/scli/Makefile | 2 +- net-im/scli/distinfo | 6 +++--- net-im/scli/pkg-message | 20 -------------------- 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 -} -]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107081035.168AZg2M008961>