Index | Thread | Search

From:
Matthieu Herrb <matthieu@openbsd.org>
Subject:
update net/nheko 0.12.1
To:
ports@openbsd.org
Date:
Sat, 13 Sep 2025 16:37:03 +0200

Download raw body.

Thread
  • Matthieu Herrb:

    update net/nheko 0.12.1

Supports Matrix rooms version 12.
Needs mtxclient 0.10.1 that I just posted.

ok ?

Index: Makefile
===================================================================
RCS file: /local/cvs/ports/net/nheko/Makefile,v
diff -u -p -u -r1.16 Makefile
--- Makefile	25 Jul 2025 10:10:30 -0000	1.16
+++ Makefile	13 Sep 2025 14:35:03 -0000
@@ -2,8 +2,7 @@ COMMENT =	desktop client for Matrix
 
 GH_ACCOUNT =	Nheko-Reborn
 GH_PROJECT =	nheko
-GH_TAGNAME =	v0.12.0
-REVISION =	2
+GH_TAGNAME =	v0.12.1
 
 CATEGORIES=	net
 
@@ -34,7 +33,7 @@ BUILD_DEPENDS = databases/lmdbxx \
 
 LIB_DEPENDS =	databases/lmdb \
 		devel/coeurl>=0.3.0 \
-		devel/mtxclient>=0.10.0 \
+		devel/mtxclient>=0.10.1 \
 		devel/olm \
 		devel/spdlog \
 		multimedia/gstreamer1/core \
Index: distinfo
===================================================================
RCS file: /local/cvs/ports/net/nheko/distinfo,v
diff -u -p -u -r1.5 distinfo
--- distinfo	10 Jul 2024 07:02:26 -0000	1.5
+++ distinfo	13 Sep 2025 14:35:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (nheko-0.12.0.tar.gz) = o6dXi9k4aguaQYj6Epb93bffD4RsOXKLgKmY+dBvNtE=
-SIZE (nheko-0.12.0.tar.gz) = 2094339
+SHA256 (nheko-0.12.1.tar.gz) = gcxhPuJCCxKJycx67ugcrmmhU5cf0xEiJeSNHHsiTqU=
+SIZE (nheko-0.12.1.tar.gz) = 2143800
Index: pkg/PLIST
===================================================================
RCS file: /local/cvs/ports/net/nheko/pkg/PLIST,v
diff -u -p -u -r1.3 PLIST
--- pkg/PLIST	10 Jul 2024 07:02:26 -0000	1.3
+++ pkg/PLIST	13 Sep 2025 14:35:03 -0000
@@ -11,8 +11,6 @@ share/icons/hicolor/64x64/apps/nheko.png
 share/icons/hicolor/scalable/apps/nheko.svg
 share/metainfo/
 share/metainfo/nheko.appdata.xml
-share/zsh/
-share/zsh/site-functions/
 share/zsh/site-functions/_nheko
 @tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor

-- 
Matthieu Herrb