aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-07-17 09:24:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-07-17 09:25:03 +0000
commitd74a976feb1f8dfc6a7ce6f6d5b23e20b2b8e10f (patch)
treeb9b390665a16080f718c12405471b948e8d744e8
parent263d5293fc66e3f9f48a8cc3217235fb933d1f08 (diff)
net-im/gomuks: Update to 0.3.1
- portfmt, portclippy, portlint - Improve pkg-descr
-rw-r--r--net-im/gomuks/Makefile3
-rw-r--r--net-im/gomuks/distinfo10
-rw-r--r--net-im/gomuks/pkg-descr14
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