mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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)
This commit is contained in:
parent
f1c9d48196
commit
f291130b15
2 changed files with 13 additions and 14 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue