From owner-svn-ports-all@freebsd.org Wed Apr 29 05:14:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66CBA2CEDCC; Wed, 29 Apr 2020 05:14:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Bmsf287Kz3FYF; Wed, 29 Apr 2020 05:14:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44C872D4; Wed, 29 Apr 2020 05:14:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03T5EkAC002867; Wed, 29 Apr 2020 05:14:46 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03T5EjVX002861; Wed, 29 Apr 2020 05:14:45 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202004290514.03T5EjVX002861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 29 Apr 2020 05:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533313 - in head/net-im: jicofo jicofo/files jitsi-videobridge jitsi-videobridge/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/net-im: jicofo jicofo/files jitsi-videobridge jitsi-videobridge/files X-SVN-Commit-Revision: 533313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 05:14:46 -0000 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@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@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"