<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/coreutils/pkg-plist, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-12-17T14:41:19Z</updated>
<entry>
<title>sysutils/coreutils: Update 9.7 =&gt; 9.9</title>
<updated>2025-12-17T14:41:19Z</updated>
<author>
<name>jharris</name>
<email>jharris@widomaker.com</email>
</author>
<published>2025-12-17T14:41:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7c94c3f1f1f89ae44ca9b909af279398bbe28a49'/>
<id>urn:sha1:7c94c3f1f1f89ae44ca9b909af279398bbe28a49</id>
<content type='text'>
Announce:
https://lists.gnu.org/archive/html/coreutils-announce/2025-09/msg00000.html
https://lists.gnu.org/archive/html/coreutils-announce/2025-11/msg00000.html

Fix "Warning: you need USES=ssl".

PR:	291700
</content>
</entry>
<entry>
<title>sysutils/coreutils: Update to 9.4</title>
<updated>2024-02-23T13:31:51Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2024-02-16T08:46:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f4caf228f35317687e4a8456e110c71c8d5c9c53'/>
<id>urn:sha1:f4caf228f35317687e4a8456e110c71c8d5c9c53</id>
<content type='text'>
ChangeLog: https://lists.gnu.org/archive/html/info-gnu/2023-08/msg00007.html

PR:		277055
Reported by:	collin.funk1@gmail.com
Approved by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>sysutils/coreutils: Impelled to share/man</title>
<updated>2024-01-23T19:56:20Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-01-23T19:31:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e251028b73bad2c0859f0b1a03012cab38bc2c65'/>
<id>urn:sha1:e251028b73bad2c0859f0b1a03012cab38bc2c65</id>
<content type='text'>
Approved by:    portmgr (blanket)
</content>
</entry>
<entry>
<title>- Update GNU coreutils to the latest version 8.31</title>
<updated>2019-03-13T15:49:22Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-13T15:49:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=826a3df314d6f9363e6e3630e1518ba2fe8f4e44'/>
<id>urn:sha1:826a3df314d6f9363e6e3630e1518ba2fe8f4e44</id>
<content type='text'>
- Enable tests via our framework (set the TEST_TARGET)
- Remove MAKE_JOBS_UNSAFE which was added in r306718 (due to "help2man:
  can't get '--help' info from man/stty.td/stty") as it looks like this
  very error had been fixed long time ago, per their ChangeLog:

  2015-03-06  Padraig Brady  &lt;P@draigBrady.com&gt;

	build: fix make dependencies for test.1
	In certain parallel build situations this would give the error:
	  help2man: can't get `--help' info from man/test.td/[
	  Makefile:14189: recipe for target 'man/test.1' failed

  That said, the port should have been jobs-safe for about four years
  now, but for some strange reason nobody had noticed that.

Approved by:	maintainer
</content>
</entry>
<entry>
<title>- Update to 8.28</title>
<updated>2017-11-16T14:01:31Z</updated>
<author>
<name>Frederic Culot</name>
<email>culot@FreeBSD.org</email>
</author>
<published>2017-11-16T14:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1f5d2f0a2bd16e472ef9e755b78bd11fed80ed39'/>
<id>urn:sha1:1f5d2f0a2bd16e472ef9e755b78bd11fed80ed39</id>
<content type='text'>
PR:		223345
Submitted by:	Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
Approved by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>sysutils/coreutils: 8.23 -&gt; 8.25</title>
<updated>2016-02-26T20:48:20Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2016-02-26T20:48:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2130826c2e92af3f0229b4645e618ada311b8e46'/>
<id>urn:sha1:2130826c2e92af3f0229b4645e618ada311b8e46</id>
<content type='text'>
- cp now correctly copies files with a hole at the end of the file,
  and extents allocated beyond the apparent size of the file.
  That combination resulted in the trailing hole not being reproduced.
- cut --fields no longer outputs extraneous characters on some uClibc
  configs.
- install -D again copies relative file names when absolute file names
  are also specified along with an absolute destination directory name.
- ls no longer prematurely wraps lines when printing short file names.
- mv no longer causes data loss due to removing a source directory specified
  multiple times, when that directory is also specified as the destination.
- shred again uses defined patterns for all iteration counts.
- sort --debug -b now correctly marks the matching extents for keys
  that specify an offset for the first field.
- tail -F now works with initially non existent files on a remote file system.

Please note: usability issue for 'ls' is discussed in
http://lists.gnu.org/archive/html/coreutils/2016-02/msg00000.html

PR:		206512
Submitted by:	w.schwarzenfeld@aon.at
Approved by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-11-22T09:13:35Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-11-22T09:13:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=23b328aaf92d41146bb67d97e1b60088eab480e0'/>
<id>urn:sha1:23b328aaf92d41146bb67d97e1b60088eab480e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/coreutils: fix pkg-plist for NLS=off</title>
<updated>2014-08-03T09:40:06Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-08-03T09:40:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e840be18ada98a5b13279dbe9e8c44ef05c5a7c0'/>
<id>urn:sha1:e840be18ada98a5b13279dbe9e8c44ef05c5a7c0</id>
<content type='text'>
PR:		192309
Submitted by:	mat
</content>
</entry>
<entry>
<title>sysutils/coreutils: 8.22 -&gt; 8.23</title>
<updated>2014-08-01T11:54:55Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-08-01T11:54:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a767a1d09a76bd3294173ffa5a2b2caca9df336c'/>
<id>urn:sha1:a767a1d09a76bd3294173ffa5a2b2caca9df336c</id>
<content type='text'>
- fix CONFLICTS

PR:		192304
Submitted by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>- Unbreak build</title>
<updated>2014-02-10T04:33:53Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-10T04:33:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dfba767ae8734ce057b714640396855f5ab3c84d'/>
<id>urn:sha1:dfba767ae8734ce057b714640396855f5ab3c84d</id>
<content type='text'>
</content>
</entry>
</feed>
