View | Details | Raw Unified | Return to bug 210645 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/fusefs-squashfuse/Makefile (-6 / +1 lines)
Lines 4-10 PORTNAME= squashfuse Link Here
4
PORTVERSION=	0.1.100
4
PORTVERSION=	0.1.100
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
PKGNAMEPREFIX=	fusefs-
6
PKGNAMEPREFIX=	fusefs-
7
DISTNAME=	${PORTNAME}-${PORTVERSION}
8
7
9
MAINTAINER=	jsmith@resonatingmedia.com
8
MAINTAINER=	jsmith@resonatingmedia.com
10
COMMENT=	Mount a squashfs archive and treat it like a local file system
9
COMMENT=	Mount a squashfs archive and treat it like a local file system
Lines 15-27 LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs Link Here
15
14
16
USE_GITHUB=	yes
15
USE_GITHUB=	yes
17
GH_ACCOUNT=	vasi
16
GH_ACCOUNT=	vasi
18
GH_PROJECT=	squashfuse
19
GH_COMMIT=	78360b7
20
17
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${GH_COMMIT}
18
USES=		autoreconf fuse libtool pkgconfig
22
USES=		autoreconf fuse libtool
23
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	MOUNT_FUSE_PATH=${PREFIX}/sbin
25
CONFIGURE_ARGS=	--disable-silent-rules
20
CONFIGURE_ARGS=	--disable-silent-rules
26
21
27
PLIST_FILES=	bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
22
PLIST_FILES=	bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
(-)sysutils/fusefs-squashfuse/distinfo (-2 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1468267228
1
TIMESTAMP = 1468267228
2
SHA256 (squashfuse-0.1.100_GH0.tar.gz) = bdbf8d9d83e84909f9d2390189863375dd104dcf5de7b6ba2c483554137ede13
2
SHA256 (vasi-squashfuse-0.1.100_GH0.tar.gz) = dda02875735570d24d682cf35846f0165199e0d4ce38e0703e5aabe0318292e6
3
SIZE (squashfuse-0.1.100_GH0.tar.gz) = 55720
3
SIZE (vasi-squashfuse-0.1.100_GH0.tar.gz) = 55708
(-)sysutils/fusefs-squashfuse/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Squashfuse is a command line utility for mounting SquashFS archives
1
Squashfuse is a command line utility for mounting SquashFS archives
2
in user-space. It supports almost all features of the SquashFS format.
2
in user-space. It supports almost all features of the SquashFS format.
3
3
4
WWW: https://github.com/vasi/squashfuse/
4
WWW: https://github.com/vasi/squashfuse

Return to bug 210645