git: 20532b22c668 - main - security/vaultwarden: Try to fix "failes to build with synth"

From: Michael Reifenberger <mr_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:55:40 UTC
The branch main has been updated by mr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20532b22c668f1187690f3cc30bd2817e2f4a315

commit 20532b22c668f1187690f3cc30bd2817e2f4a315
Author:     Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2023-04-27 15:51:24 +0000
Commit:     Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2023-04-27 15:54:49 +0000

    security/vaultwarden: Try to fix "failes to build with synth"
    
    RUN_DEPENDS should depend on a file not a directory.
    
    PR:             270974
    Reported by:    Matthias Pfaller
---
 security/vaultwarden/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile
index ead308e82788..87a05bcde814 100644
--- a/security/vaultwarden/Makefile
+++ b/security/vaultwarden/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vaultwarden
 DISTVERSION=	1.28.1
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	mr@FreeBSD.org
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=WEBVAULT
 
 WEBVAULT_DESC=	Vaultwarden web (bw_web_builds)
 
-WEBVAULT_RUN_DEPENDS=	${WWWDIR}/web-vault:www/vaultwarden-web_vault
+WEBVAULT_RUN_DEPENDS=	${WWWDIR}/web-vault/index.html:www/vaultwarden-web_vault
 
 # make cargo-crates > Makefile.crates