influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski

This commit is contained in:
sthen 2020-06-30 14:59:24 +00:00
parent 29bde2763d
commit 6e106e935a

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2020/04/29 11:36:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2020/06/30 14:59:24 sthen Exp $
COMMENT = time-series datastore for metrics, events, and analytics
V = 1.6.6
DISTNAME = influxdb-${V}
REVISION = 0
REVISION = 1
HOMEPAGE = https://influxdata.com
# selfhosted because we bundle go deps
@ -40,6 +40,8 @@ SUBST_VARS = VARBASE
NO_TEST = Yes
MODGO_LDFLAGS += -X main.version=$V
do-build:
cd ${WRKSRC} && ${MODGO_BUILD_CMD} ./...
cd ${WRKSRC}/man && ${MAKE_PROGRAM}