aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/prometheus2/Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-01 21:47:20 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-01 21:47:20 +0000
commita5c59bc4cb682c0ba59d51a8e6a6fe8d1371331f (patch)
tree653c9c7bb2abaf93b8c7002379574f062a375c49 /net-mgmt/prometheus2/Makefile
parent9306cc0bc0f0bd4ddedfbfe4bf734c639ac125bd (diff)
downloadports-a5c59bc4cb682c0ba59d51a8e6a6fe8d1371331f.tar.gz
ports-a5c59bc4cb682c0ba59d51a8e6a6fe8d1371331f.zip
net-mgmt/prometheus2: Update to 2.25.0
Changes: https://github.com/prometheus/prometheus/releases/tag/v2.25.0 PR: 253899 Submitted by: David O'Rourke <dor.bsd AT xm0 DOT uk> (maintainer)
Notes
Notes: svn path=/head/; revision=566915
Diffstat (limited to 'net-mgmt/prometheus2/Makefile')
-rw-r--r--net-mgmt/prometheus2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile
index d4b368550bf6..e754aa989272 100644
--- a/net-mgmt/prometheus2/Makefile
+++ b/net-mgmt/prometheus2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= prometheus
DISTVERSIONPREFIX= v
-DISTVERSION= 2.24.1
+DISTVERSION= 2.25.0
CATEGORIES= net-mgmt
MAINTAINER= dor.bsd@xm0.uk
@@ -58,6 +58,11 @@ PROMETHEUS_DB_DIR?= /var/db/${PORTNAME}
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
+# it will clobber our assets tuple above.
+.include "Makefile.modules"
+
post-patch:
@${LN} -s ${WRKSRC_assets}/web/ui/assets_vfsdata.go \
${WRKSRC}/web/ui/assets_vfadata.go