diff --git a/devel/libfshfs/Makefile b/devel/libfshfs/Makefile index fcc040253835..f44636a991de 100644 --- a/devel/libfshfs/Makefile +++ b/devel/libfshfs/Makefile @@ -1,29 +1,29 @@ PORTNAME= libfshfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20210722 +DISTVERSION= experimental-20220831 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfshfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the Mac OS Hierarchical File System (HFS) WWW= https://github.com/libyal/libfshfs LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= libtool pathfix python:3.5+ +USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls .include diff --git a/devel/libfshfs/distinfo b/devel/libfshfs/distinfo index 4fda1cc5060f..8b016800abc5 100644 --- a/devel/libfshfs/distinfo +++ b/devel/libfshfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627371960 -SHA256 (libfshfs-experimental-20210722.tar.gz) = fbf4e1d94973af6a8f27288248e03995276649407f0d1d6a0732dc49c0a395fe -SIZE (libfshfs-experimental-20210722.tar.gz) = 1929214 +TIMESTAMP = 1676996181 +SHA256 (libfshfs-experimental-20220831.tar.gz) = cb9acabea0f0db3cb811b1bcac959e36d78d29ff9296471b042eb5b7ef083dd9 +SIZE (libfshfs-experimental-20220831.tar.gz) = 2059019 diff --git a/devel/libfshfs/pkg-plist b/devel/libfshfs/pkg-plist index 8e5a0fc1af91..4a77815404f0 100644 --- a/devel/libfshfs/pkg-plist +++ b/devel/libfshfs/pkg-plist @@ -1,17 +1,19 @@ bin/fshfsinfo +bin/fshfsmount include/libfshfs.h include/libfshfs/codepage.h include/libfshfs/definitions.h include/libfshfs/error.h include/libfshfs/extern.h include/libfshfs/features.h include/libfshfs/types.h lib/libfshfs.a lib/libfshfs.so lib/libfshfs.so.1 lib/libfshfs.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyfshfs.a %%PYTHON_SITELIBDIR%%/pyfshfs.so libdata/pkgconfig/libfshfs.pc man/man1/fshfsinfo.1.gz +man/man1/fshfsmount.1.gz man/man3/libfshfs.3.gz