aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/blackbox_exporter/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2018-03-09 17:55:55 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2018-03-09 17:55:55 +0000
commit0111f86b3d62b423cf69808d0d9ba63a29a9ed09 (patch)
treed8d76a9c74ae2bab6be7d17ae254b9287f6173f0 /net-mgmt/blackbox_exporter/Makefile
parentf7ce434da99592853c293d57f2c621e2f5637c67 (diff)
downloadports-0111f86b3d62b423cf69808d0d9ba63a29a9ed09.tar.gz
ports-0111f86b3d62b423cf69808d0d9ba63a29a9ed09.zip
net-mgmt/blackbox_exporter: Update to version 0.12.0
[FEATURE] Allow specifying source address for DNS, TCP, and ICMP probes [BUGFIX] Fix probe_http_content_length metric name [BUGFIX] Add missing validation of HTTPClientConfig Other changes: . do not start as nobody; . add pkg-message; . do not listen on public address by default; . rclint. PR: 226399 [1] Submitted by: David O'Rourke <dor.bsd@xm0.uk> [1] Fabian Freyer <fabian@freyer_physik.tu-berlin.de> [2] Differential Revision: D14596 [2]
Notes
Notes: svn path=/head/; revision=463983
Diffstat (limited to 'net-mgmt/blackbox_exporter/Makefile')
-rw-r--r--net-mgmt/blackbox_exporter/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile
index 366a8a0b2ef1..f93dd32b0275 100644
--- a/net-mgmt/blackbox_exporter/Makefile
+++ b/net-mgmt/blackbox_exporter/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= blackbox_exporter
-PORTVERSION= 0.11.0
-PORTREVISION= 1
+PORTVERSION= 0.12.0
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@@ -15,8 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
-
GH_ACCOUNT= prometheus
+USE_RC_SUBR= blackbox_exporter
+SUB_FILES= pkg-message
+SUB_LIST= GH_TAGNAME=${GH_TAGNAME}
+
+USERS= prometheus
+GROUPS= prometheus
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}