Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2024 14:09:14 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 2cf4ea2b82a6 - 2024Q3 - net/keycloak: Remove bash as runtime dependency
Message-ID:  <202409131409.48DE9EJ9048049@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf4ea2b82a638ae626df0271a38008b400306b2

commit 2cf4ea2b82a638ae626df0271a38008b400306b2
Author:     Tobias Bölz <freebsd-bugs@boelz.eu>
AuthorDate: 2024-08-30 08:55:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-13 14:08:31 +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)
    
    (cherry picked from commit 5851a3258eaa98661aaccb0736b00cd4044158eb)
---
 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?202409131409.48DE9EJ9048049>