Hi ports --

Attached is a fairly trivial update to the GNU coreutils. The NEWS file indicates that this is mostly a bugfix update.

All but 2 tests pass (on amd64).

Giving this a spin on lesser user archs appreciated. I can do arm{,64}.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile	30 Dec 2017 13:32:53 -0000	1.14
+++ Makefile	3 Jul 2018 04:19:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		file, shell and text manipulation utilities
 
-DISTNAME =		coreutils-8.29
+DISTNAME =		coreutils-8.30
 CATEGORIES =		sysutils
 
 MAINTAINER =		Brian Callahan <bcal...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo	30 Dec 2017 13:32:53 -0000	1.8
+++ distinfo	3 Jul 2018 04:19:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.29.tar.xz) = ktD6HDEcrO+omFO9tTxi9BEM39o4IDRrWcvQmPQPlV4=
-SIZE (coreutils-8.29.tar.xz) = 5286588
+SHA256 (coreutils-8.30.tar.xz) = 6DGzqGCRSWzbpyBBH5dI3oFQd5j2Ewrervhy0gbhsFc=
+SIZE (coreutils-8.30.tar.xz) = 5359532
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile_in
--- patches/patch-Makefile_in	30 Dec 2017 13:32:53 -0000	1.7
+++ patches/patch-Makefile_in	3 Jul 2018 04:19:54 -0000
@@ -5,7 +5,7 @@ XXX: Avoid rebuilding coreutils.info; ou
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -11519,6 +11519,7 @@ doc/$(am__dirstamp):
+@@ -11527,6 +11527,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