mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Fix configuration path into rc script
- Bump PORTREVISION
This commit is contained in:
parent
75f4d30f3e
commit
4e52d52bb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533313
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= jicofo
|
||||
DISTVERSION= 1.0-555
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im java
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
|
@ -15,7 +15,7 @@
|
||||
name="jicofo"
|
||||
rcvar=${name}_enable
|
||||
|
||||
jicofo_env_file="/usr/local/etc/jicofo.conf"
|
||||
jicofo_env_file="%%LOCALBASE%%/etc/jitsi/jicofo/jicofo.conf"
|
||||
jicofo_jar="%%JAVAJARDIR%%/jicofo.jar"
|
||||
jicofo_logging_config="%%DATADIR%%/lib/logging.properties"
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
PORTNAME= jitsi
|
||||
DISTVERSION= 2.1-183
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im java
|
||||
PKGNAMESUFFIX= -videobridge
|
||||
#DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= WebRTC compatible video router or SFU
|
||||
|
@ -15,7 +15,7 @@
|
||||
name="jitsi_videobridge"
|
||||
rcvar=${name}_enable
|
||||
|
||||
jitsi_videobridge_env_file="%%LOCALBASE%%/etc/jitsi/jitsi-videobridge.conf"
|
||||
jitsi_videobridge_env_file="%%LOCALBASE%%/etc/jitsi/videobridge/jitsi-videobridge.conf"
|
||||
jitsi_videobridge_jar="%%JAVAJARDIR%%/jitsi-videobridge.jar"
|
||||
jitsi_videobridge_logging_config="%%DATADIR%%/lib/logging.properties"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user