Bug 270588 - www/onlyoffice-documentserver wrong path to npm/json in documentserver-update-securelink.sh
Summary: www/onlyoffice-documentserver wrong path to npm/json in documentserver-update...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-01 22:12 UTC by freebsd.org
Modified: 2023-04-04 10:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd.org 2023-04-01 22:12:18 UTC
The file /usr/local/bin/documentserver-update-securelink.sh contains in line 36 a wrong path:

JSON="/var/www/onlyoffice/documentserver/npm/json -q -f ${LOCAL_CONF}"

The correct path would be:

/usr/local/www/onlyoffice/documentserver/npm/json
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-04-02 15:42:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5437dc63038957702f505338ec648f1a960c639

commit b5437dc63038957702f505338ec648f1a960c639
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-02 13:33:36 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-02 15:40:58 +0000

    www/onlyoffice-documentserver: Fix path in documentserver-update-securelink.sh

    PR:             270588
    Reported by:    freebsd.org@vollkorn.cryptobitch.de

 www/onlyoffice-documentserver/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2023-04-02 15:43:01 UTC
Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-04 10:27:08 UTC
A commit in branch 2023Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e983a8461174edab78948b470edeb933f8f3e56f

commit e983a8461174edab78948b470edeb933f8f3e56f
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-02 13:33:36 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-04 10:25:50 +0000

    www/onlyoffice-documentserver: Fix path in documentserver-update-securelink.sh

    PR:             270588
    Reported by:    freebsd.org@vollkorn.cryptobitch.de

    (cherry picked from commit b5437dc63038957702f505338ec648f1a960c639)

 www/onlyoffice-documentserver/Makefile | 1 +
 1 file changed, 1 insertion(+)