diff --git a/filesystems/fusefs-libs3/Makefile b/filesystems/fusefs-libs3/Makefile index d742e1783a12..f2e0012d41e6 100644 --- a/filesystems/fusefs-libs3/Makefile +++ b/filesystems/fusefs-libs3/Makefile @@ -1,28 +1,33 @@ PORTNAME= fusefs-libs3 -DISTVERSION= 3.18.1 +DISTVERSION= 3.18.2 CATEGORIES= filesystems sysutils MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/ DISTNAME= fuse-${DISTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= FUSE library version 3 for filesystems implemented in userspace WWW= https://github.com/libfuse/libfuse/wiki/Filesystems LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler iconv meson ninja +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + +USES= compiler iconv meson ninja python:test USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PLIST_SUB= VERSION=${PORTVERSION} +do-test: + ${SU_CMD} "${PYTHON_CMD} -m pytest ${WRKSRC}/_build/test/" + .include .if ${OPSYS} == DragonFly IGNORE= fusefs has not been implemented on DragonFly .endif .include diff --git a/filesystems/fusefs-libs3/distinfo b/filesystems/fusefs-libs3/distinfo index aa12eb0edcf9..95f24193c84a 100644 --- a/filesystems/fusefs-libs3/distinfo +++ b/filesystems/fusefs-libs3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772896756 -SHA256 (fuse-3.18.1.tar.gz) = dd395c88f29c7540bbdd0b830260ab8092ccb241bb6e66f603643f715fb9322c -SIZE (fuse-3.18.1.tar.gz) = 8350400 +TIMESTAMP = 1773870907 +SHA256 (fuse-3.18.2.tar.gz) = f01de85717e20adf5f98aff324acd85dd73d61a5ca3834d573dcf0bd6e54a298 +SIZE (fuse-3.18.2.tar.gz) = 4933779