diff options
author | gabor <gabor@FreeBSD.org> | 2012-04-24 23:40:17 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2012-04-24 23:40:17 +0800 |
commit | f066f34a1e816b5f41e38f6ba26412247a59b6a5 (patch) | |
tree | 938a391fc9bac62d4f18be603fcffe53a36eb964 /textproc/bsdsort | |
parent | 97ce4f4d6750d5dc7d42274ff74f23160479c6c8 (diff) | |
download | freebsd-ports-gnome-f066f34a1e816b5f41e38f6ba26412247a59b6a5.tar.gz freebsd-ports-gnome-f066f34a1e816b5f41e38f6ba26412247a59b6a5.tar.zst freebsd-ports-gnome-f066f34a1e816b5f41e38f6ba26412247a59b6a5.zip |
- Update to 20120424
Changelog:
- Multi-threaded sort in all cases to improve performance
- Bugfix in -o to allow the output file to be the same as one of the input
files (POSIX requirement)
- Manpage improvements
Diffstat (limited to 'textproc/bsdsort')
-rw-r--r-- | textproc/bsdsort/Makefile | 2 | ||||
-rw-r--r-- | textproc/bsdsort/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile index 28e84e72aabe..6c71601d879b 100644 --- a/textproc/bsdsort/Makefile +++ b/textproc/bsdsort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sort -PORTVERSION= 20120417 +PORTVERSION= 20120424 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo index ced8e8826be4..003a75f226c9 100644 --- a/textproc/bsdsort/distinfo +++ b/textproc/bsdsort/distinfo @@ -1,2 +1,2 @@ -SHA256 (sort-20120417.tar.gz) = 52081afdaa9dee40be308fa989ab27fafc843bf3d3c6a239769b2450366bf439 -SIZE (sort-20120417.tar.gz) = 59463 +SHA256 (sort-20120424.tar.gz) = 814d0805c4672cc690f56be0c36f7cdb6f1b0dd1bdda4806c371acc91ed57a5d +SIZE (sort-20120424.tar.gz) = 53164 |