aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDavid O'Rourke <dor.bsd@xm0.uk>2021-07-11 00:40:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-07-11 00:47:31 +0000
commit99b217d54d46a600c19016b20ce791bef5f4d160 (patch)
tree5577fd12a7202101df04a51db6e97f3c558e3dfa /net-mgmt
parentfea74286d6491b79295891f64bfa909180bde3bb (diff)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/prometheus2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile
index 636b85772ef3..e597b9c43582 100644
--- a/net-mgmt/prometheus2/Makefile
+++ b/net-mgmt/prometheus2/Makefile
@@ -2,6 +2,7 @@ PORTNAME= prometheus
DISTVERSIONPREFIX= v
DISTVERSION= 2.28.1
CATEGORIES= net-mgmt
+PORTREVISION= 1
MAINTAINER= dor.bsd@xm0.uk
COMMENT= Systems monitoring and alerting toolkit
@@ -51,8 +52,8 @@ PROMETHEUS_USER?= prometheus
# Bring DISTINFO_FILE into scope so we can get the timestamp.
.include <bsd.port.pre.mk>
-SOURCE_DATE_EPOCH_CMD= $$(${GREP} TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \
- '+%Y%m%d-%T' -ur date
+SOURCE_DATE_EPOCH_CMD= date -ur $$(${GREP} TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \
+ '+%Y%m%d-%T'
# This file includes the GH_TUPLE and a post-extract section. Generated by
# make gomod-vendor. Ensure that the GH_TUPLE in this file is +=, otherwise