hi,

smallish update, mostly bugfixes according to
https://github.com/coreutils/coreutils/blob/v9.6/NEWS and
https://github.com/coreutils/coreutils/blob/v9.7/NEWS ?

all tests pass on amd64. testing on exotic archs welcome, oks too.

============================================================================
Testsuite summary for GNU coreutils 9.7
============================================================================
# TOTAL: 527
# PASS:  435
# SKIP:  92
# XFAIL: 0
# FAIL:  0
# XPASS: 0
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/Makefile,v
diff -u -r1.32 Makefile
--- Makefile    30 Aug 2024 04:38:24 -0000      1.32
+++ Makefile    18 May 2025 17:10:40 -0000
@@ -1,8 +1,7 @@
 COMMENT =              file, shell and text manipulation utilities
 
-DISTNAME =             coreutils-9.5
+DISTNAME =             coreutils-9.7
 CATEGORIES =           sysutils
-REVISION =             0
 
 MAINTAINER =           Brian Callahan <[email protected]>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/distinfo,v
diff -u -r1.16 distinfo
--- distinfo    25 May 2024 11:22:48 -0000      1.16
+++ distinfo    18 May 2025 17:10:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (coreutils-9.5.tar.xz) = zTKO3qyS9qZl3p8yPJO3Eq8YWLwuDYjz9xAEaUcKG4o=
-SIZE (coreutils-9.5.tar.xz) = 6007136
+SHA256 (coreutils-9.7.tar.xz) = 6LsmrQKT+bWh/EP7QrqXDjEsZs6SwbCxZxPXUA2yUb8=
+SIZE (coreutils-9.7.tar.xz) = 6158960
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/patches/patch-Makefile_in,v
diff -u -r1.16 patch-Makefile_in
--- patches/patch-Makefile_in   25 May 2024 11:22:48 -0000      1.16
+++ patches/patch-Makefile_in   18 May 2025 17:10:40 -0000
@@ -3,7 +3,7 @@
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -22237,6 +22237,7 @@ doc/$(am__dirstamp):
+@@ -22993,6 +22993,7 @@ doc/$(am__dirstamp):
        @: > doc/$(am__dirstamp)
  
  $(srcdir)/doc/coreutils.info: doc/coreutils.texi $(srcdir)/doc/version.texi 
$(doc_coreutils_TEXINFOS)

Reply via email to