View | Details | Raw Unified | Return to bug 282356
Collapse All | Expand All

(-)b/sysutils/fusefs-afuse/Makefile (-6 / +13 lines)
Lines 1-10 Link Here
1
PORTNAME=	afuse
1
PORTNAME=	afuse
2
PORTVERSION=	0.4.1
2
DISTVERSIONPREFIX=	v
3
PORTREVISION=	2
3
DISTVERSION=	0.5.0
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/afuse/
6
PKGNAMEPREFIX=	fusefs-
5
PKGNAMEPREFIX=	fusefs-
7
6
7
PATCH_SITES=	https://github.com/pcarrier/afuse/commit/
8
PATCHFILES=	30057222cc58ffe1f8c0889fce8da314d5364691.patch:-p1
9
8
MAINTAINER=	portmaster@BSDforge.com
10
MAINTAINER=	portmaster@BSDforge.com
9
COMMENT=	File system automounting implemented in user-space using FUSE
11
COMMENT=	File system automounting implemented in user-space using FUSE
10
WWW=		https://github.com/pcarrier/afuse
12
WWW=		https://github.com/pcarrier/afuse
Lines 12-23 WWW= https://github.com/pcarrier/afuse Link Here
12
LICENSE=	GPLv2
14
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
14
16
15
USES=		cpe fuse pkgconfig
17
USES=		autoreconf cpe fuse pkgconfig
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	pcarrier
21
16
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
17
23
18
PORTDOCS=	AUTHORS README
24
PORTDOCS=	README
19
25
20
OPTIONS_DEFINE=	DOCS
26
OPTIONS_DEFINE=	DOCS
27
21
DOCS_SUB_FILES=	pkg-message
28
DOCS_SUB_FILES=	pkg-message
22
29
23
post-install:
30
post-install:
Lines 25-30 post-install: Link Here
25
32
26
post-install-DOCS-on:
33
post-install-DOCS-on:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
34
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
29
36
30
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)b/sysutils/fusefs-afuse/distinfo (-2 / +5 lines)
Lines 1-2 Link Here
1
SHA256 (afuse-0.4.1.tar.gz) = c6e0555a65d42d3782e0734198bbebd22486386e29cb00047bc43c3eb726dca8
1
TIMESTAMP = 1730028543
2
SIZE (afuse-0.4.1.tar.gz) = 121957
2
SHA256 (pcarrier-afuse-v0.5.0_GH0.tar.gz) = 87284e3f7973f5a61eea4a37880512c01f0b8bf1d37a8988447efbe806ec3414
3
SIZE (pcarrier-afuse-v0.5.0_GH0.tar.gz) = 32236
4
SHA256 (30057222cc58ffe1f8c0889fce8da314d5364691.patch) = 6bc9bd612ffe5c7816020bc28d5611907c7527e94270460c337b26143d2b9deb
5
SIZE (30057222cc58ffe1f8c0889fce8da314d5364691.patch) = 1832
(-)b/sysutils/fusefs-afuse/files/patch-src_Makefile.am (+7 lines)
Added Link Here
1
--- src/Makefile.am.orig	2024-10-27 11:33:19 UTC
2
+++ src/Makefile.am
3
@@ -1,4 +1,3 @@
4
-dist_bin_SCRIPTS=afuse-avahissh
5
 bin_PROGRAMS=afuse
6
 afuse_SOURCES=afuse.c afuse.h fd_list.c fd_list.h dir_list.c dir_list.h utils.c utils.h variable_pairing_heap.h string_sorted_list.c string_sorted_list.h
7
 
(-)b/sysutils/fusefs-afuse/pkg-plist (-1 lines)
Lines 1-3 Link Here
1
bin/afuse
1
bin/afuse
2
@comment bin/afuse-avahissh
3
share/man/man1/afuse.1.gz
2
share/man/man1/afuse.1.gz

Return to bug 282356