Stefan Eßer e9d17a6122 filesystems/fusefs-libs3: bump portrevision of dependent ports
Bump PORTREVISION of all ports depending on libfuse3.so after upgrade
to version 3.17.1.

Reported by:	vvd
2025-03-25 17:48:18 +01:00

24 lines
556 B
Makefile

PORTNAME= acfgfs
DISTVERSION= 0.6.3.4
PORTREVISION= 1
CATEGORIES= filesystems sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= FUSE file system driver for Arcan window managers
WWW= https://arcan-fe.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan
USES= cmake compiler:c11 fuse:3 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= letoram
GH_PROJECT= arcan
WRKSRC_SUBDIR= src/tools/${PORTNAME}
PLIST_FILES= bin/arcan_cfgfs \
share/man/man1/arcan_cfgfs.1.gz
.include <bsd.port.mk>