Hi ports --

Attached is a trivial update to sysutils/coreutils, bringing it to its latest version. This passes all tests on amd64, but that is clearly not enough, so putting in this in bulk builds/building on other archs would be much appreciated, since I'm at BSDCan for the week and only have the one laptop.

Changelog:
http://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS

Take maintainer.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/coreutils/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile	12 Apr 2016 15:19:40 -0000	1.11
+++ Makefile	8 Jun 2017 13:46:49 -0000
@@ -2,11 +2,11 @@
 
 COMMENT =		file, shell and text manipulation utilities
 
-DISTNAME =		coreutils-8.25
-REVISION =		1
+DISTNAME =		coreutils-8.27
 CATEGORIES =		sysutils
 
 HOMEPAGE =		https://www.gnu.org/software/coreutils/coreutils.html
+MAINTAINER =		Brian Callahan <[email protected]>
 
 # GPLv3+
 PERMIT_PACKAGE_CDROM =	Yes
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 Jun 2017 13:46:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.25.tar.xz) = MeZ8BXpbMqWC8mQIx4nhHC6NZ2WTMkhJ3PV3kpbNzoc=
-SIZE (coreutils-8.25.tar.xz) = 5725008
+SHA256 (coreutils-8.27.tar.xz) = iJHTSe6Huf94cPUrbZMSqdtnLSQ50om8VwhHccohZWs=
+SIZE (coreutils-8.27.tar.xz) = 5285648
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 Jun 2017 13:46:49 -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
+@@ -11421,6 +11421,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 Jun 2017 13:46:49 -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