Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2021 14:51:31 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: 7e2c4c33757e - 2021Q4 - security/clamav-lts: Fix plist error
Message-ID:  <202111081451.1A8EpVj8023527@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by yasu:

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

commit 7e2c4c33757e18feb6262ea8891bb4dc9d35a22c
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2021-11-08 14:18:27 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-08 14:50:17 +0000

    security/clamav-lts: Fix plist error
    
    Fix plist error when user sets CLAMAVUSER to non-default value.
    
    This is direct commit to 2021Q4 branch as the commit that causes plist
    error is also direct one.
    
    PR:             259663
    Reported by:    ml at netfence dot it
    Fixes:          2da7ca992591 (security/clamav: Update to new bugfix release 0.103.4)
    Approved by:    fluffy (ports-secteam)
---
 security/clamav/pkg-plist | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist
index 12336ff3bf3e..9fe63d4e2866 100644
--- a/security/clamav/pkg-plist
+++ b/security/clamav/pkg-plist
@@ -78,18 +78,18 @@ bin/sigtool
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/Contribute.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/build-installer-packages.html
-%%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/%%CLAMAVUSER%%-git-work-flow.html
+%%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/clamav-git-work-flow.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/code-coverage.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/development-builds.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/fuzzing-sanitizers.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/github-pr-basics.html
-%%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/lib%%CLAMAVUSER%%.html
+%%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/libclamav.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/performance-profiling.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/personal-forks.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/testing-pull-requests.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Development/tips-and-tricks.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing.html
-%%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing/Add-%%CLAMAVUSER%%-user.html
+%%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing/Add-clamav-user.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing/Community-projects.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing/Docker.html
 %%PORTDOCS%%%%DOCSDIR%%/html/manual/Installing/Installing-from-source-Unix-old.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111081451.1A8EpVj8023527>