git: f291130b15ee - main - filesystems/hfsfuse: Update to 0.242
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Nov 2024 18:30:36 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f291130b15ee985f3d5d288f99ce745d5dbec8d6 commit f291130b15ee985f3d5d288f99ce745d5dbec8d6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-16 09:54:34 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-16 18:29:08 +0000 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) --- filesystems/hfsfuse/Makefile | 21 ++++++++++----------- filesystems/hfsfuse/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/filesystems/hfsfuse/Makefile b/filesystems/hfsfuse/Makefile index cfc69e5b055e..39f64ce87979 100644 --- a/filesystems/hfsfuse/Makefile +++ b/filesystems/hfsfuse/Makefile @@ -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= me@cameronkatri.com @@ -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} diff --git a/filesystems/hfsfuse/distinfo b/filesystems/hfsfuse/distinfo index 57ed21da5d32..400e07a7fc37 100644 --- a/filesystems/hfsfuse/distinfo +++ b/filesystems/hfsfuse/distinfo @@ -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