diff options
| author | Thibault Payet <monwarez@mailoo.org> | 2022-07-16 23:08:45 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-16 23:10:32 +0000 |
| commit | 97efbe298b4985f21bc76c612f8ae2cf9415b6a5 (patch) | |
| tree | a29b0d60ee46ccd336c7527f6cceecf0cc17ba6e | |
| parent | 4a26d5bd487cd72641bd5432db0750ceda241cc9 (diff) | |
| download | ports-97efbe298b4985f21bc76c612f8ae2cf9415b6a5.tar.gz ports-97efbe298b4985f21bc76c612f8ae2cf9415b6a5.zip | |
security/clamfs: Update to 1.2.0
| -rw-r--r-- | security/clamfs/Makefile | 9 | ||||
| -rw-r--r-- | security/clamfs/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index 1be2773a66a8..3298bdb757ca 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -1,8 +1,7 @@ # Created by: Mageirias Anastasios <anastmag@gmail.com> PORTNAME= clamfs -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -11,21 +10,21 @@ COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 +BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs LIB_DEPENDS= libPocoFoundation.so:devel/poco \ libPocoNet.so:devel/poco \ libPocoXML.so:devel/poco \ librlog.so:devel/rlog -BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav -USES= compiler:c++11-lib autoreconf fuse +USES= autoreconf compiler:c++11-lib fuse:3 pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz -PORTDOCS= * +PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: diff --git a/security/clamfs/distinfo b/security/clamfs/distinfo index 62a17ee89bb0..de1d9eab16af 100644 --- a/security/clamfs/distinfo +++ b/security/clamfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1571827207 -SHA256 (clamfs-1.1.0.tar.gz) = 64747d91af1c2a308c16a8fcfdae1ff8a43a72d600cae8397a93d9dc9c176ff2 -SIZE (clamfs-1.1.0.tar.gz) = 181457 +TIMESTAMP = 1651043979 +SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a +SIZE (clamfs-1.2.0.tar.gz) = 196903 |
