aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-12-30 09:08:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-12-30 09:08:34 +0000
commit88a96924632817051b29088b281744da37bc5857 (patch)
tree9e21f20fe01edcc4423b185e48484a46f0ff48cf
parent1626e9a9a59cf12d9757f49f9991e6bd531c768e (diff)
downloadports-88a96924632817051b29088b281744da37bc5857.tar.gz
ports-88a96924632817051b29088b281744da37bc5857.zip
sysutils/nut_exporter: Reformat with portfmt
Reformat with portfmt in order to sort keys and replace spaces with tabs.
-rw-r--r--sysutils/nut_exporter/Makefile31
1 files 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>