Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2022 20:02:18 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a59a0d1961d - main - net-im/nheko: update to 0.9.2, latest upstream
Message-ID:  <202203112002.22BK2ISF068218@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

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

commit 1a59a0d1961d48e73a545de844689f9b81c57e43
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-03-11 19:58:51 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-03-11 20:02:15 +0000

    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.
---
 net-im/mtxclient/Makefile  | 2 +-
 net-im/mtxclient/distinfo  | 6 +++---
 net-im/mtxclient/pkg-plist | 1 +
 net-im/nheko/Makefile      | 9 ++++++---
 net-im/nheko/distinfo      | 6 +++---
 net-im/nheko/pkg-plist     | 1 +
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203112002.22BK2ISF068218>