Created attachment 230282 [details] patch This is a new port. Prometheus exporter for AdGuard Home DNS server. Upstream: https://github.com/ebrianne/adguard-exporter
Created attachment 230283 [details] poudriere testport (13.0 amd64)
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=db92ba1e2b9cb7ec65a00ed6906c491f519310b9 commit db92ba1e2b9cb7ec65a00ed6906c491f519310b9 Author: Christer Edwards <christer.edwards@gmail.com> AuthorDate: 2021-12-27 03:23:47 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-12-27 03:23:47 +0000 net-mgmt/adguard-exporter: New port PR: 260586 net-mgmt/Makefile | 1 + net-mgmt/adguard-exporter/Makefile (new) | 38 ++++++++++++++ net-mgmt/adguard-exporter/distinfo (new) | 27 ++++++++++ .../files/adguard_exporter.in (new) | 60 ++++++++++++++++++++++ net-mgmt/adguard-exporter/pkg-descr (new) | 4 ++ 5 files changed, 130 insertions(+)
DISTVERSIONPREFIX goes before defining DISTVERSION (use it instead of PORTVERSION), the first GO example in Porters Handbook needs updating Why isn't LICENSE_FILE defined?
@Daniel your feedback is addressed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261138