Date: Fri, 13 Sep 2024 01:31:53 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2a5b3f73563e - 2024Q3 - security/clamav: Fix plist errror with non-default _CLAMAVUSER value Message-ID: <202409130131.48D1VrCe073407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a5b3f73563e633fb5e3e699a25008737504fdc9 commit 2a5b3f73563e633fb5e3e699a25008737504fdc9 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-09-13 01:23:13 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-09-13 01:30:54 +0000 security/clamav: Fix plist errror with non-default _CLAMAVUSER value This is direct commit to 2024Q3 branch. PR: 281436 Reported by: Yani Karydis Approved by: portmgr (just fix it) Fixes: 7e4d2f80e313 security/clamav: Update to 1.3.2 --- security/clamav/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index a0e46a6c3641..94ba3fb2aca3 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -101,9 +101,9 @@ share/man/man8/clamd.8.gz %%PORTDOCS%%%%DOCSDIR%%/html/googled62299e9391332c4.html %%PORTDOCS%%%%DOCSDIR%%/html/highlight.css %%PORTDOCS%%%%DOCSDIR%%/html/highlight.js -%%PORTDOCS%%%%DOCSDIR%%/html/images/%%CLAMAVUSER%%-git-workflow.png %%PORTDOCS%%%%DOCSDIR%%/html/images/change-fork-name.png %%PORTDOCS%%%%DOCSDIR%%/html/images/cisco.png +%%PORTDOCS%%%%DOCSDIR%%/html/images/clamav-git-workflow.png %%PORTDOCS%%%%DOCSDIR%%/html/images/clone-your-fork.png %%PORTDOCS%%%%DOCSDIR%%/html/images/create-a-fork.png %%PORTDOCS%%%%DOCSDIR%%/html/images/demon.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409130131.48D1VrCe073407>