Date: Sun, 13 Dec 2020 10:01:04 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557891 - head/net-im/scli Message-ID: <202012131001.0BDA142S059132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Sun Dec 13 10:01:04 2020 New Revision: 557891 URL: https://svnweb.freebsd.org/changeset/ports/557891 Log: Fix a typo in pkg-message Modified: head/net-im/scli/Makefile head/net-im/scli/pkg-message Modified: head/net-im/scli/Makefile ============================================================================== --- head/net-im/scli/Makefile Sun Dec 13 09:54:00 2020 (r557890) +++ head/net-im/scli/Makefile Sun Dec 13 10:01:04 2020 (r557891) @@ -3,6 +3,7 @@ PORTNAME= scli DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= net-im python MAINTAINER= 0mp@FreeBSD.org Modified: head/net-im/scli/pkg-message ============================================================================== --- head/net-im/scli/pkg-message Sun Dec 13 09:54:00 2020 (r557890) +++ head/net-im/scli/pkg-message Sun Dec 13 10:01:04 2020 (r557891) @@ -5,7 +5,7 @@ Sometimes, scli does not show the contact list immedia 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 does not enough, the following instructions explain how to clean up +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131001.0BDA142S059132>