Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2024 16:42:11 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 458dd9e26810 - main - sysutils/fusefs-ext2: Update to the latest commit
Message-ID:  <202407231642.46NGgB1C059875@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=458dd9e2681032d619287dad75c33899d1a3916a

commit 458dd9e2681032d619287dad75c33899d1a3916a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-23 16:41:33 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-23 16:41:33 +0000

    sysutils/fusefs-ext2: Update to the latest commit
    
    This fixes some minor things such as a hardcoded older version while
    running fuse-ext2 [1].
    
    Changes
    https://github.com/alperakcan/fuse-ext2/compare/ea7bacf..e8f1063
    
    Reported by:    Chris Syntichakis <csynt8bit@gmail.com> [1]
---
 sysutils/fusefs-ext2/Makefile | 4 ++--
 sysutils/fusefs-ext2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile
index 4abe54509279..eeb88d499456 100644
--- a/sysutils/fusefs-ext2/Makefile
+++ b/sysutils/fusefs-ext2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	fusefs-ext2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -18,7 +18,7 @@ USES=		autoreconf fuse libtool localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	alperakcan
 GH_PROJECT=	fuse-ext2
-GH_TAGNAME=	ea7bacf
+GH_TAGNAME=	e8f1063
 
 GNU_CONFIGURE=	yes
 
diff --git a/sysutils/fusefs-ext2/distinfo b/sysutils/fusefs-ext2/distinfo
index 1a61bc898f7e..a1c8808c59aa 100644
--- a/sysutils/fusefs-ext2/distinfo
+++ b/sysutils/fusefs-ext2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705304609
-SHA256 (alperakcan-fuse-ext2-v0.0.11-ea7bacf_GH0.tar.gz) = 49ff2f9c243d3151174f3cb1528acb3957bd55cf52d7303a8f55709640edf491
-SIZE (alperakcan-fuse-ext2-v0.0.11-ea7bacf_GH0.tar.gz) = 123406
+TIMESTAMP = 1721752246
+SHA256 (alperakcan-fuse-ext2-v0.0.11-e8f1063_GH0.tar.gz) = 7dcc5be65236f83b121043ce6eae1c56a8658a459f6f4075436e7a9e4176fda9
+SIZE (alperakcan-fuse-ext2-v0.0.11-e8f1063_GH0.tar.gz) = 123443



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407231642.46NGgB1C059875>