Date: Fri, 30 Aug 2024 08:58:16 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5851a3258eaa - main - net/keycloak: Remove bash as runtime dependency Message-ID: <202408300858.47U8wGOJ099203@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5851a3258eaa98661aaccb0736b00cd4044158eb commit 5851a3258eaa98661aaccb0736b00cd4044158eb Author: Tobias Bölz <freebsd-bugs@boelz.eu> AuthorDate: 2024-08-30 08:55:12 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-30 08:55:12 +0000 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) --- net/keycloak/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/keycloak/Makefile b/net/keycloak/Makefile index ecf49a42aea3..7669c02773ed 100644 --- a/net/keycloak/Makefile +++ b/net/keycloak/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408300858.47U8wGOJ099203>