git: 6ded02e213d9 - main - databases/influxdb: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 20:01:45 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ded02e213d93b523998786f3dc90899658706c2 commit 6ded02e213d93b523998786f3dc90899658706c2 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 19:27:28 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 20:01:13 +0000 databases/influxdb: Add CPE information Approved by: portmgr (blanket) --- databases/influxdb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index d51a7d7aecce..5a97ad7d77e3 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -9,7 +9,9 @@ COMMENT= Open-source distributed time series database LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= cpe go:modules + +CPE_VENDOR= influxdata USE_RC_SUBR= influxd