Date: Sat, 16 Jul 2022 23:11:03 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 97efbe298b49 - main - security/clamfs: Update to 1.2.0 Message-ID: <202207162311.26GNB3fM023947@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=97efbe298b4985f21bc76c612f8ae2cf9415b6a5 commit 97efbe298b4985f21bc76c612f8ae2cf9415b6a5 Author: Thibault Payet <monwarez@mailoo.org> AuthorDate: 2022-07-16 23:08:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-16 23:10:32 +0000 security/clamfs: Update to 1.2.0 ChangeLog: https://github.com/burghardt/clamfs/releases/tag/clamfs-1.2.0 PR: 243135 --- security/clamfs/Makefile | 9 ++++----- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207162311.26GNB3fM023947>