-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filesystems/hfsfuse: Update to 0.242
Changelog: https://github.com/0x09/hfsfuse/releases/tag/0.242 PR: 282359 Approved by: portmgr (maintainer timeout, 2+ weeks)
- Loading branch information
Daniel Engberg
authored and
Daniel Engberg
committed
Nov 16, 2024
1 parent
f1c9d48
commit f291130
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
PORTNAME= hfsfuse | ||
DISTVERSION= 0.132 | ||
PORTREVISION= 1 | ||
DISTVERSION= 0.242 | ||
CATEGORIES= filesystems | ||
MASTER_SITES= https://github.com/0x09/hfsfuse/releases/download/${DISTVERSION}/ | ||
MASTER_SITES= https://github.com/0x09/${PORTNAME}/releases/download/${DISTVERSION}/ | ||
PKGNAMEPREFIX= fusefs- | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -16,24 +15,24 @@ LIB_DEPENDS= libublio.so:devel/libublio \ | |
libutf8proc.so:textproc/utf8proc | ||
|
||
USES= fuse gmake | ||
USE_CSTD= c99 | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= 0x09 | ||
USE_CSTD= gnu11 | ||
|
||
MAKE_ARGS= CONFIG_CFLAGS="${CFLAGS}" \ | ||
WITH_UBLIO=system \ | ||
WITH_UTF8PROC=system | ||
ALL_TARGET= config all | ||
|
||
PLIST_FILES= bin/hfsdump \ | ||
bin/hfsfuse | ||
|
||
PORTDOCS= README.md | ||
|
||
MAKE_ARGS= CONFIG_CFLAGS="${CFLAGS}" \ | ||
WITH_UBLIO=system \ | ||
WITH_UTF8PROC=system | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
do-install: | ||
cd ${WRKSRC} && ${INSTALL_PROGRAM} hfsdump hfsfuse \ | ||
${STAGEDIR}${PREFIX}/bin | ||
${INSTALL_PROGRAM} ${WRKSRC}/hfsdump ${STAGEDIR}${PREFIX}/bin | ||
${INSTALL_PROGRAM} ${WRKSRC}/hfsfuse ${STAGEDIR}${PREFIX}/bin | ||
|
||
do-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1621259070 | ||
SHA256 (0x09-hfsfuse-0.132_GH0.tar.gz) = 699052701ccd46c82a473e17ac61e7ad56873189781069eb927b8c88eb8f9467 | ||
SIZE (0x09-hfsfuse-0.132_GH0.tar.gz) = 246864 | ||
TIMESTAMP = 1730040774 | ||
SHA256 (hfsfuse-0.242.tar.gz) = 2cda7fd5d2fd3419c24907c1f59d04230162ce9491a65553c3d6254677ee62f3 | ||
SIZE (hfsfuse-0.242.tar.gz) = 270946 |