View | Details | Raw Unified | Return to bug 243135 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/clamfs/Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Mageirias Anastasios <anastmag@gmail.com>
1
# Created by: Mageirias Anastasios <anastmag@gmail.com>
2
2
3
PORTNAME=	clamfs
3
PORTNAME=	clamfs
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.2.0
5
PORTREVISION=	2
6
CATEGORIES=	security
5
CATEGORIES=	security
7
MASTER_SITES=	https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
6
MASTER_SITES=	https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
8
7
Lines 18-24 LIB_DEPENDS= libPocoFoundation.so:devel/poco \ Link Here
18
BUILD_DEPENDS=	boost-libs>=1.33:devel/boost-libs
17
BUILD_DEPENDS=	boost-libs>=1.33:devel/boost-libs
19
RUN_DEPENDS=	clamd:security/clamav
18
RUN_DEPENDS=	clamd:security/clamav
20
19
21
USES=		compiler:c++11-lib autoreconf fuse
20
USES=		compiler:c++11-lib autoreconf fuse:3 pkgconfig
22
21
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
23
(-)b/security/clamfs/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1571827207
1
TIMESTAMP = 1651043979
2
SHA256 (clamfs-1.1.0.tar.gz) = 64747d91af1c2a308c16a8fcfdae1ff8a43a72d600cae8397a93d9dc9c176ff2
2
SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a
3
SIZE (clamfs-1.1.0.tar.gz) = 181457
3
SIZE (clamfs-1.2.0.tar.gz) = 196903
4
- 

Return to bug 243135