aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-29 05:14:45 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-29 05:14:45 +0000
commit4e52d52bb35a2ae6ba242ea83e17075a5327ce6d (patch)
tree435dffca4befe27dc49afa09dfb0f8222b94b272 /net-im
parent75f4d30f3ed6a795167dcba69d231fafd7b2ddec (diff)
downloadports-4e52d52bb35a2ae6ba242ea83e17075a5327ce6d.tar.gz
ports-4e52d52bb35a2ae6ba242ea83e17075a5327ce6d.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jicofo/Makefile1
-rw-r--r--net-im/jicofo/files/jicofo.in2
-rw-r--r--net-im/jitsi-videobridge/Makefile2
-rw-r--r--net-im/jitsi-videobridge/files/jitsi-videobridge.in2
4 files changed, 4 insertions, 3 deletions
diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile
index 15ac4b5dec46..16e6079ed42f 100644
--- a/net-im/jicofo/Makefile
+++ b/net-im/jicofo/Makefile
@@ -2,6 +2,7 @@
PORTNAME= jicofo
DISTVERSION= 1.0-555
+PORTREVISION= 1
CATEGORIES= net-im java
MAINTAINER= acm@FreeBSD.org
diff --git a/net-im/jicofo/files/jicofo.in b/net-im/jicofo/files/jicofo.in
index e70634869fa5..ed143d96f04e 100644
--- a/net-im/jicofo/files/jicofo.in
+++ b/net-im/jicofo/files/jicofo.in
@@ -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"
diff --git a/net-im/jitsi-videobridge/Makefile b/net-im/jitsi-videobridge/Makefile
index 1e768d8a38b2..d7e3042434d9 100644
--- a/net-im/jitsi-videobridge/Makefile
+++ b/net-im/jitsi-videobridge/Makefile
@@ -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
diff --git a/net-im/jitsi-videobridge/files/jitsi-videobridge.in b/net-im/jitsi-videobridge/files/jitsi-videobridge.in
index 0fb9d6cb98a0..da5466f3504c 100644
--- a/net-im/jitsi-videobridge/files/jitsi-videobridge.in
+++ b/net-im/jitsi-videobridge/files/jitsi-videobridge.in
@@ -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"