Download raw body.
UPDATE: sysutils/coreutils 9.3 => 9.4
Hi ports -- Reviving this. Update to the GNU coreutils. Changelog is here: https://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS Tests pass on amd64 and i386; big endian testing would be appreciated. OK? ~Brian Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/coreutils/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile 27 Sep 2023 17:16:24 -0000 1.28 +++ Makefile 8 Jan 2024 00:32:08 -0000 @@ -1,6 +1,6 @@ COMMENT = file, shell and text manipulation utilities -DISTNAME = coreutils-9.3 +DISTNAME = coreutils-9.4 CATEGORIES = sysutils MAINTAINER = Brian Callahan <bcallah@openbsd.org> Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/coreutils/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- distinfo 4 Jun 2023 17:26:47 -0000 1.14 +++ distinfo 8 Jan 2024 00:32:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (coreutils-9.3.tar.xz) = rbz8/omSNbceh2jc8HzVMlILf1T5qAZIQ/jRmakEu6o= -SIZE (coreutils-9.3.tar.xz) = 5808696 +SHA256 (coreutils-9.4.tar.xz) = 6mE6TPRGEjJukXIBu7zfvTAd4h/8O1m25cB+BAsnXlI= +SIZE (coreutils-9.4.tar.xz) = 5979200 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/sysutils/coreutils/patches/patch-Makefile_in,v retrieving revision 1.14 diff -u -p -r1.14 patch-Makefile_in --- patches/patch-Makefile_in 4 Jun 2023 17:26:47 -0000 1.14 +++ patches/patch-Makefile_in 8 Jan 2024 00:32:08 -0000 @@ -3,7 +3,7 @@ XXX: Avoid rebuilding coreutils.info; ou Index: Makefile.in --- Makefile.in.orig +++ Makefile.in -@@ -21087,6 +21087,7 @@ doc/$(am__dirstamp): +@@ -22186,6 +22186,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.12 diff -u -p -r1.12 PLIST --- pkg/PLIST 4 Jun 2023 17:26:47 -0000 1.12 +++ pkg/PLIST 8 Jan 2024 00:32:08 -0000 @@ -291,8 +291,6 @@ share/locale/it/LC_TIME/coreutils.mo share/locale/ja/LC_MESSAGES/coreutils.mo share/locale/ja/LC_TIME/ share/locale/ja/LC_TIME/coreutils.mo -share/locale/ka/ -share/locale/ka/LC_MESSAGES/ share/locale/ka/LC_MESSAGES/coreutils.mo share/locale/ka/LC_TIME/ share/locale/ka/LC_TIME/coreutils.mo @@ -352,6 +350,11 @@ share/locale/sr/LC_TIME/coreutils.mo share/locale/sv/LC_MESSAGES/coreutils.mo share/locale/sv/LC_TIME/ share/locale/sv/LC_TIME/coreutils.mo +share/locale/ta/ +share/locale/ta/LC_MESSAGES/ +share/locale/ta/LC_MESSAGES/coreutils.mo +share/locale/ta/LC_TIME/ +share/locale/ta/LC_TIME/coreutils.mo share/locale/tr/LC_MESSAGES/coreutils.mo share/locale/tr/LC_TIME/ share/locale/tr/LC_TIME/coreutils.mo
UPDATE: sysutils/coreutils 9.3 => 9.4