1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

net-mgmt/prometheus2: fix typo reformating Makefile

* fix typo introduced by portfmt when reformating Makefile that
   messed a variable content order.
 * bump PORTREVISION
This commit is contained in:
David O'Rourke 2021-07-11 01:40:35 +01:00 committed by Nuno Teixeira
parent fea74286d6
commit 99b217d54d

View File

@ -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