From owner-svn-ports-all@freebsd.org Fri Apr 13 11:07:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D191EFA4B2E; Fri, 13 Apr 2018 11:07:06 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D8C37F9F0; Fri, 13 Apr 2018 11:07:06 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73D4118EB2; Fri, 13 Apr 2018 11:07:06 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3DB76Ef070005; Fri, 13 Apr 2018 11:07:06 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3DB76sv070004; Fri, 13 Apr 2018 11:07:06 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201804131107.w3DB76sv070004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 13 Apr 2018 11:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467233 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 467233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 11:07:07 -0000 Author: ler Date: Fri Apr 13 11:07:06 2018 New Revision: 467233 URL: https://svnweb.freebsd.org/changeset/ports/467233 Log: security/clamav: fix packaging when JSON option is NOT set. Reported by: Serg Renkas Modified: head/security/clamav/pkg-plist Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Fri Apr 13 10:55:08 2018 (r467232) +++ head/security/clamav/pkg-plist Fri Apr 13 11:07:06 2018 (r467233) @@ -4,7 +4,7 @@ bin/clamconf bin/clamdscan bin/clamdtop bin/clamscan -bin/clamsubmit +%%JSON%%bin/clamsubmit bin/freshclam bin/sigtool %%MILTER%%sbin/clamav-milter @@ -31,7 +31,7 @@ man/man1/clamconf.1.gz man/man1/clamdscan.1.gz man/man1/clamdtop.1.gz man/man1/clamscan.1.gz -man/man1/clamsubmit.1.gz +%%JSON%%man/man1/clamsubmit.1.gz man/man1/freshclam.1.gz man/man1/sigtool.1.gz man/man5/clamav-milter.conf.5.gz