Skip to content

Commit

Permalink
devel/libfshfs: update to experimental-20220831
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Feb 21, 2023
1 parent f9a6041 commit e413590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions devel/libfshfs/pkg-plist
@@ -1,4 +1,5 @@
bin/fshfsinfo
bin/fshfsmount
include/libfshfs.h
include/libfshfs/codepage.h
include/libfshfs/definitions.h
Expand All @@ -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

0 comments on commit e413590

Please sign in to comment.