From owner-svn-ports-all@freebsd.org Tue May 5 22:55:44 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 7EC162D856B; Tue, 5 May 2020 22:55:44 +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 49Gw742sw7z4f5M; Tue, 5 May 2020 22:55:44 +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 43DDD1D8AC; Tue, 5 May 2020 22:55:44 +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 045MtiuD062686; Tue, 5 May 2020 22:55:44 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 045Mthl9062683; Tue, 5 May 2020 22:55:43 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202005052255.045Mthl9062683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 5 May 2020 22:55:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534108 - in head/www/jitsi-meet: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www/jitsi-meet: . files X-SVN-Commit-Revision: 534108 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.30 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: Tue, 05 May 2020 22:55:44 -0000 Author: acm Date: Tue May 5 22:55:43 2020 New Revision: 534108 URL: https://svnweb.freebsd.org/changeset/ports/534108 Log: - Install configuration files like sample files - Few modifications into pkg-message - Bump PORTREVISION Modified: head/www/jitsi-meet/Makefile head/www/jitsi-meet/files/pkg-message.in head/www/jitsi-meet/pkg-plist Modified: head/www/jitsi-meet/Makefile ============================================================================== --- head/www/jitsi-meet/Makefile Tue May 5 22:55:22 2020 (r534107) +++ head/www/jitsi-meet/Makefile Tue May 5 22:55:43 2020 (r534108) @@ -2,6 +2,7 @@ PORTNAME= jitsi PORTVERSION= 1.0.4048 +PORTREVISION= 1 CATEGORIES= www net-im MASTER_SITES= https://download.jitsi.org/jitsi-meet/src/ DISTVERSIONPREFIX= meet- @@ -19,6 +20,10 @@ SUB_FILES+= pkg-message WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} + +post-extract: + @${MV} ${WRKSRC}/config.js ${WRKSRC}/config.js.sample + @${MV} ${WRKSRC}/interface_config.js ${WRKSRC}/interface_config.js.sample do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/www/jitsi-meet/files/pkg-message.in ============================================================================== --- head/www/jitsi-meet/files/pkg-message.in Tue May 5 22:55:22 2020 (r534107) +++ head/www/jitsi-meet/files/pkg-message.in Tue May 5 22:55:43 2020 (r534108) @@ -14,11 +14,17 @@ Jitsi Meet was installed https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md -3) Configuration file is located at %%WWWDIR%%/config.js +3) Configuration and interface options files are installed like -4) Activate some interface options at %%WWWDIR%%/interface_config.js + %%WWWDIR%%/config.js.sample + %%WWWDIR%%/interface_config.js.sample -5) Enjoy it + Must be renamed to + + %%WWWDIR%%/config.js + %%WWWDIR%%/interface_config.js + +4) Enjoy it EOM } ] Modified: head/www/jitsi-meet/pkg-plist ============================================================================== --- head/www/jitsi-meet/pkg-plist Tue May 5 22:55:22 2020 (r534107) +++ head/www/jitsi-meet/pkg-plist Tue May 5 22:55:43 2020 (r534108) @@ -5,7 +5,7 @@ %%WWWDIR%%/base.html %%WWWDIR%%/body.html %%WWWDIR%%/conference.js -%%WWWDIR%%/config.js +@sample %%WWWDIR%%/config.js.sample %%WWWDIR%%/connection.js %%WWWDIR%%/connection_optimization/.eslintrc.js %%WWWDIR%%/connection_optimization/connection_optimization.html @@ -36,7 +36,7 @@ %%WWWDIR%%/index.android.js %%WWWDIR%%/index.html %%WWWDIR%%/index.ios.js -%%WWWDIR%%/interface_config.js +@sample %%WWWDIR%%/interface_config.js.sample %%WWWDIR%%/lang/languages-af.json %%WWWDIR%%/lang/languages-ar.json %%WWWDIR%%/lang/languages-az.json