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

Collapse All | Expand All

(-)sysutils/fusefs-squashfuse/Makefile (-8 / +1 lines)
Lines 4-27 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
11
10
12
LICENSE=	GPLv2
11
LICENSE=	GPLv2
13
12
14
LIB_DEPENDS=	libfuse.so:sysutils/fusefs-libs
15
16
USE_GITHUB=	yes
13
USE_GITHUB=	yes
17
GH_ACCOUNT=	vasi
14
GH_ACCOUNT=	vasi
18
GH_PROJECT=	squashfuse
19
GH_COMMIT=	78360b7
20
15
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${GH_COMMIT}
16
USES=		autoreconf fuse libtool pkgconfig
22
USES=		autoreconf fuse libtool
23
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	MOUNT_FUSE_PATH=${PREFIX}/sbin
25
CONFIGURE_ARGS=	--disable-silent-rules
18
CONFIGURE_ARGS=	--disable-silent-rules
26
19
27
PLIST_FILES=	bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
20
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