aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/blackbox_exporter
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2017-07-18 09:14:21 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2017-07-18 09:14:21 +0000
commita04c19f2f7fb8d79954386c25b03c2a3ca18fba3 (patch)
tree615050a75af59a7b852d2927d4bcae8567b89cf0 /net-mgmt/blackbox_exporter
parenta367a8c8715a8fbb6b98934796182f633df1aeb7 (diff)
downloadports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.tar.gz
ports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.zip
Prometheus exporters and pushgateway: Strip golang binaries.
TLDR; turns out to be a misconception, has gone with dinosaurs. Golang Project treat such cases as bugs, submit any evidence to them. More info: https://honnef.co/posts/2016/10/go-and-strip/ Fix my port and ports I've committed yesterday. Bump PORTREVISION. Reported by: swills Approved by: portmgr (just fix it)
Notes
Notes: svn path=/head/; revision=446130
Diffstat (limited to 'net-mgmt/blackbox_exporter')
-rw-r--r--net-mgmt/blackbox_exporter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile
index 804db0adc746..afb4f45a46a2 100644
--- a/net-mgmt/blackbox_exporter/Makefile
+++ b/net-mgmt/blackbox_exporter/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blackbox_exporter
PORTVERSION= 0.6.0
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@@ -21,8 +22,6 @@ GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}
USE_RC_SUBR= ${PORTNAME}
-STRIP= # stripping can break go binaries
-
PORTEXAMPLES= ${WRKSRC}/*.yml
do-install: