git: 28a58c5115f9 - main - net-mgmt/adguard-exporter: update to 1.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 09:47:40 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=28a58c5115f9763ac3ef27e3eb6a51cd30d7b508 commit 28a58c5115f9763ac3ef27e3eb6a51cd30d7b508 Author: Christer Edwards <christer.edwards@gmail.com> AuthorDate: 2022-01-14 09:39:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-14 09:45:35 +0000 net-mgmt/adguard-exporter: update to 1.14 PR: 261138 Reported by: christer.edwards@gmail.com (maintainer) --- net-mgmt/adguard-exporter/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mgmt/adguard-exporter/Makefile b/net-mgmt/adguard-exporter/Makefile index cf60184547c2..8b9702242380 100644 --- a/net-mgmt/adguard-exporter/Makefile +++ b/net-mgmt/adguard-exporter/Makefile @@ -1,17 +1,18 @@ # Created by: Christer Edwards <christer.edwards@gmail.com> PORTNAME= adguard-exporter -PORTVERSION= 1.14 DISTVERSIONPREFIX= v +DISTVERSION= 1.14 CATEGORIES= net-mgmt + MAINTAINER= christer.edwards@gmail.com COMMENT= Prometheus metrics exporter for AdGuard Home DNS LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes -USE_RC_SUBR= adguard_exporter GH_ACCOUNT= ebrianne GH_TUPLE= beorn7:perks:4c0e845:perks/vendor/github.com/beorn7/perks \ @@ -27,6 +28,7 @@ GH_TUPLE= beorn7:perks:4c0e845:perks/vendor/github.com/beorn7/perks \ prometheus:common:49fee29:common/vendor/github.com/prometheus/common \ prometheus:procfs:a1dba9c:procfs/vendor/github.com/prometheus/procfs +USE_RC_SUBR= adguard_exporter GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}