diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-05-23 10:55:28 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-05-23 10:55:29 +0000 |
commit | c8e4b9ea29d391babf87f658aa37408fdf750648 (patch) | |
tree | a68d233c98f37dd01d17eb43be7da5a012912695 /security/clamav | |
parent | e696b6f9ff1e9bd896da463207c54e5acd4b04e5 (diff) | |
download | ports-c8e4b9ea29d391babf87f658aa37408fdf750648.tar.gz ports-c8e4b9ea29d391babf87f658aa37408fdf750648.zip |
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 6 | ||||
-rw-r--r-- | security/clamav/distinfo | 7 | ||||
-rw-r--r-- | security/clamav/pkg-plist | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index fc401b6399bf..21cce7bd63d9 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,5 +1,5 @@ PORTNAME= clamav -DISTVERSION= 0.104.3 +DISTVERSION= 0.105.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ @@ -10,6 +10,8 @@ COMMENT= Open-source (GPL) anti-virus engine (Regular Feature Release) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt +BUILD_DEPENDS= ${RUST_DEFAULT}>=1.56.0:lang/${RUST_DEFAULT} \ + tomsfastmath>0:math/tomsfastmath LIB_DEPENDS= libcurl.so:ftp/curl \ libjson-c.so:devel/json-c \ libmspack.so:archivers/libmspack \ @@ -21,7 +23,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= clamav-clamd clamav-freshclam CMAKE_ARGS= -DDATABASE_DIRECTORY:STRING=${_DBDIR} -CMAKE_ON= ENABLE_EXTERNAL_MSPACK +CMAKE_ON= ENABLE_EXTERNAL_MSPACK ENABLE_EXTERNAL_TOMSFASTMATH TEST_TARGET= check diff --git a/security/clamav/distinfo b/security/clamav/distinfo index e5d617685cb3..70c235aaa226 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,4 @@ -TIMESTAMP = 1652127692 -SHA256 (clamav-0.104.3.tar.gz) = 281cfaebc2a21d32746d523c4d23a9630992ab61fc28f55d2f810f2967c10521 -SIZE (clamav-0.104.3.tar.gz) = 12017176 +TIMESTAMP = 1652109767 +SHA256 (clamav-0.105.0.tar.gz) = 270203a54c458049db54fcd93683ff5b2db19151f363c48e82cecefdde2b35d4 +SIZE (clamav-0.105.0.tar.gz) = 28765652 + diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index 699cea8a0418..bee6199730eb 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -58,6 +58,7 @@ share/man/man8/clamd.8.gz %%PORTDOCS%%%%DOCSDIR%%/html/book.js %%PORTDOCS%%%%DOCSDIR%%/html/community_resources/CommunityResources.html %%PORTDOCS%%%%DOCSDIR%%/html/clipboard.min.js +%%PORTDOCS%%%%DOCSDIR%%/html/community_resources/CommunityResources.html %%PORTDOCS%%%%DOCSDIR%%/html/css/chrome.css %%PORTDOCS%%%%DOCSDIR%%/html/css/general.css %%PORTDOCS%%%%DOCSDIR%%/html/css/print.css |