git: 0443b2720d35 - main - net-im/nheko: Chase devel/nlohmann-json update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 23:41:49 UTC
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