git: fd590267a3ba - main - textproc/apache-solr: make the rc script service jails ready

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Sun, 09 Jun 2024 06:37:24 UTC
The branch main has been updated by mfechner:

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

commit fd590267a3ba903a8286001682efd73cb6d41b5b
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 06:34:03 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 06:34:03 +0000

    textproc/apache-solr: make the rc script service jails ready
---
 textproc/apache-solr/Makefile      | 1 +
 textproc/apache-solr/files/solr.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile
index 57db3e046105..b7025fa45828 100644
--- a/textproc/apache-solr/Makefile
+++ b/textproc/apache-solr/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	apache-solr
 PORTVERSION=	9.6.0
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	https://archive.apache.org/dist/solr/solr/${PORTVERSION}/
 DISTNAME=	solr-${PORTVERSION}
diff --git a/textproc/apache-solr/files/solr.in b/textproc/apache-solr/files/solr.in
index 9a73d64362ce..306fe68c0654 100644
--- a/textproc/apache-solr/files/solr.in
+++ b/textproc/apache-solr/files/solr.in
@@ -37,6 +37,7 @@ load_rc_config $name
 
 : ${solr_enable:=NO}
 : ${solr_instance:=/var/db/solr}
+: ${solr_svcj_options:="net_basic"}
 
 solr_start ()
 {