aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-08-22 19:23:34 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-08-22 19:31:50 +0000
commit9eee4752446670de5574755f314635a81b1e55c3 (patch)
tree37b5af7b82e19d50db115d86299cc3ce2d47e867
parent8500eef4fb0f84184f9d336fa813c56f4bdea2a0 (diff)
downloadports-9eee4752446670de5574755f314635a81b1e55c3.tar.gz
ports-9eee4752446670de5574755f314635a81b1e55c3.zip
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
-rw-r--r--net-im/mtxclient/Makefile1
-rw-r--r--net-im/nheko/Makefile1
2 files changed, 2 insertions, 0 deletions
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