git: 9eee47524466 - main - net-im/{mtxclient,nheko}: bump PORTREVISION

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Mon, 22 Aug 2022 19:31:54 UTC
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9eee4752446670de5574755f314635a81b1e55c3

commit 9eee4752446670de5574755f314635a81b1e55c3
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-08-22 19:23:34 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-08-22 19:31:50 +0000

    net-im/{mtxclient,nheko}: bump PORTREVISION
    
    Recent change to nlohmann-json, e39220e9d03a4b, didn't bump
    consumers so the build was failing on the package cluster
    as a newly-compiled nheko (which picks up newer nlohmann-json
    API) was being linked against an older mtxclient (which didn't
    have them).
    
    Header-only libraries don't solve everything, when their
    consumers aren't header-only.
    
    Reported by:    pkg-fallout
---
 net-im/mtxclient/Makefile | 1 +
 net-im/nheko/Makefile     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile
index 507ab5e7eb69..6025dc5947cb 100644
--- a/net-im/mtxclient/Makefile
+++ b/net-im/mtxclient/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		mtxclient
 DISTVERSIONPREFIX=	v
 DISTVERSION=		0.8.0
+PORTREVISION=		1
 CATEGORIES=		net-im
 
 MAINTAINER=	adridg@FreeBSD.org
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 6d0ec4823eff..4b76d9a1e9ce 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nheko
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg@FreeBSD.org