Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2021 10:45:22 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 28cecaab53d1 - main - net-mgmt/victoria-metrics: adjust BUILDINFO_TAG and set DATEINFO_TAG
Message-ID:  <202107021045.162AjMt3006806@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28cecaab53d1fd164f00f519d7939cdc9e3129c3

commit 28cecaab53d1fd164f00f519d7939cdc9e3129c3
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-07-02 10:44:08 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-07-02 10:44:25 +0000

    net-mgmt/victoria-metrics: adjust BUILDINFO_TAG and set DATEINFO_TAG
    
    Suggested by:   Lapo Luchini
---
 net-mgmt/victoria-metrics/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile
index 75a18dc77339..98e7126da2a6 100644
--- a/net-mgmt/victoria-metrics/Makefile
+++ b/net-mgmt/victoria-metrics/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 
 PORTNAME?=	victoria-metrics
-PORTVERSION=	1.62.0
+PORTVERSION=	1.62.0		# don't forget to update BUILDINFO_TAG
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 
@@ -16,7 +16,8 @@ RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 USES=		gmake go:modules,no_targets
 USE_RC_SUBR?=	${PORTNAME}
 MAKE_ENV=	PKG_TAG=${DISTVERSIONPREFIX}${DISTVERSION} \
-		BUILDINFO_TAG=2ef2e3d GOOS=${OPSYS:tl}
+		GOOS=${OPSYS:tl} BUILDINFO_TAG=008033a \
+		DATEINFO_TAG=${_GET_DATE:sh}
 ALL_TARGET=	${PORTNAME}-pure
 
 USE_GITHUB=	yes
@@ -51,3 +52,5 @@ do-install-DOCS-on:
 .endif
 
 .include <bsd.port.mk>
+
+_GET_DATE=	TZ= ${STAT} -f %Sm -t %Y%m%d-%H%M%S ${WRKSRC}/.gitignore



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107021045.162AjMt3006806>