git: 651d326ae6b9 - main - security/vault: Add missing UI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 22:23:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=651d326ae6b911ed61560bdddac10a209235424b commit 651d326ae6b911ed61560bdddac10a209235424b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 16:48:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 22:23:24 +0000 security/vault: Add missing UI PR: 272551 Reported by: topical@gmx.net --- security/vault/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vault/Makefile b/security/vault/Makefile index 765a6cc19ac7..e2d4c7e74c02 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,5 +1,6 @@ PORTNAME= vault PORTVERSION= 1.14.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ @@ -27,7 +28,7 @@ GO_MODULE= github.com/hashicorp/vault GO_BUILDFLAGS= -ldflags="-s \ -X github.com/hashicorp/vault/version.GitCommit=${GITID} \ -X github.com/hashicorp/vault/version.BuildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}} \ - " + " -tags "vault ui" SUB_FILES= pkg-message