Hi ports --
Attached is an update to the GNU coreutils.
Summary of the major user-visible changes is here:
https://lists.gnu.org/archive/html/coreutils-announce/2020-03/msg00000.html
All tests pass on amd64. A big endian test would be appreciated.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 11 Jan 2020 18:28:35 -0000 1.20
+++ Makefile 7 Mar 2020 04:51:38 -0000
@@ -2,9 +2,8 @@
COMMENT = file, shell and text manipulation utilities
-DISTNAME = coreutils-8.31
+DISTNAME = coreutils-8.32
CATEGORIES = sysutils
-REVISION = 2
MAINTAINER = Brian Callahan <[email protected]>
@@ -25,6 +24,9 @@ LIB_DEPENDS = devel/gettext,-runtime
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --program-prefix=g \
--without-gmp
+
+# Fixes a spurrious test failure
+PORTHOME = ${WRKDIR}
# Prevent conflicts with: id, gpr and god
post-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 2 Apr 2019 19:47:43 -0000 1.10
+++ distinfo 7 Mar 2020 04:51:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.31.tar.xz) = /3qckY7c5rT0snJeP5s3sMTRk1McrEmki1bE0NOp6f0=
-SIZE (coreutils-8.31.tar.xz) = 5410140
+SHA256 (coreutils-8.32.tar.xz) = RFjY3nhJ30TMqxXhaxVIsoUiTbul8I+sBwwcDgvMTPo=
+SIZE (coreutils-8.32.tar.xz) = 5547836
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/patches/patch-Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-Makefile_in
--- patches/patch-Makefile_in 2 Apr 2019 19:47:43 -0000 1.9
+++ patches/patch-Makefile_in 7 Mar 2020 04:51:38 -0000
@@ -5,7 +5,7 @@ XXX: Avoid rebuilding coreutils.info; ou
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -11955,6 +11955,7 @@ doc/$(am__dirstamp):
+@@ -12700,6 +12700,7 @@ doc/$(am__dirstamp):
@: > doc/$(am__dirstamp)
$(srcdir)/doc/coreutils.info: doc/coreutils.texi $(srcdir)/doc/version.texi $(doc_coreutils_TEXINFOS)