From 0f25bcaaeec50da197c1f6a160dd047f201198b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Wed, 3 Apr 2024 21:30:13 +0000 Subject: [PATCH 1/3] security/clamfs: Update to 1.3.0 --- security/clamfs/Makefile | 5 ++--- security/clamfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index fa8fcb11d66a7..5d82622e69989 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= clamfs -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -13,8 +13,7 @@ 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 + libPocoXML.so:devel/poco RUN_DEPENDS= clamd:security/clamav USES= autoreconf compiler:c++11-lib fuse:3 pkgconfig diff --git a/security/clamfs/distinfo b/security/clamfs/distinfo index de1d9eab16afa..e48945325bd3e 100644 --- a/security/clamfs/distinfo +++ b/security/clamfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651043979 -SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a -SIZE (clamfs-1.2.0.tar.gz) = 196903 +TIMESTAMP = 1712179108 +SHA256 (clamfs-1.3.0.tar.gz) = 43081bdfc6bca6bfb2d5215ff1b43e85271e2f1a3ac2168d3784e30717d25230 +SIZE (clamfs-1.3.0.tar.gz) = 229989 From 62f319379fa4edb4ae7040a530b49a550326cec9 Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Wed, 3 Apr 2024 21:54:49 +0000 Subject: [PATCH 2/3] security/clamfs: updated pkg-message to reflect rc.d name change --- security/clamfs/pkg-message | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/clamfs/pkg-message b/security/clamfs/pkg-message index 28c11e54ac062..b2f0a7fce00dd 100644 --- a/security/clamfs/pkg-message +++ b/security/clamfs/pkg-message @@ -7,7 +7,7 @@ Type: sudo kldload fusefs.ko sudo service clamav-freshclam onestart - sudo service clamav-daemon onestart + sudo service clamav-clamd onestart For more info please visit: https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd From 1a64f83cedde7a0fa7bf607df2750e020cfeb70e Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Sun, 28 Apr 2024 01:35:22 +0200 Subject: [PATCH 3/3] security/clamfs: PORTVERSION replaced with DISTVERSION; PORTREVISION removed --- security/clamfs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index 5d82622e69989..4faef73cf4f8f 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -1,6 +1,5 @@ PORTNAME= clamfs -PORTVERSION= 1.3.0 -PORTREVISION= 4 +DISTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/