git: 88a969246328 - main - sysutils/nut_exporter: Reformat with portfmt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:08:48 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88a96924632817051b29088b281744da37bc5857
commit 88a96924632817051b29088b281744da37bc5857
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-12-30 09:08:23 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-12-30 09:08:34 +0000
sysutils/nut_exporter: Reformat with portfmt
Reformat with portfmt in order to sort keys and replace spaces with
tabs.
---
sysutils/nut_exporter/Makefile | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/sysutils/nut_exporter/Makefile b/sysutils/nut_exporter/Makefile
index 8d38fa288e0a..5cac28d7948c 100644
--- a/sysutils/nut_exporter/Makefile
+++ b/sysutils/nut_exporter/Makefile
@@ -1,20 +1,19 @@
-PORTNAME= nut_exporter
-DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.0
-CATEGORIES= sysutils
+PORTNAME= nut_exporter
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.5.0
+CATEGORIES= sysutils
-MAINTAINER= bsd@j-star.org
-COMMENT= Prometheus exporter for the Network UPS Tools server
-WWW= https://github.com/DRuggeri/nut_exporter
+MAINTAINER= bsd@j-star.org
+COMMENT= Prometheus exporter for the Network UPS Tools server
+WWW= https://github.com/DRuggeri/nut_exporter
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:modules
-USE_GITHUB= yes
-GH_ACCOUNT= DRuggeri
-GH_TUPLE= \
- alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \
+USES= go:modules
+USE_GITHUB= yes
+GH_ACCOUNT= DRuggeri
+GH_TUPLE= alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \
alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \
alecthomas:units:f65c72e2690d:alecthomas_units/vendor/github.com/alecthomas/units \
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
@@ -32,7 +31,7 @@ GH_TUPLE= \
protocolbuffers:protobuf-go:v1.26.0-rc.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
robbiet480:go.nut:bd8f121e1fa1:robbiet480_go_nut/vendor/github.com/robbiet480/go.nut
-USE_RC_SUBR= nut_exporter
-PLIST_FILES= bin/nut_exporter
+USE_RC_SUBR= nut_exporter
+PLIST_FILES= bin/nut_exporter
.include <bsd.port.mk>