diff --git a/sysutils/reqlog/Makefile b/sysutils/reqlog/Makefile index 1635673a43e8..55cda396c1a3 100644 --- a/sysutils/reqlog/Makefile +++ b/sysutils/reqlog/Makefile @@ -1,19 +1,21 @@ PORTNAME= reqlog DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org COMMENT= Search, trace, and stream logs across files, Docker, and SSH WWW= https://github.com/SagarMaheshwary/reqlog LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/sagarmaheshwary/reqlog GO_TARGET= ./cmd/reqlog +GO_LDFLAGS= -X main.version=${DISTVERSION} PLIST_FILES= bin/reqlog .include