From owner-svn-ports-all@freebsd.org Tue Dec 4 02:39:59 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 86848131AF7E; Tue, 4 Dec 2018 02:39:59 +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 278C27F265; Tue, 4 Dec 2018 02:39:59 +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 03B0C1F112; Tue, 4 Dec 2018 02:39:59 +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 wB42dwIA088871; Tue, 4 Dec 2018 02:39:58 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB42dw25088870; Tue, 4 Dec 2018 02:39:58 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812040239.wB42dw25088870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 02:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486579 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486579 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 278C27F265 X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.53)[0.530,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 04 Dec 2018 02:39:59 -0000 Author: ler Date: Tue Dec 4 02:39:58 2018 New Revision: 486579 URL: https://svnweb.freebsd.org/changeset/ports/486579 Log: security/clamav: build no longer produces libclammspack.a and libclammspack.pc with the MSPACK option unset. PR: 233763 Reported by: PopularMoment@protonmail.com Modified: head/security/clamav/Makefile head/security/clamav/pkg-plist Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Tue Dec 4 02:33:14 2018 (r486578) +++ head/security/clamav/Makefile Tue Dec 4 02:39:58 2018 (r486579) @@ -2,6 +2,7 @@ PORTNAME= clamav PORTVERSION= 0.101.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Tue Dec 4 02:33:14 2018 (r486578) +++ head/security/clamav/pkg-plist Tue Dec 4 02:39:58 2018 (r486579) @@ -2,11 +2,9 @@ %%JSON%%man/man1/clamsubmit.1.gz %%MILTER%%@sample etc/clamav-milter.conf.sample %%MILTER%%sbin/clamav-milter -%%NO_MSPACK%%lib/libclammspack.a %%NO_MSPACK%%lib/libclammspack.so %%NO_MSPACK%%lib/libclammspack.so.0 %%NO_MSPACK%%lib/libclammspack.so.0.1.0 -%%NO_MSPACK%%libdata/pkgconfig/libclammspack.pc %%PORTDOCS%%%%DOCSDIR%%/html/UserManual.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Debian-Ubuntu.html