aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/unbound_exporter
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-04-20 23:19:50 +0800
committerKubilay Kocak <koobs@FreeBSD.org>2019-04-20 23:19:50 +0800
commitd60926cd44af715395724f375d203b41f9a4bc17 (patch)
tree8182918cdf7b4830c0904478c5ab0ab25c0bb3e6 /net-mgmt/unbound_exporter
parentede56be858436f66bae4af02f7394e904ae390af (diff)
downloadfreebsd-ports-gnome-d60926cd44af715395724f375d203b41f9a4bc17.tar.gz
freebsd-ports-gnome-d60926cd44af715395724f375d203b41f9a4bc17.tar.zst
freebsd-ports-gnome-d60926cd44af715395724f375d203b41f9a4bc17.zip
net-mgmt/unbound_exporter: Update to upstream b7e842d8
While I'm here: - Pet portlint: DISTVERSIONPREFIX order, Group USES/GH-*, echo PR: 233319 Submitted by: Athanasios Douitsis <aduitsis cpan org> (maintainer)
Diffstat (limited to 'net-mgmt/unbound_exporter')
-rw-r--r--net-mgmt/unbound_exporter/Makefile23
-rw-r--r--net-mgmt/unbound_exporter/distinfo16
2 files changed, 27 insertions, 12 deletions
diff --git a/net-mgmt/unbound_exporter/Makefile b/net-mgmt/unbound_exporter/Makefile
index 10f0e8bf6dca..339f0b2157e1 100644
--- a/net-mgmt/unbound_exporter/Makefile
+++ b/net-mgmt/unbound_exporter/Makefile
@@ -3,8 +3,8 @@
PORTNAME= unbound_exporter
PORTVERSION= 0.1
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= aduitsis@cpan.org
@@ -13,31 +13,37 @@ COMMENT= Prometheus metrics exporter for the Unbound DNS resolver
LICENSE= APACHE20
USES= go
-GH_ACCOUNT= kumina
USE_GITHUB= yes
-GH_TUPLE= prometheus:client_golang:08fd2e1:client_golang \
+USE_RC_SUBR= unbound_exporter
+
+GH_ACCOUNT= kumina
+GH_TAGNAME= b7e842d893d29200a5108eab717f5ab01d783c0c
+GH_TUPLE= prometheus:client_golang:3fb53d:client_golang \
prometheus:client_model:6f38060:client_model \
prometheus:common:49fee29:common \
prometheus:procfs:a1dba9c:procfs \
beorn7:perks:4c0e845:perks \
golang:protobuf:2bba060:protobuf \
- matttproud:golang_protobuf_extensions:c12348c:extensions
+ matttproud:golang_protobuf_extensions:c12348c:extensions \
+ sirupsen:logrus:91da99d:logrus \
+ golang:crypto:3d3f9f41:crypto \
+ golang:sys:93218def:sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
-USE_RC_SUBR= unbound_exporter
-
USERS= unbound
GROUPS= unbound
PLIST_FILES= bin/unbound_exporter
pre-build:
- echo ${WRKSRC_client_golang}
+ ${ECHO_CMD} ${WRKSRC_client_golang}
${MKDIR} ${GO_WRKDIR_SRC}/github.com/prometheus
${MKDIR} ${GO_WRKDIR_SRC}/github.com/beorn7
${MKDIR} ${GO_WRKDIR_SRC}/github.com/golang
+ ${MKDIR} ${GO_WRKDIR_SRC}/golang.org/x
${MKDIR} ${GO_WRKDIR_SRC}/github.com/matttproud
+ ${MKDIR} ${GO_WRKDIR_SRC}/github.com/Sirupsen
${MV} ${WRKSRC_client_golang} ${GO_WRKDIR_SRC}/github.com/prometheus/client_golang
${MV} ${WRKSRC_client_model} ${GO_WRKDIR_SRC}/github.com/prometheus/client_model
${MV} ${WRKSRC_common} ${GO_WRKDIR_SRC}/github.com/prometheus/common
@@ -45,6 +51,9 @@ pre-build:
${MV} ${WRKSRC_perks} ${GO_WRKDIR_SRC}/github.com/beorn7/perks
${MV} ${WRKSRC_protobuf} ${GO_WRKDIR_SRC}/github.com/golang/protobuf
${MV} ${WRKSRC_extensions} ${GO_WRKDIR_SRC}/github.com/matttproud/golang_protobuf_extensions
+ ${MV} ${WRKSRC_logrus} ${GO_WRKDIR_SRC}/github.com/Sirupsen/logrus
+ ${MV} ${WRKSRC_crypto} ${GO_WRKDIR_SRC}/golang.org/x/crypto
+ ${MV} ${WRKSRC_sys} ${GO_WRKDIR_SRC}/golang.org/x/sys
do-install:
${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/unbound_exporter ${STAGEDIR}${PREFIX}/bin
diff --git a/net-mgmt/unbound_exporter/distinfo b/net-mgmt/unbound_exporter/distinfo
index 78f7d3673ad6..95e916773b8e 100644
--- a/net-mgmt/unbound_exporter/distinfo
+++ b/net-mgmt/unbound_exporter/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1491608926
-SHA256 (kumina-unbound_exporter-v0.1_GH0.tar.gz) = 13e3517cf06dbdea0239ff55193b6ff82f9f279b68ecbd53b889b505c7834386
-SIZE (kumina-unbound_exporter-v0.1_GH0.tar.gz) = 7415
-SHA256 (prometheus-client_golang-08fd2e1_GH0.tar.gz) = e82b53d03a2439b3c645dc9f4fb250a626c5307e41a8ac67b68ee4ade7278c6e
-SIZE (prometheus-client_golang-08fd2e1_GH0.tar.gz) = 83314
+TIMESTAMP = 1555770542
+SHA256 (kumina-unbound_exporter-v0.1-b7e842d893d29200a5108eab717f5ab01d783c0c_GH0.tar.gz) = 315e38fe24b822b9e24ab17d336ff1b5108e8931a646cc962c9b96d70824b9a9
+SIZE (kumina-unbound_exporter-v0.1-b7e842d893d29200a5108eab717f5ab01d783c0c_GH0.tar.gz) = 8215
+SHA256 (prometheus-client_golang-3fb53d_GH0.tar.gz) = 778ce90fdb4610cfc7c6382db9455ba15ca63c48c3f0e21cff9f1d0efeef98d3
+SIZE (prometheus-client_golang-3fb53d_GH0.tar.gz) = 129739
SHA256 (prometheus-client_model-6f38060_GH0.tar.gz) = 6b4cc049a4588d8e93b7acf6cffa6a53034d5410128ae3752263f2bacf9e606c
SIZE (prometheus-client_model-6f38060_GH0.tar.gz) = 54645
SHA256 (prometheus-common-49fee29_GH0.tar.gz) = c38dd9ce34f65921f8e7604e6be471f4a49626b63e7312db21f98d65085a7be6
@@ -15,3 +15,9 @@ SHA256 (golang-protobuf-2bba060_GH0.tar.gz) = ae917f15fd7de724cdce087b451326e6f3
SIZE (golang-protobuf-2bba060_GH0.tar.gz) = 245284
SHA256 (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = da165c9275b77a0994b815bc7d761dcb2e4799a90fe49eec08d8bdff3a683f48
SIZE (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = 37200
+SHA256 (sirupsen-logrus-91da99d_GH0.tar.gz) = fe1633e0563ba4f1c24ad0a056ba71a0e19731052085470638ca0f6b084f6f1a
+SIZE (sirupsen-logrus-91da99d_GH0.tar.gz) = 37938
+SHA256 (golang-crypto-3d3f9f41_GH0.tar.gz) = 4f7727c350599f8254ebbf9bc98ff5a195628e68cb76df4eb7043d2fd9f431c6
+SIZE (golang-crypto-3d3f9f41_GH0.tar.gz) = 1644603
+SHA256 (golang-sys-93218def_GH0.tar.gz) = 1f7b65290c1953611b298ffd0e926a500af0440a5a8c528e2db5cf55c130da3b
+SIZE (golang-sys-93218def_GH0.tar.gz) = 1111385