git: d74a976feb1f - main - net-im/gomuks: Update to 0.3.1

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Wed, 17 Jul 2024 09:25:07 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d74a976feb1f8dfc6a7ce6f6d5b23e20b2b8e10f

commit d74a976feb1f8dfc6a7ce6f6d5b23e20b2b8e10f
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-17 09:24:39 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-17 09:25:03 +0000

    net-im/gomuks: Update to 0.3.1
    
    - portfmt, portclippy, portlint
    - Improve pkg-descr
---
 net-im/gomuks/Makefile  |  3 +--
 net-im/gomuks/distinfo  | 10 +++++-----
 net-im/gomuks/pkg-descr | 14 +++++++++++++-
 3 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/net-im/gomuks/Makefile b/net-im/gomuks/Makefile
index b21b4fb3bd13..9a18e0a68937 100644
--- a/net-im/gomuks/Makefile
+++ b/net-im/gomuks/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gomuks
-PORTVERSION=	0.3.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	15
+DISTVERSION=	0.3.1
 CATEGORIES=	net-im
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/net-im/gomuks/distinfo b/net-im/gomuks/distinfo
index 47156a093580..f2227a194669 100644
--- a/net-im/gomuks/distinfo
+++ b/net-im/gomuks/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1668959577
-SHA256 (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.mod) = eb7fb17c9c73239b459ea644617aab27470db1cf3febfbf6a6d54e687d86573f
-SIZE (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.mod) = 1778
-SHA256 (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.zip) = dd26ad3126f701536e33899e299f1fecec403ec416e61a1086f02098b1ba0d7f
-SIZE (go/net-im_gomuks/gomuks-v0.3.0/v0.3.0.zip) = 350458
+TIMESTAMP = 1721206088
+SHA256 (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.mod) = c35cf5ab17243fd22a91bc09a224c0885faf09032ad30698f80a2b11bd0dc0ff
+SIZE (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.mod) = 1818
+SHA256 (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.zip) = 79285eec9a7f7c47d969a0fc6c7d67d1649715e36314fa0d3296c375910042b1
+SIZE (go/net-im_gomuks/gomuks-v0.3.1/v0.3.1.zip) = 353975
diff --git a/net-im/gomuks/pkg-descr b/net-im/gomuks/pkg-descr
index 0dd065102de3..851dd42ebe54 100644
--- a/net-im/gomuks/pkg-descr
+++ b/net-im/gomuks/pkg-descr
@@ -1 +1,13 @@
-A terminal based Matrix client written in Go.
+A terminal based Matrix client written in Go with the following
+features:
+
+- Session verification via security key or manual text comparison
+- Decryption of messages sent after initial login; older messages
+  require key import
+- Proxy support via `https_proxy` environment variable
+- Text copying using shift+drag, `/copy` command, or plaintext mode
+- Support for one account per instance; multiple instances possible with
+  different data directories
+- Customizable data storage paths through environment variables
+- Debug logging enabled with `DEBUG=1` and customizable log directory
+- System-specific default directories for config, cache, and data