Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2018 02:39:58 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486579 - head/security/clamav
Message-ID:  <201812040239.wB42dw25088870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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