Date: Sun, 3 Dec 2023 23:41:49 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0443b2720d35 - main - net-im/nheko: Chase devel/nlohmann-json update Message-ID: <202312032341.3B3NfnV0020165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0443b2720d354a11d4564601715fbc024c448c92 commit 0443b2720d354a11d4564601715fbc024c448c92 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-12-03 23:28:51 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-12-03 23:40:25 +0000 net-im/nheko: Chase devel/nlohmann-json update After the update of devel/nlohmann-json in 551e034565, the build failed because linking was happening again an older mtxclient. Rebuilding net-im/mtxclient solved this, but nheko would crash at startup unless it was also rebuilt. Sponsored by: The FreeBSD Foundation --- net-im/nheko/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 4d58e2a41715..ab0e3ded4a1d 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,7 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v DISTVERSION= 0.11.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312032341.3B3NfnV0020165>