aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 16:48:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 22:23:24 +0000
commit651d326ae6b911ed61560bdddac10a209235424b (patch)
tree72cf7d388163993bd21f943aa20666f48ff176ed
parent59d1f768ed1f1fb36c272106035cc321158eb0f9 (diff)
downloadports-651d326ae6b911ed61560bdddac10a209235424b.tar.gz
ports-651d326ae6b911ed61560bdddac10a209235424b.zip
security/vault: Add missing UI
PR: 272551 Reported by: topical@gmx.net
-rw-r--r--security/vault/Makefile3
1 files changed, 2 insertions, 1 deletions
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