Skip to content

Commit

Permalink
filesystems/hfsfuse: Update to 0.242
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions filesystems/hfsfuse/Makefile
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]
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions filesystems/hfsfuse/distinfo
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

0 comments on commit f291130

Please sign in to comment.