Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2025 17:28:03 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 84845919c4bc - main - */e2fsprogs*: update to v1.47.2
Message-ID:  <202501081728.508HS3Th031701@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=84845919c4bc02a42352b5d5c34ba267b3e1eb26

commit 84845919c4bc02a42352b5d5c34ba267b3e1eb26
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-01-08 15:56:34 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-01-08 17:27:51 +0000

    */e2fsprogs*: update to v1.47.2
    
    ChangeLog:      https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt
---
 filesystems/e2fsprogs-core/Makefile | 5 ++++-
 filesystems/e2fsprogs-core/distinfo | 6 +++---
 filesystems/e2fsprogs/Makefile      | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile
index cd3d1f49a260..828a8b1b233b 100644
--- a/filesystems/e2fsprogs-core/Makefile
+++ b/filesystems/e2fsprogs-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	e2fsprogs
-PORTVERSION=	1.47.1
+PORTVERSION=	1.47.2
 PORTREVISION?=	0	# NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile!
 CATEGORIES?=	filesystems sysutils
 MASTER_SITES=	KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
@@ -146,6 +146,9 @@ libintl=
 EXTRA_PATCHES+=	${FILESDIR}/extrapatch-no-sbrk
 .endif
 
+post-extract: # the symlink RELEASE-NOTES is stale in v1.47.1 and v1.47.2 tarballs, fix:
+	${RLN} ${WRKSRC}/doc/RelNotes/v1.47.2.txt ${WRKSRC}/RELEASE-NOTES
+
 post-patch::
 .if !empty(DISTFILES)
 	@${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' ${WRKSRC}/*/*.c
diff --git a/filesystems/e2fsprogs-core/distinfo b/filesystems/e2fsprogs-core/distinfo
index fba31cb081b8..be95528f7e1a 100644
--- a/filesystems/e2fsprogs-core/distinfo
+++ b/filesystems/e2fsprogs-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717066777
-SHA256 (e2fsprogs-1.47.1.tar.xz) = 5a33dc047fd47284bca4bb10c13cfe7896377ae3d01cb81a05d406025d99e0d1
-SIZE (e2fsprogs-1.47.1.tar.xz) = 7271444
+TIMESTAMP = 1736350272
+SHA256 (e2fsprogs-1.47.2.tar.xz) = 08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c
+SIZE (e2fsprogs-1.47.2.tar.xz) = 7299932
diff --git a/filesystems/e2fsprogs/Makefile b/filesystems/e2fsprogs/Makefile
index dd338500a5c7..2b21f7095116 100644
--- a/filesystems/e2fsprogs/Makefile
+++ b/filesystems/e2fsprogs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	e2fsprogs
 CATEGORIES=	filesystems sysutils
-PORTVERSION=	1.47.1
+PORTVERSION=	1.47.2
 PORTREVISION=	0
 BUILD_DEPENDS=	e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core
 RUN_DEPENDS=	${BUILD_DEPENDS}



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