diff --git a/devel/libfsxfs/Makefile b/devel/libfsxfs/Makefile index 5fc6561cc5f0..c51cce723a35 100644 --- a/devel/libfsxfs/Makefile +++ b/devel/libfsxfs/Makefile @@ -1,29 +1,29 @@ PORTNAME= libfsxfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20210726 +DISTVERSION= experimental-20220829 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsxfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the SGI X File System WWW= https://github.com/libyal/libfsxfs 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/libfsxfs/distinfo b/devel/libfsxfs/distinfo index 0df2fe1f83b9..9030e5890022 100644 --- a/devel/libfsxfs/distinfo +++ b/devel/libfsxfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627372109 -SHA256 (libfsxfs-experimental-20210726.tar.gz) = 107d71ac078441bd110e2a27873ae04a69de6258ed8a40b19f8f99ffc0963850 -SIZE (libfsxfs-experimental-20210726.tar.gz) = 1671458 +TIMESTAMP = 1676996556 +SHA256 (libfsxfs-experimental-20220829.tar.gz) = 27a4c8cb5af85c9d225513a5f3ac7b82b82ab70394c8136808d75ef46253210a +SIZE (libfsxfs-experimental-20220829.tar.gz) = 1733183 diff --git a/devel/libfsxfs/pkg-plist b/devel/libfsxfs/pkg-plist index 0421b4f8db34..877fd0bcb2d5 100644 --- a/devel/libfsxfs/pkg-plist +++ b/devel/libfsxfs/pkg-plist @@ -1,17 +1,19 @@ bin/fsxfsinfo +bin/fsxfsmount include/libfsxfs.h include/libfsxfs/codepage.h include/libfsxfs/definitions.h include/libfsxfs/error.h include/libfsxfs/extern.h include/libfsxfs/features.h include/libfsxfs/types.h lib/libfsxfs.a lib/libfsxfs.so lib/libfsxfs.so.1 lib/libfsxfs.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyfsxfs.a %%PYTHON_SITELIBDIR%%/pyfsxfs.so libdata/pkgconfig/libfsxfs.pc man/man1/fsxfsinfo.1.gz +man/man1/fsxfsmount.1.gz man/man3/libfsxfs.3.gz