git: f302778012a8 - main - net-mgmt/mqtt2prometheus: Drop maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 10:15:42 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f302778012a83d74e60b37e7b060ea80d568b7e2
commit f302778012a83d74e60b37e7b060ea80d568b7e2
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2026-09-07 10:14:56 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2026-09-07 10:14:56 +0000
net-mgmt/mqtt2prometheus: Drop maintainership
I've switch to telegraf to push metrics from mqtt to my victoria-metrics
so I don't use this ports anymore.
---
net-mgmt/mqtt2prometheus/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mgmt/mqtt2prometheus/Makefile b/net-mgmt/mqtt2prometheus/Makefile
index 2f7f0e56e153..f138ab5f2213 100644
--- a/net-mgmt/mqtt2prometheus/Makefile
+++ b/net-mgmt/mqtt2prometheus/Makefile
@@ -1,10 +1,10 @@
PORTNAME= mqtt2prometheus
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= net-mgmt
-MAINTAINER= manu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Export MQTT metrics to prometheus
WWW= https://github.com/hikhvar/mqtt2prometheus/