net-im/{mtxclient/nheko}: Update to latest upstream

New mtxclient and related nheko releases are at
	https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.8.0
	https://github.com/Nheko-Reborn/nheko/releases/tag/v0.10.0

This chases some Matrix protocol updates as well. Drops Matrix
groups support. VOIP might be supported, I haven't tried it.

Nheko doesn't do a build-time check for the required mtxclient
version, so it will try and fail to compile against mtxclient 0.7.
Hence, committing these two together (I wish I could specify
versions better in LIB_DEPENDS).
This commit is contained in:
Adriaan de Groot 2022-07-26 11:29:27 +02:00
parent cf29fec83b
commit de5ab18aad
6 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= mtxclient
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 1
DISTVERSION= 0.8.0
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1647025359
SHA256 (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = dd8ad5725c391b7c5b18564074e50bfc667fb3047e681561e5e42aec99c25b12
SIZE (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = 601042
TIMESTAMP = 1658825287
SHA256 (Nheko-Reborn-mtxclient-v0.8.0_GH0.tar.gz) = 65de02107abf30f22aa419d0ad3e112638b655a6513a3ca6dd066adb7dd6ec05
SIZE (Nheko-Reborn-mtxclient-v0.8.0_GH0.tar.gz) = 606271

View File

@ -31,6 +31,7 @@ include/mtx/events/mscs/image_packs.hpp
include/mtx/events/name.hpp
include/mtx/events/nheko_extensions/hidden_events.hpp
include/mtx/events/pinned_events.hpp
include/mtx/events/policy_rules.hpp
include/mtx/events/power_levels.hpp
include/mtx/events/presence.hpp
include/mtx/events/reaction.hpp
@ -54,7 +55,6 @@ include/mtx/responses/create_room.hpp
include/mtx/responses/crypto.hpp
include/mtx/responses/device.hpp
include/mtx/responses/empty.hpp
include/mtx/responses/groups.hpp
include/mtx/responses/login.hpp
include/mtx/responses/media.hpp
include/mtx/responses/members.hpp

View File

@ -1,7 +1,6 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
DISTVERSION= 0.9.3
PORTREVISION= 2
DISTVERSION= 0.10.0
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1648472520
SHA256 (Nheko-Reborn-nheko-v0.9.3_GH0.tar.gz) = 9dc7e009366f96da9d9f1632cad96393a370073949e67bc811622f3567274ffb
SIZE (Nheko-Reborn-nheko-v0.9.3_GH0.tar.gz) = 1455446
TIMESTAMP = 1658825309
SHA256 (Nheko-Reborn-nheko-v0.10.0_GH0.tar.gz) = 52ef68808fcfc4cd48e19fc45156b0d045a1c0b697cac23aa7ca2cdd8bacd865
SIZE (Nheko-Reborn-nheko-v0.10.0_GH0.tar.gz) = 1587008
SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b
SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468

View File

@ -10,3 +10,4 @@ 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
share/zsh/site-functions/_nheko