svn commit: r533313 - in head/net-im: jicofo jicofo/files jitsi-videobridge jitsi-videobridge/files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Apr 29 05:14:46 UTC 2020


Author: acm
Date: Wed Apr 29 05:14:45 2020
New Revision: 533313
URL: https://svnweb.freebsd.org/changeset/ports/533313

Log:
  - Fix configuration path into rc script
  - Bump PORTREVISION

Modified:
  head/net-im/jicofo/Makefile
  head/net-im/jicofo/files/jicofo.in
  head/net-im/jitsi-videobridge/Makefile
  head/net-im/jitsi-videobridge/files/jitsi-videobridge.in

Modified: head/net-im/jicofo/Makefile
==============================================================================
--- head/net-im/jicofo/Makefile	Wed Apr 29 04:11:23 2020	(r533312)
+++ head/net-im/jicofo/Makefile	Wed Apr 29 05:14:45 2020	(r533313)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jicofo
 DISTVERSION=	1.0-555
+PORTREVISION=	1
 CATEGORIES=	net-im java
 
 MAINTAINER=	acm at FreeBSD.org

Modified: head/net-im/jicofo/files/jicofo.in
==============================================================================
--- head/net-im/jicofo/files/jicofo.in	Wed Apr 29 04:11:23 2020	(r533312)
+++ head/net-im/jicofo/files/jicofo.in	Wed Apr 29 05:14:45 2020	(r533313)
@@ -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"
 

Modified: head/net-im/jitsi-videobridge/Makefile
==============================================================================
--- head/net-im/jitsi-videobridge/Makefile	Wed Apr 29 04:11:23 2020	(r533312)
+++ head/net-im/jitsi-videobridge/Makefile	Wed Apr 29 05:14:45 2020	(r533313)
@@ -2,9 +2,9 @@
 
 PORTNAME=	jitsi
 DISTVERSION=	2.1-183
+PORTREVISION=	1
 CATEGORIES=	net-im java
 PKGNAMESUFFIX=	-videobridge
-#DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	WebRTC compatible video router or SFU

Modified: head/net-im/jitsi-videobridge/files/jitsi-videobridge.in
==============================================================================
--- head/net-im/jitsi-videobridge/files/jitsi-videobridge.in	Wed Apr 29 04:11:23 2020	(r533312)
+++ head/net-im/jitsi-videobridge/files/jitsi-videobridge.in	Wed Apr 29 05:14:45 2020	(r533313)
@@ -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"
 


More information about the svn-ports-all mailing list