Date: Tue, 21 Feb 2023 18:56:05 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e413590676f8 - main - devel/libfshfs: update to experimental-20220831 Message-ID: <202302211856.31LIu5v4037402@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=e413590676f87aec5238d58a79bcdccb170c41a5 commit e413590676f87aec5238d58a79bcdccb170c41a5 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-21 18:54:33 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-21 18:54:33 +0000 devel/libfshfs: update to experimental-20220831 --- devel/libfshfs/Makefile | 4 ++-- devel/libfshfs/distinfo | 6 +++--- devel/libfshfs/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/libfshfs/Makefile b/devel/libfshfs/Makefile index fcc040253835..f44636a991de 100644 --- a/devel/libfshfs/Makefile +++ b/devel/libfshfs/Makefile @@ -1,6 +1,6 @@ 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 @@ -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/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,4 +1,5 @@ bin/fshfsinfo +bin/fshfsmount include/libfshfs.h include/libfshfs/codepage.h include/libfshfs/definitions.h @@ -14,4 +15,5 @@ lib/libfshfs.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyfshfs.so libdata/pkgconfig/libfshfs.pc man/man1/fshfsinfo.1.gz +man/man1/fshfsmount.1.gz man/man3/libfshfs.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302211856.31LIu5v4037402>