sysutils/fusefs-squashfuse: Update to 0.1.104
https://github.com/vasi/squashfuse/releases/tag/0.1.104 Port changes: - Use official tarball since those automatically generated by GitHub can, on rare occasions, change. PR: 264551 Approved by: jsmith@resonatingmedia.com (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35438
This commit is contained in:
parent
84555099e3
commit
77af4f5fe9
@ -1,6 +1,7 @@
|
||||
PORTNAME= squashfuse
|
||||
PORTVERSION= 0.1.103
|
||||
PORTVERSION= 0.1.104
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/vasi/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
MAINTAINER= jsmith@resonatingmedia.com
|
||||
@ -10,8 +11,6 @@ LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= autoreconf fuse libtool pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vasi
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1615739329
|
||||
SHA256 (vasi-squashfuse-0.1.103_GH0.tar.gz) = bba530fe435d8f9195a32c295147677c58b060e2c63d2d4204ed8a6c9621d0dd
|
||||
SIZE (vasi-squashfuse-0.1.103_GH0.tar.gz) = 58729
|
||||
TIMESTAMP = 1654707339
|
||||
SHA256 (squashfuse-0.1.104.tar.gz) = aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a
|
||||
SIZE (squashfuse-0.1.104.tar.gz) = 411032
|
||||
|
@ -1,11 +1,19 @@
|
||||
bin/squashfuse
|
||||
bin/squashfuse_ll
|
||||
include/squashfs_fs.h
|
||||
include/squashfuse.h
|
||||
lib/libfuseprivate.a
|
||||
lib/libfuseprivate.so
|
||||
lib/libfuseprivate.so.0
|
||||
lib/libfuseprivate.so.0.0.0
|
||||
include/squashfuse/cache.h
|
||||
include/squashfuse/common.h
|
||||
include/squashfuse/config.h
|
||||
include/squashfuse/decompress.h
|
||||
include/squashfuse/dir.h
|
||||
include/squashfuse/file.h
|
||||
include/squashfuse/fs.h
|
||||
include/squashfuse/squashfs_fs.h
|
||||
include/squashfuse/squashfuse.h
|
||||
include/squashfuse/stack.h
|
||||
include/squashfuse/table.h
|
||||
include/squashfuse/traverse.h
|
||||
include/squashfuse/util.h
|
||||
include/squashfuse/xattr.h
|
||||
lib/libsquashfuse.a
|
||||
lib/libsquashfuse.so
|
||||
lib/libsquashfuse.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user