diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-04-02 13:55:22 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-04-02 15:40:58 +0000 |
commit | c7bb53705ef18e08b7c870dda5fe8467ab354477 (patch) | |
tree | 2b8e8fa2b86ce0784770cc81558d826ef0ee8108 | |
parent | b5437dc63038957702f505338ec648f1a960c639 (diff) |
www/onlyoffice-documentserver: Fix user:group in documentserver-update-securelink.sh
-rw-r--r-- | www/onlyoffice-documentserver/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |