diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-21 18:58:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-21 18:58:01 +0000 |
commit | 07b9219d315cf7930918cba3447fcb846443f2c0 (patch) | |
tree | a5c49a87949bb3239b8491084dbde186091049ae | |
parent | 25c6ab5fdb814d28c27894c5f1478cf72bde546d (diff) | |
download | ports-07b9219d315cf7930918cba3447fcb846443f2c0.tar.gz ports-07b9219d315cf7930918cba3447fcb846443f2c0.zip |
devel/libfsxfs: update to experimental-20220829
-rw-r--r-- | devel/libfsxfs/Makefile | 4 | ||||
-rw-r--r-- | devel/libfsxfs/distinfo | 6 | ||||
-rw-r--r-- | 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 |