- Install configuration files like sample files
- Few modifications into pkg-message - Bump PORTREVISION
This commit is contained in:
parent
ad46e9faf2
commit
41b037503a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534108
3 changed files with 16 additions and 5 deletions
|
@ -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-
|
||||
|
@ -20,6 +21,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}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue