git: c7bb53705ef1 - main - www/onlyoffice-documentserver: Fix user:group in documentserver-update-securelink.sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Apr 2023 15:41:22 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7bb53705ef18e08b7c870dda5fe8467ab354477 commit c7bb53705ef18e08b7c870dda5fe8467ab354477 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-04-02 13:55:22 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-04-02 15:40:58 +0000 www/onlyoffice-documentserver: Fix user:group in documentserver-update-securelink.sh --- www/onlyoffice-documentserver/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile index 8dc9c252b43f..58f966e28cd7 100644 --- a/www/onlyoffice-documentserver/Makefile +++ b/www/onlyoffice-documentserver/Makefile @@ -1,7 +1,7 @@ PORTNAME= onlyoffice-documentserver DISTVERSIONPREFIX= v DISTVERSION= 7.3.3.49 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES+= LOCAL/mikael/v8/:source1 \ LOCAL/mikael/onlyoffice/:source2 \ @@ -170,6 +170,8 @@ post-patch: ${WRKSRC}/web-apps/build/patches/optipng-bin+5.1.0.patch @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' -e 's|%%ETCDIR%%|${ETCDIR}|' \ ${WRKSRC}/document-server-package/Makefile + @${REINPLACE_CMD} 's#ds:ds#${DS_USERNAME}:${DS_GROUPNAME}#' \ + ${WRKSRC}/document-server-package/common/documentserver/bin/documentserver-update-securelink.sh.m4 @${RM} ${WRKSRC}/web-apps/build/patches/optipng-bin+5.1.0.patch.orig @${FIND} ${WRKSRC}/server -type f -name npm-shrinkwrap.json -delete