git: 99b3514c6e58 - main - sysutils/fusefs-hfsfuse: Update to 0.132

Joseph Mingrone jrm at FreeBSD.org
Tue Jul 27 21:19:28 UTC 2021


The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99b3514c6e58025183c785f774cfbdabb19c8264

commit 99b3514c6e58025183c785f774cfbdabb19c8264
Author:     Cameron Katri <me at cameronkatri.com>
AuthorDate: 2021-07-27 20:57:52 +0000
Commit:     Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-07-27 21:18:19 +0000

    sysutils/fusefs-hfsfuse: Update to 0.132
    
    Pet portclippy/portfmt while here.
    
    https://github.com/0x09/hfsfuse/releases/tag/0.153
    
    Differential Revision:  https://reviews.freebsd.org/D30314
---
 sysutils/fusefs-hfsfuse/Makefile | 9 ++++++---
 sysutils/fusefs-hfsfuse/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile
index ae13ab147579..8b5360431c6f 100644
--- a/sysutils/fusefs-hfsfuse/Makefile
+++ b/sysutils/fusefs-hfsfuse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hfsfuse
-DISTVERSION=	0.126
+DISTVERSION=	0.132
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/0x09/hfsfuse/releases/download/${DISTVERSION}/
 PKGNAMEPREFIX=	fusefs-
@@ -18,10 +18,13 @@ USE_CSTD=	c99
 USE_GITHUB=	yes
 GH_ACCOUNT=	0x09
 
+MAKE_ARGS=	CONFIG_CFLAGS="${CFLAGS}" \
+		WITH_UBLIO=system \
+		WITH_UTF8PROC=system
 ALL_TARGET=	config all
-MAKE_ARGS=	CONFIG_CFLAGS="${CFLAGS}" WITH_UBLIO=system WITH_UTF8PROC=system
 
-PLIST_FILES=	bin/hfsdump bin/hfsfuse
+PLIST_FILES=	bin/hfsdump \
+		bin/hfsfuse
 PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS
diff --git a/sysutils/fusefs-hfsfuse/distinfo b/sysutils/fusefs-hfsfuse/distinfo
index d29d070d5ce5..57ed21da5d32 100644
--- a/sysutils/fusefs-hfsfuse/distinfo
+++ b/sysutils/fusefs-hfsfuse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621016403
-SHA256 (0x09-hfsfuse-0.126_GH0.tar.gz) = 7ce2187df6216ec4a001e08ead69fd7608cb3c2af866e4e7f4dbebb61e0103aa
-SIZE (0x09-hfsfuse-0.126_GH0.tar.gz) = 207349
+TIMESTAMP = 1621259070
+SHA256 (0x09-hfsfuse-0.132_GH0.tar.gz) = 699052701ccd46c82a473e17ac61e7ad56873189781069eb927b8c88eb8f9467
+SIZE (0x09-hfsfuse-0.132_GH0.tar.gz) = 246864


More information about the dev-commits-ports-all mailing list