git: 07b9219d315c - main - devel/libfsxfs: update to experimental-20220829
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Feb 2023 19:00:40 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b9219d315cf7930918cba3447fcb846443f2c0 commit 07b9219d315cf7930918cba3447fcb846443f2c0 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-21 18:58:01 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-21 18:58:01 +0000 devel/libfsxfs: update to experimental-20220829 --- devel/libfsxfs/Makefile | 4 ++-- devel/libfsxfs/distinfo | 6 +++--- devel/libfsxfs/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/libfsxfs/Makefile b/devel/libfsxfs/Makefile index 5fc6561cc5f0..c51cce723a35 100644 --- a/devel/libfsxfs/Makefile +++ b/devel/libfsxfs/Makefile @@ -1,6 +1,6 @@ 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 @@ -15,7 +15,7 @@ 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} 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,4 +1,5 @@ bin/fsxfsinfo +bin/fsxfsmount include/libfsxfs.h include/libfsxfs/codepage.h include/libfsxfs/definitions.h @@ -14,4 +15,5 @@ lib/libfsxfs.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyfsxfs.so libdata/pkgconfig/libfsxfs.pc man/man1/fsxfsinfo.1.gz +man/man1/fsxfsmount.1.gz man/man3/libfsxfs.3.gz