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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	clamfs
4
PORTNAME=	clamfs
5
PORTVERSION=	1.1.0
5
PORTVERSION=	1.2.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
8
MASTER_SITES=	https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
Lines 15-25 Link Here
15
LIB_DEPENDS=	libPocoFoundation.so:devel/poco \
15
LIB_DEPENDS=	libPocoFoundation.so:devel/poco \
16
		libPocoNet.so:devel/poco \
16
		libPocoNet.so:devel/poco \
17
		libPocoXML.so:devel/poco \
17
		libPocoXML.so:devel/poco \
18
		libfuse3.so:sysutils/fusefs-libs3 \
18
		librlog.so:devel/rlog
19
		librlog.so:devel/rlog
19
BUILD_DEPENDS=	boost-libs>=1.33:devel/boost-libs
20
BUILD_DEPENDS=	boost-libs>=1.33:devel/boost-libs
20
RUN_DEPENDS=	clamd:security/clamav
21
RUN_DEPENDS=	clamd:security/clamav
21
22
22
USES=		compiler:c++11-lib autoreconf fuse
23
USES=		compiler:c++11-lib autoreconf
23
24
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
25
26
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1571827207
1
TIMESTAMP = 1578336445
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

Return to bug 243135