Skip to content

Commit

Permalink
*/e2fsprogs*: update to v1.47.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mandree committed Jan 8, 2025
1 parent ce4c533 commit 8484591
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion filesystems/e2fsprogs-core/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions filesystems/e2fsprogs-core/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion filesystems/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 8484591

Please sign in to comment.