diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-12-04 10:39:58 +0800 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-12-04 10:39:58 +0800 |
commit | ce26bf8ca1d498371f4d0cb67b5e763500727e05 (patch) | |
tree | 0e3cfc2b4f5ef5b4c17e629c621c3eb90cb4a04c /security | |
parent | 88e2fd3abe9fcfd2a162f812344cbac15b24dec4 (diff) | |
download | freebsd-ports-gnome-ce26bf8ca1d498371f4d0cb67b5e763500727e05.tar.gz freebsd-ports-gnome-ce26bf8ca1d498371f4d0cb67b5e763500727e05.tar.zst freebsd-ports-gnome-ce26bf8ca1d498371f4d0cb67b5e763500727e05.zip |
security/clamav: build no longer produces libclammspack.a and
libclammspack.pc with the MSPACK option unset.
PR: 233763
Reported by: PopularMoment@protonmail.com
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 1 | ||||
-rw-r--r-- | security/clamav/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index a5851485684e..aff0472657b1 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -2,6 +2,7 @@ PORTNAME= clamav PORTVERSION= 0.101.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index 5a4cf68a871f..af5a8422a8c1 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -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 |