git: 43ae7e5f65e5 - main - devel/sonarqube-community: make sonarqube service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 10:10:23 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ae7e5f65e5b23010ab9ed9f992a5358e0e8b69 commit 43ae7e5f65e5b23010ab9ed9f992a5358e0e8b69 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-03 10:09:12 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-03 10:10:20 +0000 devel/sonarqube-community: make sonarqube service jails ready --- devel/sonarqube-community/Makefile | 2 +- devel/sonarqube-community/files/sonarqube.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile index b766a1217d87..0d36233bb257 100644 --- a/devel/sonarqube-community/Makefile +++ b/devel/sonarqube-community/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonarqube DISTVERSION= 10.5.1.90531 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel security www java MASTER_SITES= https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \ https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \ diff --git a/devel/sonarqube-community/files/sonarqube.in b/devel/sonarqube-community/files/sonarqube.in index 88a57c82a74c..1039a65e2ae7 100644 --- a/devel/sonarqube-community/files/sonarqube.in +++ b/devel/sonarqube-community/files/sonarqube.in @@ -24,6 +24,7 @@ rcvar=%%APP_NAME%%_enable %%APP_NAME%%_parameters=${%%APP_NAME%%_parameters:-"-Xms32m -Xmx32m -Djava.net.preferIPv4Stack=true"} %%APP_NAME%%_logfile=${%%APP_NAME%%_logfile:-"%%LOG_DIR%%/daemon.log"} %%APP_NAME%%_pidpath=${%%APP_NAME%%_pidpath:-"%%PID_DIR%%"} +%%APP_NAME%%_svcj_options=${%%APP_NAME%%_svcj_options:-"net_basic"} sup_pidfile=${%%APP_NAME%%_pidpath}/%%APP_NAME%%_supervisor.pid main_pidfile=${%%APP_NAME%%_pidpath}/%%APP_NAME%%.pid