aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-03-11 19:58:51 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-03-11 20:02:15 +0000
commit1a59a0d1961d48e73a545de844689f9b81c57e43 (patch)
tree93d27435e30af3ad4826766fc81518bae990f387
parentddc19db24421ee6c2c307a048149ac625992188b (diff)
downloadports-1a59a0d1961d48e73a545de844689f9b81c57e43.tar.gz
ports-1a59a0d1961d48e73a545de844689f9b81c57e43.zip
net-im/nheko: update to 0.9.2, latest upstream
Upstream has released a new mtxclient, and nheko chases that. New dependency during build is asciidoc for the manpage. Release notes are at: https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.7.0 https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2 It's a handful of bugfixes in mtxclient, and some UI changes in nheko.
-rw-r--r--net-im/mtxclient/Makefile2
-rw-r--r--net-im/mtxclient/distinfo6
-rw-r--r--net-im/mtxclient/pkg-plist1
-rw-r--r--net-im/nheko/Makefile9
-rw-r--r--net-im/nheko/distinfo6
-rw-r--r--net-im/nheko/pkg-plist1
6 files changed, 15 insertions, 10 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile
index 994723adfac9..232c6d541525 100644
--- a/net-im/mtxclient/Makefile
+++ b/net-im/mtxclient/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mtxclient
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.2
+DISTVERSION= 0.7.0
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
diff --git a/net-im/mtxclient/distinfo b/net-im/mtxclient/distinfo
index 3e656289092d..93524317c7a8 100644
--- a/net-im/mtxclient/distinfo
+++ b/net-im/mtxclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645744752
-SHA256 (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 97e41340c3f03db8a7625dcd54f6c6a3c8726c7b7226630727fea7d2bb2213bf
-SIZE (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 596675
+TIMESTAMP = 1647025359
+SHA256 (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = dd8ad5725c391b7c5b18564074e50bfc667fb3047e681561e5e42aec99c25b12
+SIZE (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = 601042
diff --git a/net-im/mtxclient/pkg-plist b/net-im/mtxclient/pkg-plist
index 546ff96c3d74..bd90e9774c33 100644
--- a/net-im/mtxclient/pkg-plist
+++ b/net-im/mtxclient/pkg-plist
@@ -41,6 +41,7 @@ include/mtx/events/tombstone.hpp
include/mtx/events/topic.hpp
include/mtx/events/unknown.hpp
include/mtx/events/voip.hpp
+include/mtx/events/widget.hpp
include/mtx/events_impl.hpp
include/mtx/identifiers.hpp
include/mtx/lightweight_error.hpp
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 32ca7912c3f5..e666f4c721e0 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
-DISTVERSION= 0.9.1-1
+DISTVERSION= 0.9.2
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -9,7 +9,8 @@ COMMENT= Matrix IM client based on Qt technologies
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json
+BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \
+ asciidoc>=10:textproc/asciidoc
# All those boost-libs are pulled in through mtxclient, which
# links to them but stage-qa still complains.
LIB_DEPENDS= \
@@ -31,7 +32,9 @@ USE_QT= concurrent core dbus declarative gui multimedia network \
# There is one external dependency: lmdb++
# - lmdb++ is a single header file, it just needs to be included
-CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb -DVOIP=OFF
+CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \
+ -DVOIP=OFF \
+ -DCMAKE_INSTALL_MANDIR=share/man
CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
LDFLAGS+= -L${LOCALBASE}/lib -lfmt
diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo
index ed9db12cdee4..4541a30e7ad3 100644
--- a/net-im/nheko/distinfo
+++ b/net-im/nheko/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1645745179
-SHA256 (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 4e3b5994afd66a89441a616b9a8ea380aa544645e3dd4d36925495a317fdb0c4
-SIZE (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 1374773
+TIMESTAMP = 1647025359
+SHA256 (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 207243e1c0d0e879066233488b766e30d1902a24fd8f848850567d88408ce8ce
+SIZE (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 1418814
SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b
SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468
diff --git a/net-im/nheko/pkg-plist b/net-im/nheko/pkg-plist
index 319586ef4077..1bd30d1c4fde 100644
--- a/net-im/nheko/pkg-plist
+++ b/net-im/nheko/pkg-plist
@@ -8,4 +8,5 @@ share/icons/hicolor/48x48/apps/nheko.png
share/icons/hicolor/512x512/apps/nheko.png
share/icons/hicolor/64x64/apps/nheko.png
share/icons/hicolor/scalable/apps/nheko.svg
+share/man/man1/nheko.1.gz
share/metainfo/nheko.appdata.xml