1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

net/keycloak: Remove bash as runtime dependency

Keycloak no longer requires bash see:
https://github.com/keycloak/keycloak/pull/21124

PR:		281108
Approved by:	Matthias Wolf <freebsd@rheinwolf.de> (maintainer)
This commit is contained in:
Tobias Bölz 2024-08-30 11:55:12 +03:00 committed by Vladimir Druzenko
parent f7146dc08f
commit 5851a3258e

View File

@ -1,5 +1,6 @@
PORTNAME= keycloak
DISTVERSION= 25.0.4
PORTREVISION= 1
CATEGORIES= net java
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
@ -10,8 +11,6 @@ WWW= https://www.keycloak.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= bash>0:shells/bash
USES= cpe shebangfix
CPE_VENDOR= redhat