Hi ports --

Attached is an update for the GNU coreutils, bringing them to their latest versions.
A nice addition from this update is the gb2sum utility.

NEWS file with the major changes can be found here:
http://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS

The following two tests fail on amd64:
FAIL: test-localename
FAIL: test-vc-list-files-cvs.sh

Testing elsewhere appreciated.

Comments/OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile	8 Jun 2017 15:59:11 -0000	1.12
+++ Makefile	8 Sep 2017 14:54:03 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =		file, shell and text manipulation utilities
 
-DISTNAME =		coreutils-8.25
-REVISION =		2
+DISTNAME =		coreutils-8.28
 CATEGORIES =		sysutils
 
-MAINTAINER =		Brian Callahan <bcal...@devio.us>
+MAINTAINER =		Brian Callahan <bcal...@openbsd.org>
 
 HOMEPAGE =		https://www.gnu.org/software/coreutils/coreutils.html
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo	23 Jan 2016 18:56:28 -0000	1.6
+++ distinfo	8 Sep 2017 14:54:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.25.tar.xz) = MeZ8BXpbMqWC8mQIx4nhHC6NZ2WTMkhJ3PV3kpbNzoc=
-SIZE (coreutils-8.25.tar.xz) = 5725008
+SHA256 (coreutils-8.28.tar.xz) = ERexoWA53dhNUamSOUgwfPoows6gPRokOHQiU98KDGU=
+SIZE (coreutils-8.28.tar.xz) = 5252336
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Makefile_in
--- patches/patch-Makefile_in	23 Jan 2016 18:56:29 -0000	1.5
+++ patches/patch-Makefile_in	8 Sep 2017 14:54:03 -0000
@@ -2,9 +2,10 @@ $OpenBSD: patch-Makefile_in,v 1.5 2016/0
 
 XXX: Avoid rebuilding coreutils.info; our makeinfo is too old
 
---- Makefile.in.orig	Wed Jan 20 11:55:18 2016
-+++ Makefile.in	Sat Jan 23 19:48:12 2016
-@@ -11088,6 +11088,7 @@ doc/$(am__dirstamp):
+Index: Makefile.in
+--- Makefile.in.orig
++++ Makefile.in
+@@ -11507,6 +11507,7 @@ doc/$(am__dirstamp):
  	@: > doc/$(am__dirstamp)
  
  $(srcdir)/doc/coreutils.info: doc/coreutils.texi $(srcdir)/doc/version.texi $(doc_coreutils_TEXINFOS)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST
--- pkg/PLIST	27 Mar 2016 20:53:15 -0000	1.7
+++ pkg/PLIST	8 Sep 2017 14:54:03 -0000
@@ -8,6 +8,7 @@
 @pkgpath misc/sh-utils
 @pkgpath textproc/textutils
 @bin bin/g[
+@bin bin/gb2sum
 @bin bin/gbase32
 @bin bin/gbase64
 @bin bin/gbasename
@@ -115,6 +116,7 @@
 @comment lib/charset.alias
 libexec/coreutils/
 libexec/coreutils/libstdbuf.so
+@man man/man1/gb2sum.1
 @man man/man1/gbase32.1
 @man man/man1/gbase64.1
 @man man/man1/gbasename.1

Reply via email to