Created attachment 250366 [details] patch v1 Hi! I've tested the attached update to 3.13.0. It works fine here, and builds fine in poudriere for supported releases. The patch also removes a bunch of PORTSDOCS from the plist. Poudriere reports duplicated files. I think these files are already handled by the DOCS_VARS= PORTDOCS=* part of the Makefile that adds content of DOCSDIR to the plist automatically. Thanks in advance for any feedback!
(In reply to Guido Falsi from comment #0) Hello! You removed all DOCS - is it correct?
(In reply to Vladimir Druzenko from comment #1) It is explained in comment #0 Poudriere was reporting duplicated files. The docs are added automatically to the plist thanks to "DOCS_VARS= PORTDOCS=*" which adds everything in DOCSDIR automatically: https://docs.freebsd.org/en/books/porters-handbook/book/#install-documentation
(In reply to Guido Falsi from comment #2) Sorry, I don’t understand how I managed to miss this line when reading this post…
(In reply to Vladimir Druzenko from comment #3) No problem! :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3136faade21a9cfb7ab89b0db1ecb6c68f6504b commit a3136faade21a9cfb7ab89b0db1ecb6c68f6504b Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2024-05-07 14:28:00 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2024-05-07 14:30:18 +0000 deskutils/nextcloudclient: Update to 3.13.0 PR: 278735 Reported by: Guido Falsi deskutils/nextcloudclient/Makefile | 2 +- deskutils/nextcloudclient/distinfo | 6 +- deskutils/nextcloudclient/pkg-plist | 197 ------------------------------------ 3 files changed, 4 insertions(+), 201 deletions(-)
Committed, Thanks!