Commit Graph

7 Commits

Author SHA1 Message Date
Kurt Jaeger
2130826c2e sysutils/coreutils: 8.23 -> 8.25
- 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)
2016-02-26 20:48:20 +00:00
Bryan Drewery
9ffee13dd9 - Fix reinstall/upgrade trying to use gmkdir since it
was detected during build [1]
- Mark MAKE_JOBS_UNSAFE:
    help2man: can't get '--help' info from man/stty.td/stty
    gmake[2]: *** [man/stty.1] Error 127
    gmake[2]: *** Waiting for unfinished jobs....

PR:		ports/173218 [1]
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer) [1]
Feature safe:	yes
2012-10-30 21:21:48 +00:00
Raphael Kubo da Costa
3a2c3938af Update to 8.20.
PR:		ports/173047
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Feature safe:	yes
2012-10-29 19:04:44 +00:00
Dmitry Sivachenko
18574ecda9 Update to version 8.19.
Convert to new OPTIONS framework while I am here.

Maintainer timeout:	1 month
2012-09-09 10:24:25 +00:00
Li-Wen Hsu
cefa076561 From the PR:
- Update to GNU coreutils 6.9
- Eliminate configure warning
- Sort plist

While I am here:
- Remove unsupported checksum algorithm SHA1 and RMD160

PR:		ports/111489
Submitted by:	"Eric P. Scott" <eps+pbug0704 AT ana.com>
Approved by:	Jason Harris <jharris AT widomaker.com> (maintainer)
2007-06-05 09:42:22 +00:00
Nicola Vitale
9a425f895d - Updated to 6.7
PR:		ports/107954
Submitted by:	Jason Harris <jharris@widomaker.com>
Approved by:	alexbl (mentor, implicit)
2007-01-16 14:25:40 +00:00
Martin Wilke
d1a47691a2 - Fix Update problems
- Bump PORTREVISION

Submitted by:	ports@ ml
Thanks To:      trasz
2006-11-21 19:51:09 +00:00